add menu descriptions
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>
Sun, 17 Jul 2005 16:11:14 +0000 (16:11 +0000)
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>
Sun, 17 Jul 2005 16:11:14 +0000 (16:11 +0000)
SVN-Revision: 1488

12 files changed:
openwrt/package/atftp/Config.in
openwrt/package/bluez-libs/Config.in
openwrt/package/bluez-utils/Config.in
openwrt/package/dsniff/Config.in
openwrt/package/ipkg/Config.in
openwrt/package/libnids/Config.in
openwrt/package/openswan/Config.in
openwrt/package/openvpn/Config.in
openwrt/package/portsentry/Config.in
openwrt/package/rsync/Config.in
openwrt/package/uclibc++/Config.in
openwrt/package/vtun/Config.in

index 43ef0828b61fe05dac762ba642b471530a684ba7..aad1bdae2d8be73c9260479bf673874338455d42 100644 (file)
@@ -1,11 +1,11 @@
 config BR2_PACKAGE_ATFTP
-       tristate "atftp"
+       tristate "atftp - a tftp client"
        default m if CONFIG_DEVEL
        help
        tftp client
 
 config BR2_PACKAGE_ATFTPD
-       tristate "atftpd"
+       tristate "atftpd - a tftp server"
        default m if CONFIG_DEVEL
        help
        tftp server 
index 2079771d81e2bccaeb610bdc46ab9007d6832f27..28fab313cf89910f5a48c5b8422e5ab0c14c4059 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_BLUEZ_LIBS
-       tristate "bluez-libs"
+       tristate "bluez-libs - bluetooth library"
        default m if CONFIG_DEVEL
        help
          Bluez libs. 
index 039ff5d26440bf44080cc66ed83e5912c94af8ed..774ddea130d0ca98a1c6d5c215199040d273e43e 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_BLUEZ_UTILS
-       tristate "bluez-utils"
+       tristate "bluez-utils - bluetooth utils"
        default m if CONFIG_DEVEL
        select BR2_PACKAGE_GLIB
        select BR2_PACKAGE_BLUEZ_LIBS
index 58caa2379ca832e981f1e3dbd3264ebb1ee443cd..f68eced1eb646f9d4e56f32c03ca6c4c918c8c5d 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_DSNIFF
-       tristate "dsniff"
+       tristate "dsniff - network auditing and penetration testing"
        select BR2_PACKAGE_LIBPCAP
        select BR2_PACKAGE_LIBNIDS
        select BR2_PACKAGE_LIBNET
index 4abe38a3a881a2158a7ec82a32d9833a4a8cde57..9904cd86e6090df5866800bada93016608ff659f 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_IPKG
-       tristate "ipkg"
+       tristate "ipkg - itsy package management system"
        default y
        help
         Lightweight package management system
index fd87fcac5d848c43ba16169bee88f64748a7ceaf..a97029c70fe7d558c89f232783b392a88dfe7414 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_LIBNIDS
-       tristate "libnids"
+       tristate "libnids - network intrusion detection library"
        select BR2_PACKAGE_LIBPCAP
        select BR2_PACKAGE_LIBNET
        default m if CONFIG_DEVEL
index 9db240276a133cbd6cb3c92862f130f7f760a708..3c4e185361853c6f4b520c85b2dbc975114dac80 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_OPENSWAN
-       tristate "Openswan"
+       tristate "Openswan - VPN solution using IPsec"
        select BR2_PACKAGE_LIBGMP
        select BR2_PACKAGE_KMOD_OPENSWAN
        default m if CONFIG_DEVEL
index e84dccb94febbb0c2e503ead2d34e98052425d69..72f68356b87284f171b9a57d4b35b09f66bcd7cf 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_OPENVPN
-       tristate "openvpn - Open source VPN solution using SSL"
+       tristate "openvpn - VPN solution using SSL"
        default m if CONFIG_DEVEL
        select BR2_PACKAGE_KMOD_TUN
        select BR2_PACKAGE_LIBOPENSSL
index aa85b870b8554807ca9fe3067981bef9fe4633b8..703713429e643f8d115f369261354900a369159a 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_PORTSENTRY
-       tristate "portsentry"
+       tristate "portsentry - portscan protection utility"
        default m if CONFIG_DEVEL
        help
          Software for protection against port scans
index f2849533bc7affaea06517a71825aecdafe1a7c0..09e8babb33f2152b3d1e07ab961c605a03b75908 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_RSYNC
-       tristate "rsync"
+       tristate "rsync - file transfer utility"
        select BR2_PACKAGE_LIBPOPT
        default m if CONFIG_DEVEL
        help
index 41dcf9f3699ca33d3e72cf1f94c669c6800ae701..a8376a16da07e22de37e7c30dbbbfe542846db53 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_UCLIBCXX
-       tristate "uClibc++"
+       tristate "uClibc++ - C++ library for embedded systems"
        default m if CONFIG_DEVEL
        help
          A standard C++ library for embedded systems
index 666492e310e9d7c4f8a78c3d6b2ccee4ea33cd49..67ccbd4f14909499e56553697076ff631b14772b 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_VTUN
-       tristate "vtun"
+       tristate "vtun - VPN tunneling daemon"
        default m if CONFIG_DEVEL
        select BR2_PACKAGE_ZLIB
        select BR2_PACKAGE_LZO