diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 16:25:26 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 16:25:26 +0000 |
commit | 2a9699ff4d0e746c332cec99ad83575f766f0d50 (patch) | |
tree | 8e5e92635ce822ab0d04174d1ca6763234ecc474 /package/arptables | |
parent | 5752bb0b24c5cfcd0aae591c4602705024041f18 (diff) | |
download | upstream-2a9699ff4d0e746c332cec99ad83575f766f0d50.tar.gz upstream-2a9699ff4d0e746c332cec99ad83575f766f0d50.tar.bz2 upstream-2a9699ff4d0e746c332cec99ad83575f766f0d50.zip |
Add package name and short description to Config.in prompt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@954 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/arptables')
-rw-r--r-- | package/arptables/Config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/package/arptables/Config.in b/package/arptables/Config.in index cd861cce7c..e9c33a7218 100644 --- a/package/arptables/Config.in +++ b/package/arptables/Config.in @@ -1,6 +1,9 @@ config BR2_PACKAGE_ARPTABLES - tristate "ARP Firewalling" + tristate "arptables - ARP firewall administration utility" default m if CONFIG_DEVEL help - ARP Firewalling (arptables) - http://ebtables.sourceforge.net/ + ARP Firewalling (arptables) + + http://ebtables.sourceforge.net/ + + |