diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-07-17 16:11:14 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-07-17 16:11:14 +0000 |
commit | b9fc72aa920237b738df1e23d6dc532acc0688ca (patch) | |
tree | 55d3d850728ef2b002ce377d57d58a500228bd1c /openwrt/package | |
parent | 8701e1a3d9f68efe5fa733878f83b181112507d8 (diff) | |
download | mtk-20170518-b9fc72aa920237b738df1e23d6dc532acc0688ca.zip mtk-20170518-b9fc72aa920237b738df1e23d6dc532acc0688ca.tar.gz mtk-20170518-b9fc72aa920237b738df1e23d6dc532acc0688ca.tar.bz2 |
add menu descriptions
SVN-Revision: 1488
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/atftp/Config.in | 4 | ||||
-rw-r--r-- | openwrt/package/bluez-libs/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/bluez-utils/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/dsniff/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/ipkg/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/libnids/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/openswan/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/openvpn/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/portsentry/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/rsync/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/uclibc++/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/vtun/Config.in | 2 |
12 files changed, 13 insertions, 13 deletions
diff --git a/openwrt/package/atftp/Config.in b/openwrt/package/atftp/Config.in index 43ef082..aad1bda 100644 --- a/openwrt/package/atftp/Config.in +++ b/openwrt/package/atftp/Config.in @@ -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 diff --git a/openwrt/package/bluez-libs/Config.in b/openwrt/package/bluez-libs/Config.in index 2079771..28fab31 100644 --- a/openwrt/package/bluez-libs/Config.in +++ b/openwrt/package/bluez-libs/Config.in @@ -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. diff --git a/openwrt/package/bluez-utils/Config.in b/openwrt/package/bluez-utils/Config.in index 039ff5d..774ddea 100644 --- a/openwrt/package/bluez-utils/Config.in +++ b/openwrt/package/bluez-utils/Config.in @@ -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 diff --git a/openwrt/package/dsniff/Config.in b/openwrt/package/dsniff/Config.in index 58caa23..f68eced 100644 --- a/openwrt/package/dsniff/Config.in +++ b/openwrt/package/dsniff/Config.in @@ -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 diff --git a/openwrt/package/ipkg/Config.in b/openwrt/package/ipkg/Config.in index 4abe38a..9904cd8 100644 --- a/openwrt/package/ipkg/Config.in +++ b/openwrt/package/ipkg/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_IPKG - tristate "ipkg" + tristate "ipkg - itsy package management system" default y help Lightweight package management system diff --git a/openwrt/package/libnids/Config.in b/openwrt/package/libnids/Config.in index fd87fca..a97029c 100644 --- a/openwrt/package/libnids/Config.in +++ b/openwrt/package/libnids/Config.in @@ -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 diff --git a/openwrt/package/openswan/Config.in b/openwrt/package/openswan/Config.in index 9db2402..3c4e185 100644 --- a/openwrt/package/openswan/Config.in +++ b/openwrt/package/openswan/Config.in @@ -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 diff --git a/openwrt/package/openvpn/Config.in b/openwrt/package/openvpn/Config.in index e84dccb..72f6835 100644 --- a/openwrt/package/openvpn/Config.in +++ b/openwrt/package/openvpn/Config.in @@ -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 diff --git a/openwrt/package/portsentry/Config.in b/openwrt/package/portsentry/Config.in index aa85b87..7037134 100644 --- a/openwrt/package/portsentry/Config.in +++ b/openwrt/package/portsentry/Config.in @@ -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 diff --git a/openwrt/package/rsync/Config.in b/openwrt/package/rsync/Config.in index f284953..09e8bab 100644 --- a/openwrt/package/rsync/Config.in +++ b/openwrt/package/rsync/Config.in @@ -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 diff --git a/openwrt/package/uclibc++/Config.in b/openwrt/package/uclibc++/Config.in index 41dcf9f..a8376a1 100644 --- a/openwrt/package/uclibc++/Config.in +++ b/openwrt/package/uclibc++/Config.in @@ -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 diff --git a/openwrt/package/vtun/Config.in b/openwrt/package/vtun/Config.in index 666492e..67ccbd4 100644 --- a/openwrt/package/vtun/Config.in +++ b/openwrt/package/vtun/Config.in @@ -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 |