add menu descriptions
SVN-Revision: 1488
This commit is contained in:
parent
8701e1a3d9
commit
b9fc72aa92
12 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
config BR2_PACKAGE_IPKG
|
||||
tristate "ipkg"
|
||||
tristate "ipkg - itsy package management system"
|
||||
default y
|
||||
help
|
||||
Lightweight package management system
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue