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 | |
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
-rw-r--r-- | package/arptables/Config.in | 9 | ||||
-rw-r--r-- | package/arpwatch/Config.in | 2 | ||||
-rw-r--r-- | package/bridge/Config.in | 6 | ||||
-rw-r--r-- | package/cifsmount/Config.in | 5 | ||||
-rw-r--r-- | package/dnsmasq/Config.in | 5 | ||||
-rw-r--r-- | package/dropbear/Config.in | 7 |
6 files changed, 20 insertions, 14 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/ + + diff --git a/package/arpwatch/Config.in b/package/arpwatch/Config.in index cd65f38489..374ab71596 100644 --- a/package/arpwatch/Config.in +++ b/package/arpwatch/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_ARPWATCH - tristate "arpwatch" + tristate "arpwatch - Ethernet station activity monitor" default m if CONFIG_DEVEL help Ethernet monitor program for keeping track of ethernet/ip address pairings diff --git a/package/bridge/Config.in b/package/bridge/Config.in index 8e5cddbb36..998dff1cd6 100644 --- a/package/bridge/Config.in +++ b/package/bridge/Config.in @@ -1,8 +1,10 @@ config BR2_PACKAGE_BRIDGE - tristate "Ethernet bridging support" + tristate "bridge - Ethernet bridging configuration utility" default y help Manage ethernet bridging; a way to connect networks together to form a larger network. - + http://bridge.sourceforge.net/ + + diff --git a/package/cifsmount/Config.in b/package/cifsmount/Config.in index 751c24c842..6c02377ccd 100644 --- a/package/cifsmount/Config.in +++ b/package/cifsmount/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_CIFSMOUNT - tristate "mount.cifs" + tristate "cifsmount - Helper utility for mounting remote CIFS shares" default m if CONFIG_DEVEL help - user space helper for mounting remote CIFS shares + An user space helper for mounting remote CIFS shares +
\ No newline at end of file diff --git a/package/dnsmasq/Config.in b/package/dnsmasq/Config.in index 9c7bdef65b..16aa8ce1ca 100644 --- a/package/dnsmasq/Config.in +++ b/package/dnsmasq/Config.in @@ -1,8 +1,9 @@ config BR2_PACKAGE_DNSMASQ - tristate "dnsmasq" + tristate "dnsmasq - Lightweight DNS and DHCP server" default y help A lightweight DNS and DHCP server. It is intended to provide coupled DNS and DHCP service to a LAN. - + http://www.thekelleys.org.uk/dnsmasq/ + diff --git a/package/dropbear/Config.in b/package/dropbear/Config.in index b82464586d..54d7284eed 100644 --- a/package/dropbear/Config.in +++ b/package/dropbear/Config.in @@ -1,10 +1,9 @@ config BR2_PACKAGE_DROPBEAR - tristate "SSH Server/Client" + tristate "dropbear - Small SSH 2 client/server" default y select BR2_PACKAGE_ZLIB help - dropbear - A small SSH 2 server/client designed for small memory environments. - + http://matt.ucc.asn.au/dropbear/ + |