Add package name and short description to Config.in prompt
authorNicolas Thill <nico@openwrt.org>
Thu, 19 May 2005 16:25:26 +0000 (16:25 +0000)
committerNicolas Thill <nico@openwrt.org>
Thu, 19 May 2005 16:25:26 +0000 (16:25 +0000)
SVN-Revision: 954

openwrt/package/arptables/Config.in
openwrt/package/arpwatch/Config.in
openwrt/package/bridge/Config.in
openwrt/package/cifsmount/Config.in
openwrt/package/dnsmasq/Config.in
openwrt/package/dropbear/Config.in

index cd861cce7cc7088c1408fc74507ebeb913c4adfc..e9c33a721805dabfc07c541ba2aa52d4b511af64 100644 (file)
@@ -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/
+         
+
index cd65f38489bf27ef76feebea3e4e71f4f4574920..374ab71596c1d5d09a1dfb5a3bc5659a7d631c91 100644 (file)
@@ -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
index 8e5cddbb3610e4ba036ace39d32fdaeb22efbc61..998dff1cd6f80f826e4e678cc04b77907fd9fc6a 100644 (file)
@@ -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/
+         
+
index 751c24c84260fcc1385fd13e6a30f90b03ae7026..6c02377ccda59ad0ebde95de7bd19c4096ec5233 100644 (file)
@@ -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
index 9c7bdef65bf05873ec3d2713cccc797ff1dd5337..16aa8ce1cae651b64bc963a7d3ae45af838a15d2 100644 (file)
@@ -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/
+         
index b82464586d17dee6034083aa8211d597abc0a14c..54d7284eedcb31a019dedd14d28835e706e8911b 100644 (file)
@@ -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/
+