summaryrefslogtreecommitdiffstats
path: root/package/arptables/Config.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-07-30 17:53:04 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-07-30 17:53:04 +0000
commit7ff55e66a5f759cabb1e1b85e02979ec03e85bc2 (patch)
tree7978245c8b743181303b69165f31bcef0384de5d /package/arptables/Config.in
parent0251db4d4bb07fa5400c8d73411269a04e31674d (diff)
Port arptables to -ng
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4340 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/arptables/Config.in')
-rw-r--r--package/arptables/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/arptables/Config.in b/package/arptables/Config.in
new file mode 100644
index 000000000..6583d32fa
--- /dev/null
+++ b/package/arptables/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_ARPTABLES
+ prompt "arptables......................... ARP firewall administration utility"
+ tristate
+ default m if CONFIG_DEVEL
+ help
+ ARP Firewalling (arptables)
+
+ http://ebtables.sourceforge.net/
+