mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:55:00 +02:00
add menu descriptions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1488 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fc415ef4be
commit
28beee46f5
@ -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 New Issue
Block a user