mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-14 07:49:21 +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
|
config BR2_PACKAGE_ATFTP
|
||||||
tristate "atftp"
|
tristate "atftp - a tftp client"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
help
|
help
|
||||||
tftp client
|
tftp client
|
||||||
|
|
||||||
config BR2_PACKAGE_ATFTPD
|
config BR2_PACKAGE_ATFTPD
|
||||||
tristate "atftpd"
|
tristate "atftpd - a tftp server"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
help
|
help
|
||||||
tftp server
|
tftp server
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_BLUEZ_LIBS
|
config BR2_PACKAGE_BLUEZ_LIBS
|
||||||
tristate "bluez-libs"
|
tristate "bluez-libs - bluetooth library"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
help
|
help
|
||||||
Bluez libs.
|
Bluez libs.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_BLUEZ_UTILS
|
config BR2_PACKAGE_BLUEZ_UTILS
|
||||||
tristate "bluez-utils"
|
tristate "bluez-utils - bluetooth utils"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
select BR2_PACKAGE_GLIB
|
select BR2_PACKAGE_GLIB
|
||||||
select BR2_PACKAGE_BLUEZ_LIBS
|
select BR2_PACKAGE_BLUEZ_LIBS
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_DSNIFF
|
config BR2_PACKAGE_DSNIFF
|
||||||
tristate "dsniff"
|
tristate "dsniff - network auditing and penetration testing"
|
||||||
select BR2_PACKAGE_LIBPCAP
|
select BR2_PACKAGE_LIBPCAP
|
||||||
select BR2_PACKAGE_LIBNIDS
|
select BR2_PACKAGE_LIBNIDS
|
||||||
select BR2_PACKAGE_LIBNET
|
select BR2_PACKAGE_LIBNET
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_IPKG
|
config BR2_PACKAGE_IPKG
|
||||||
tristate "ipkg"
|
tristate "ipkg - itsy package management system"
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Lightweight package management system
|
Lightweight package management system
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_LIBNIDS
|
config BR2_PACKAGE_LIBNIDS
|
||||||
tristate "libnids"
|
tristate "libnids - network intrusion detection library"
|
||||||
select BR2_PACKAGE_LIBPCAP
|
select BR2_PACKAGE_LIBPCAP
|
||||||
select BR2_PACKAGE_LIBNET
|
select BR2_PACKAGE_LIBNET
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_OPENSWAN
|
config BR2_PACKAGE_OPENSWAN
|
||||||
tristate "Openswan"
|
tristate "Openswan - VPN solution using IPsec"
|
||||||
select BR2_PACKAGE_LIBGMP
|
select BR2_PACKAGE_LIBGMP
|
||||||
select BR2_PACKAGE_KMOD_OPENSWAN
|
select BR2_PACKAGE_KMOD_OPENSWAN
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_OPENVPN
|
config BR2_PACKAGE_OPENVPN
|
||||||
tristate "openvpn - Open source VPN solution using SSL"
|
tristate "openvpn - VPN solution using SSL"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
select BR2_PACKAGE_KMOD_TUN
|
select BR2_PACKAGE_KMOD_TUN
|
||||||
select BR2_PACKAGE_LIBOPENSSL
|
select BR2_PACKAGE_LIBOPENSSL
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_PORTSENTRY
|
config BR2_PACKAGE_PORTSENTRY
|
||||||
tristate "portsentry"
|
tristate "portsentry - portscan protection utility"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
help
|
help
|
||||||
Software for protection against port scans
|
Software for protection against port scans
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_RSYNC
|
config BR2_PACKAGE_RSYNC
|
||||||
tristate "rsync"
|
tristate "rsync - file transfer utility"
|
||||||
select BR2_PACKAGE_LIBPOPT
|
select BR2_PACKAGE_LIBPOPT
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
help
|
help
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_UCLIBCXX
|
config BR2_PACKAGE_UCLIBCXX
|
||||||
tristate "uClibc++"
|
tristate "uClibc++ - C++ library for embedded systems"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
help
|
help
|
||||||
A standard C++ library for embedded systems
|
A standard C++ library for embedded systems
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_VTUN
|
config BR2_PACKAGE_VTUN
|
||||||
tristate "vtun"
|
tristate "vtun - VPN tunneling daemon"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
select BR2_PACKAGE_LZO
|
select BR2_PACKAGE_LZO
|
||||||
|
Loading…
Reference in New Issue
Block a user