1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 17:09:41 +02:00

Standardize package Config.in, change prompt to package name + short description, add URL when missing (and found)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@956 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-05-19 16:49:23 +00:00
parent 28a36d7bd6
commit 6c7547bcca
60 changed files with 256 additions and 171 deletions

View File

@ -1,6 +1,9 @@
config BR2_PACKAGE_EBTABLES config BR2_PACKAGE_EBTABLES
tristate "Ethernet Bridge Firewalling" tristate "ebtables - Ethernet bridge firewall administration utility"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
Ethernet Bridge Firewalling (ebtables) Ethernet Bridge Firewalling (ebtables)
http://ebtables.sourceforge.net/ http://ebtables.sourceforge.net/

View File

@ -1,5 +1,9 @@
config BR2_PACKAGE_EZIPUPDATE config BR2_PACKAGE_EZIPUPDATE
tristate "ez-ipupdate" tristate "ez-ipupdate - Client for most dynamic DNS services"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
A client for many Dynamic DNS services A client for many Dynamic DNS services.
http://ez-ipupdate.com/

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_FPING config BR2_PACKAGE_FPING
tristate "fping" tristate "fping - Program to ping multiple hosts in parallel"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
fping is a ping(1) like program which uses the Internet Control Message Protocol fping is a ping(1) like program which uses the Internet Control Message Protocol
@ -10,3 +10,6 @@ config BR2_PACKAGE_FPING
round-robin fashion. If a host replies, it is noted and removed from the list of round-robin fashion. If a host replies, it is noted and removed from the list of
hosts to check. If a host does not respond within a certain time limit and/or retry hosts to check. If a host does not respond within a certain time limit and/or retry
limit it will be considered unreachable. limit it will be considered unreachable.
http://www.fping.com/

View File

@ -1,10 +1,10 @@
config BR2_PACKAGE_FPROBE config BR2_PACKAGE_FPROBE
tristate "fprobe" tristate "fprobe - NetFlow probe (libpcap-based)"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBPCAP select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBPTHREAD select BR2_PACKAGE_LIBPTHREAD
help help
A NetFlow probe using libpcap A NetFlow probe using libpcap
http://fprobe.sourceforge.net/ http://fprobe.sourceforge.net/

View File

@ -1,12 +1,6 @@
config BR2_PACKAGE_FUSE
select BR2_PACKAGE_LIBPTHREAD
depends BR2_PACKAGE_KMOD_FUSE
bool
default n
config BR2_PACKAGE_KMOD_FUSE config BR2_PACKAGE_KMOD_FUSE
select BR2_PACKAGE_FUSE select BR2_PACKAGE_FUSE
tristate "kmod-fuse (FUSE kernel module)" tristate "kmod-fuse - FUSE kernel module"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
With FUSE it is possible to implement a fully functional With FUSE it is possible to implement a fully functional
@ -28,9 +22,10 @@ config BR2_PACKAGE_KMOD_FUSE
Depends: libpthread Depends: libpthread
config BR2_PACKAGE_LIBFUSE config BR2_PACKAGE_LIBFUSE
depends BR2_PACKAGE_KMOD_FUSE tristate "libfuse - FUSE library"
tristate "libfuse (FUSE library)"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
depends BR2_PACKAGE_KMOD_FUSE
select BR2_PACKAGE_LIBPTHREAD
help help
With FUSE it is possible to implement a fully functional With FUSE it is possible to implement a fully functional
filesystem in a userspace program. filesystem in a userspace program.
@ -51,9 +46,10 @@ config BR2_PACKAGE_LIBFUSE
Depends: libpthread Depends: libpthread
config BR2_PACKAGE_FUSE_UTILS config BR2_PACKAGE_FUSE_UTILS
depends BR2_PACKAGE_LIBFUSE tristate "fuse-utils - FUSE utilities"
tristate "fuse-utils (FUSE utilities)"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
depends BR2_PACKAGE_LIBFUSE
select BR2_PACKAGE_LIBPTHREAD
help help
With FUSE it is possible to implement a fully functional With FUSE it is possible to implement a fully functional
filesystem in a userspace program. filesystem in a userspace program.
@ -73,3 +69,8 @@ config BR2_PACKAGE_FUSE_UTILS
Depends: libpthread Depends: libpthread
config BR2_PACKAGE_FUSE
tristate
default BR2_PACKAGE_KMOD_FUSE

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_GLIB1 config BR2_PACKAGE_GLIB1
select BR2_PACKAGE_LIBPTHREAD select BR2_PACKAGE_LIBPTHREAD
tristate "glib 1.2" tristate "glib 1.2 - The GLib library of C routines"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
GLib is a library containing many useful C routines for things such GLib is a library containing many useful C routines for things such

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_LIBGMP config BR2_PACKAGE_LIBGMP
tristate "libgmp" tristate "libgmp - GNU multiprecision arithmetic library"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
GNU multiprecision arithmetic library GNU multiprecision arithmetic library
@ -7,3 +7,6 @@ config BR2_PACKAGE_LIBGMP
http://www.swox.com/gmp/ http://www.swox.com/gmp/
config BR2_PACKAGE_GMP
tristate
default BR2_PACKAGE_LIBGMP

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_HASERL config BR2_PACKAGE_HASERL
tristate "haserl" tristate "haserl - CGI wrapper to embed shell scripts in HTML documents"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
A CGI wrapper to embed shell scripts in HTML documents. A CGI wrapper to embed shell scripts in HTML documents.

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_HOWL config BR2_PACKAGE_HOWL
bool "howl - a cross-platform implementation of Zeroconf networking" bool "howl - Zeroconf networking implementation"
default y if CONFIG_DEVEL default y if CONFIG_DEVEL
help help
A cross-platform implementation of Zeroconf networking. A cross-platform implementation of Zeroconf networking.
@ -8,27 +8,27 @@ config BR2_PACKAGE_HOWL
config BR2_PACKAGE_LIBHOWL config BR2_PACKAGE_LIBHOWL
depends BR2_PACKAGE_HOWL
tristate "libhowl - howl library" tristate "libhowl - howl library"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
depends BR2_PACKAGE_HOWL
config BR2_PACKAGE_HOWL_UTILS config BR2_PACKAGE_HOWL_UTILS
depends BR2_PACKAGE_LIBHOWL
tristate "howl-utils - howl client utilities" tristate "howl-utils - howl client utilities"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
depends BR2_PACKAGE_LIBHOWL
config BR2_PACKAGE_MDNSRESPONDER config BR2_PACKAGE_MDNSRESPONDER
depends BR2_PACKAGE_LIBHOWL
tristate "mdnsresponder - an mDNS (Multicast DNS) service responder daemon" tristate "mdnsresponder - an mDNS (Multicast DNS) service responder daemon"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
depends BR2_PACKAGE_LIBHOWL
config BR2_PACKAGE_AUTOIPD config BR2_PACKAGE_AUTOIPD
depends BR2_PACKAGE_LIBHOWL
tristate "autoipd - an IPv4 Link-Local address self-assigner daemon" tristate "autoipd - an IPv4 Link-Local address self-assigner daemon"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
depends BR2_PACKAGE_LIBHOWL
config BR2_PACKAGE_NIFD config BR2_PACKAGE_NIFD
depends BR2_PACKAGE_LIBHOWL
tristate "nifd - a network interface monitor daemon" tristate "nifd - a network interface monitor daemon"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
depends BR2_PACKAGE_LIBHOWL

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_HTPDATE config BR2_PACKAGE_HTPDATE
tristate "htpdate - an HTP (Hypertext Time Protocol) implementation" tristate "htpdate - HTP (Hypertext Time Protocol) implementation"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
An HTP (Hypertext Time Protocol) implementation An HTP (Hypertext Time Protocol) implementation

View File

@ -1,27 +1,28 @@
config BR2_PACKAGE_IPTABLES config BR2_PACKAGE_IPTABLES
tristate "iptables" tristate "iptables - IPv4 firewall administration tool"
default y default y
help help
Linux kernel (2.4+) firewall, NAT, and packet mangling tools. Linux kernel (2.4+) firewall, NAT, and packet mangling tools.
http://www.iptables.org/ http://www.iptables.org/
config BR2_PACKAGE_IPTABLES_UTILS config BR2_PACKAGE_IPTABLES_UTILS
tristate "save and restore" tristate "iptables - Save and restore utilities"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
depends BR2_PACKAGE_IPTABLES depends BR2_PACKAGE_IPTABLES
help help
iptables-save and iptables-restore iptables-save and iptables-restore
config BR2_PACKAGE_IPTABLES_EXTRA config BR2_PACKAGE_IPTABLES_EXTRA
tristate "extra modules" tristate "extra modules - Extra modules not found elsewhere"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
depends BR2_PACKAGE_IPTABLES depends BR2_PACKAGE_IPTABLES
help help
Extra modules for iptables (kernel and user space) Extra modules for iptables (kernel and user space)
config BR2_PACKAGE_IP6TABLES config BR2_PACKAGE_IP6TABLES
tristate "ip6tables" tristate "ip6tables - IPv6 firewall administration tool"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
depends BR2_PACKAGE_IPTABLES depends BR2_PACKAGE_IPTABLES
select BR2_PACKAGE_KMOD_IPV6 select BR2_PACKAGE_KMOD_IPV6

View File

@ -1,8 +1,9 @@
config BR2_PACKAGE_LIBELF config BR2_PACKAGE_LIBELF
tristate "libelf" tristate "libelf - ELF object file access library"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
This is the public release of libelf-0.8.5, a free ELF object This is the public release of libelf-0.8.5, a free ELF object
file access library. file access library.
http://www.stud.uni-hannover.de/~michael/software/ http://www.stud.uni-hannover.de/~michael/software/

View File

@ -1,6 +1,10 @@
config BR2_PACKAGE_LIBGD config BR2_PACKAGE_LIBGD
tristate "libgd" tristate "libgd - The GD Graphics Library"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
The GD Graphics Library The GD Graphics Library
http://www.boutell.com/gd/

View File

@ -1,7 +1,7 @@
config BR2_PACKAGE_LIBNET config BR2_PACKAGE_LIBNET
select BR2_PACKAGE_LIBPCAP tristate "libnet - Low-level packet creation library"
tristate "libnet"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBPCAP
help help
A low-level packet creation library. A low-level packet creation library.

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_LIBOSIP2 config BR2_PACKAGE_LIBOSIP2
tristate "libosip2 (GNU oSIP library)" tristate "libosip2 - GNU oSIP library"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
GNU oSIP library, a Session Initiation Protocol (SIP) implementation GNU oSIP library, a Session Initiation Protocol (SIP) implementation

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_LIBPCAP config BR2_PACKAGE_LIBPCAP
tristate "libpcap (a low-level packet capture library)" tristate "libpcap - Low-level packet capture library"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
A system-independent library for user-level network packet capture. A system-independent library for user-level network packet capture.

View File

@ -1,6 +1,10 @@
config BR2_PACKAGE_LIBPNG config BR2_PACKAGE_LIBPNG
tristate "libpng" tristate "libpng - PNG (Portable Network Graphics) format files handling library"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_ZLIB select BR2_PACKAGE_ZLIB
help help
A library for reading/writing PNG files A library for reading/writing PNG files
http://www.libpng.org/pub/png/libpng.html

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_LIBPTHREAD config BR2_PACKAGE_LIBPTHREAD
tristate "libpthread (POSIX threads library)" tristate "libpthread - POSIX threads library"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
POSIX threads library POSIX threads library

View File

@ -1,5 +1,9 @@
config BR2_PACKAGE_LIBUSB config BR2_PACKAGE_LIBUSB
tristate "libusb" tristate "libusb - Library for accessing Linux USB devices"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
A library for accessing Linux USB devices A library for accessing Linux USB devices
http://libusb.sourceforge.net/

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_LIGHTTPD config BR2_PACKAGE_LIGHTTPD
prompt "lighttpd - a flexible and lightweight web server" prompt "lighttpd - Flexible and lightweight web server"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
@ -12,61 +12,61 @@ config BR2_PACKAGE_LIGHTTPD
config BR2_PACKAGE_LIGHTTPD_MOD_ALIAS config BR2_PACKAGE_LIGHTTPD_MOD_ALIAS
depends BR2_PACKAGE_LIGHTTPD depends BR2_PACKAGE_LIGHTTPD
prompt "mod-alias - a directory alias module" prompt "mod-alias - Directory alias module"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
config BR2_PACKAGE_LIGHTTPD_MOD_AUTH config BR2_PACKAGE_LIGHTTPD_MOD_AUTH
depends BR2_PACKAGE_LIGHTTPD depends BR2_PACKAGE_LIGHTTPD
prompt "mod-auth - an authentication module" prompt "mod-auth - Authentication module"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
config BR2_PACKAGE_LIGHTTPD_MOD_CGI config BR2_PACKAGE_LIGHTTPD_MOD_CGI
depends BR2_PACKAGE_LIGHTTPD depends BR2_PACKAGE_LIGHTTPD
prompt "mod-cgi - a CGI module" prompt "mod-cgi - CGI module"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
config BR2_PACKAGE_LIGHTTPD_MOD_PROXY config BR2_PACKAGE_LIGHTTPD_MOD_PROXY
depends BR2_PACKAGE_LIGHTTPD depends BR2_PACKAGE_LIGHTTPD
prompt "mod-proxy - a proxy module" prompt "mod-proxy - Proxy module"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
config BR2_PACKAGE_LIGHTTPD_MOD_REDIRECT config BR2_PACKAGE_LIGHTTPD_MOD_REDIRECT
depends BR2_PACKAGE_LIGHTTPD depends BR2_PACKAGE_LIGHTTPD
prompt "mod-redirect - an url redirection module" prompt "mod-redirect - URL redirection module"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
config BR2_PACKAGE_LIGHTTPD_MOD_REWRITE config BR2_PACKAGE_LIGHTTPD_MOD_REWRITE
depends BR2_PACKAGE_LIGHTTPD depends BR2_PACKAGE_LIGHTTPD
prompt "mod-rewrite - an url rewriting module" prompt "mod-rewrite - URL rewriting module"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
config BR2_PACKAGE_LIGHTTPD_MOD_SETENV config BR2_PACKAGE_LIGHTTPD_MOD_SETENV
depends BR2_PACKAGE_LIGHTTPD depends BR2_PACKAGE_LIGHTTPD
prompt "mod-setenv - an environment variable setting module" prompt "mod-setenv - Environment variable setting module"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
config BR2_PACKAGE_LIGHTTPD_MOD_SIMPLE_VHOST config BR2_PACKAGE_LIGHTTPD_MOD_SIMPLE_VHOST
depends BR2_PACKAGE_LIGHTTPD depends BR2_PACKAGE_LIGHTTPD
prompt "mod-simple-vhost - a simple virtual hosting module" prompt "mod-simple-vhost - Simple virtual hosting module"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
config BR2_PACKAGE_LIGHTTPD_MOD_STATUS config BR2_PACKAGE_LIGHTTPD_MOD_STATUS
depends BR2_PACKAGE_LIGHTTPD depends BR2_PACKAGE_LIGHTTPD
prompt "mod-status - a server status display module" prompt "mod-status - Server status display module"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
config BR2_PACKAGE_LIGHTTPD_MOD_USERTRACK config BR2_PACKAGE_LIGHTTPD_MOD_USERTRACK
depends BR2_PACKAGE_LIGHTTPD depends BR2_PACKAGE_LIGHTTPD
prompt "mod-usertrack - an user tracking module" prompt "mod-usertrack - User tracking module"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL

View File

@ -1,7 +1,12 @@
config BR2_PACKAGE_LIBLZO config BR2_PACKAGE_LIBLZO
tristate "liblzo (a real-time data compression library)" tristate "liblzo - Real-time data compression library"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
A real-time data compression library A real-time data compression library
http://www.oberhumer.com/opensource/lzo/ http://www.oberhumer.com/opensource/lzo/
config BR2_PACKAGE_LZO
tristate
default BR2_PACKAGE_LIBLZO

View File

@ -1,5 +1,9 @@
config BR2_PACKAGE_MARADNS config BR2_PACKAGE_MARADNS
tristate "MaraDNS" tristate "maradns - Small and secure DNS Server"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
A small secure DNS server A small and secure DNS server
http://www.maradns.org/

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_LIBMATRIXSSL config BR2_PACKAGE_LIBMATRIXSSL
select BR2_PACKAGE_LIBPTHREAD select BR2_PACKAGE_LIBPTHREAD
tristate "libmatrixssl - an embedded SSL implementation" tristate "libmatrixssl - Embedded SSL implementation"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
An embedded SSL implementation An embedded SSL implementation

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_MICROPERL config BR2_PACKAGE_MICROPERL
tristate "microperl" tristate "microperl - A really minimal perl"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
Perl without operating-specific functions such as readdir. Perl without operating-specific functions such as readdir.

View File

@ -1,8 +1,10 @@
config BR2_PACKAGE_MONIT config BR2_PACKAGE_MONIT
tristate "monit" tristate "monit - System services monitoring utility"
select BR2_PACKAGE_LIBPTHREAD select BR2_PACKAGE_LIBPTHREAD
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
utility for monitoring services on a Unix system utility for monitoring services on a Unix system
http://www.tildeslash.com/monit/ http://www.tildeslash.com/monit/

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_LIBNCURSES config BR2_PACKAGE_LIBNCURSES
tristate "libncurses - a terminal handling library" tristate "libncurses - Terminal handling library"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
A terminal handling library A terminal handling library

View File

@ -1,8 +1,11 @@
config BR2_PACKAGE_NMAP config BR2_PACKAGE_NMAP
tristate "Nmap" tristate "nmap - Network exploration and/or security auditing utility"
select BR2_PACKAGE_LIBPCRE
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_UCLIBCXX
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBPCRE
select BR2_PACKAGE_UCLIBCXX
help help
A free open source utility for network exploration or security auditing. A free open source utility for network exploration or security auditing.
http://www.insecure.org/nmap/

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_NOCATSPLASH config BR2_PACKAGE_NOCATSPLASH
tristate "NoCatSplash" tristate "nocatsplash - Open public network gateway daemon"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
NoCatSplash is an Open Public Network Gateway Daemon. NoCatSplash is an Open Public Network Gateway Daemon.

View File

@ -1,5 +1,9 @@
config BR2_PACKAGE_NTPCLIENT config BR2_PACKAGE_NTPCLIENT
tristate "ntpclient" tristate "ntpclient - NTP (Network Time Protocol) client"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
NTP client for setting system time from NTP servers. NTP client for setting system time from NTP servers.
http://doolittle.faludi.com/ntpclient/

View File

@ -9,37 +9,37 @@ config BR2_PACKAGE_OLSRD
config BR2_PACKAGE_OLSRD_MOD_DOT_DRAW config BR2_PACKAGE_OLSRD_MOD_DOT_DRAW
depends BR2_PACKAGE_OLSRD depends BR2_PACKAGE_OLSRD
prompt "mod-dot-draw - a dot topology information plugin" prompt "mod-dot-draw - Dot topology information plugin"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
config BR2_PACKAGE_OLSRD_MOD_DYN_GW config BR2_PACKAGE_OLSRD_MOD_DYN_GW
depends BR2_PACKAGE_OLSRD depends BR2_PACKAGE_OLSRD
prompt "mod-dyn-gw - a dynamic internet gateway plugin" prompt "mod-dyn-gw - Dynamic internet gateway plugin"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
config BR2_PACKAGE_OLSRD_MOD_HTTPINFO config BR2_PACKAGE_OLSRD_MOD_HTTPINFO
depends BR2_PACKAGE_OLSRD depends BR2_PACKAGE_OLSRD
prompt "mod-httpinfo - a small informative web server plugin" prompt "mod-httpinfo - Small informative web server plugin"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
config BR2_PACKAGE_OLSRD_MOD_NAMESERVICE config BR2_PACKAGE_OLSRD_MOD_NAMESERVICE
depends BR2_PACKAGE_OLSRD depends BR2_PACKAGE_OLSRD
prompt "mod-nameservice - a lightweight hostname resolver plugin" prompt "mod-nameservice - Lightweight hostname resolver plugin"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
config BR2_PACKAGE_OLSRD_MOD_POWER config BR2_PACKAGE_OLSRD_MOD_POWER
depends BR2_PACKAGE_OLSRD depends BR2_PACKAGE_OLSRD
prompt "mod-power - a power status plugin" prompt "mod-power - Power status plugin"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
config BR2_PACKAGE_OLSRD_MOD_SECURE config BR2_PACKAGE_OLSRD_MOD_SECURE
depends BR2_PACKAGE_OLSRD depends BR2_PACKAGE_OLSRD
prompt "mod-secure - a message signing plugin to secure olsrd routing domain" prompt "mod-secure - Message signing plugin to secure olsrd routing domain"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_OPENLDAP config BR2_PACKAGE_OPENLDAP
tristate "OpenLDAP" prompt "openldap - Open source LDAP (Lightweight Directory Access Protocol) implementation"
default m if CONFIG_DEVEL bool
default y if CONFIG_DEVEL
help help
OpenLDAP Software is an open source implementation of the OpenLDAP Software is an open source implementation of the
Lightweight Directory Access Protocol (LDAP). Lightweight Directory Access Protocol (LDAP).
@ -9,12 +10,12 @@ config BR2_PACKAGE_OPENLDAP
config BR2_PACKAGE_LIBOPENLDAP config BR2_PACKAGE_LIBOPENLDAP
tristate "libopenldap (client libraries)" tristate "libopenldap - client libraries"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
depends BR2_PACKAGE_OPENLDAP depends BR2_PACKAGE_OPENLDAP
config BR2_PACKAGE_OPENLDAP_UTILS config BR2_PACKAGE_OPENLDAP_UTILS
tristate "openldap-utils (client utilities)" tristate "openldap-utils - client utilities"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
depends BR2_PACKAGE_OPENLDAP depends BR2_PACKAGE_OPENLDAP

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_OPENNTPD config BR2_PACKAGE_OPENNTPD
tristate "openntpd - a FREE, easy to use implementation of NTP (Network Time Protocol)" tristate "openntpd - FREE and easy to use NTP (Network Time Protocol) implementation"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
NTP server NTP server

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_OPENVPN config BR2_PACKAGE_OPENVPN
tristate "OpenVPN" tristate "openvpn - Open source 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_OPENSSL select BR2_PACKAGE_OPENSSL

View File

@ -1,11 +1,15 @@
config BR2_PACKAGE_OSIRISD config BR2_PACKAGE_OSIRISD
tristate "osirisd - an Host Integrity Monitoring System (scanning agent)" tristate "osirisd - Host integrity monitoring system (scanning agent)"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_OPENSSL
help help
An Host Integrity Monitoring System (scanning agent) An host integrity monitoring system (scanning agent)
http://www.hostintegrity.com/osiris/ http://www.hostintegrity.com/osiris/
Depends: openssl Depends: openssl
config BR_PACKAGE_OSIRIS
tristate
default BR2_PACKAGE_OSIRISD

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_PCRE config BR2_PACKAGE_LIBPCRE
tristate "pcre" tristate "libpcre - a Perl Compatible Regular Expression library"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
A Perl Compatible Regular Expression library A Perl Compatible Regular Expression library
@ -7,7 +7,7 @@ config BR2_PACKAGE_PCRE
http://www.pcre.org/ http://www.pcre.org/
config BR2_PACKAGE_LIBPCRE config BR2_PACKAGE_PCRE
tristate tristate
default BR2_PACKAGE_PCRE default BR2_PACKAGE_LIBPCRE

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_PMACCT config BR2_PACKAGE_PMACCT
prompt "pmacct - a set of IPv4/IPv6 accounting and aggregation tools" prompt "pmacct - IPv4/IPv6 accounting and aggregation tools"
bool bool
default y if CONFIG_DEVEL default y if CONFIG_DEVEL
select BR2_PACKAGE_LIBPCAP select BR2_PACKAGE_LIBPCAP
@ -12,7 +12,7 @@ config BR2_PACKAGE_PMACCT
choice choice
depends BR2_PACKAGE_PMACCT depends BR2_PACKAGE_PMACCT
prompt "nfacctd - a NetFlow accounting daemon" prompt "nfacctd - NetFlow accounting daemon"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n default n
@ -67,7 +67,7 @@ endchoice
choice choice
depends BR2_PACKAGE_PMACCT depends BR2_PACKAGE_PMACCT
prompt "pmacctd - an IP accounting daemon" prompt "pmacctd - IP accounting daemon (libpcap based)"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n default n
@ -122,7 +122,7 @@ endchoice
config BR2_PACKAGE_PMACCT_CLIENT config BR2_PACKAGE_PMACCT_CLIENT
depends BR2_PACKAGE_PMACCT depends BR2_PACKAGE_PMACCT
prompt "pmacct-client: a command-line client to gather data from the IMT plugin" if BR2_PACKAGE_NFACCTD_BASIC || BR2_PACKAGE_NFACCTD_MYSQL || BR2_PACKAGE_NFACCTD_PGSQL || BR2_PACKAGE_NFACCTD_CUSTOM || BR2_PACKAGE_PMACCTD_BASIC || BR2_PACKAGE_PMACCTD_MYSQL || BR2_PACKAGE_PMACCTD_PGSQL || BR2_PACKAGE_PMACCTD_CUSTOM prompt "pmacct-client - Command-line client to gather data from the IMT plugin" if BR2_PACKAGE_NFACCTD_BASIC || BR2_PACKAGE_NFACCTD_MYSQL || BR2_PACKAGE_NFACCTD_PGSQL || BR2_PACKAGE_NFACCTD_CUSTOM || BR2_PACKAGE_PMACCTD_BASIC || BR2_PACKAGE_PMACCTD_MYSQL || BR2_PACKAGE_PMACCTD_PGSQL || BR2_PACKAGE_PMACCTD_CUSTOM
tristate tristate
default n default n

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_POPT config BR2_PACKAGE_LIBPOPT
tristate "popt (a command line option parsing library)" tristate "libpopt - Command line option parsing library"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
A command line option parsing library A command line option parsing library
@ -7,7 +7,7 @@ config BR2_PACKAGE_POPT
ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/ ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/
config BR2_PACKAGE_LIBPOPT config BR2_PACKAGE_POPT
tristate tristate
default BR2_PACKAGE_POPT default BR2_PACKAGE_LIBPOPT

View File

@ -1,5 +1,7 @@
config BR2_PACKAGE_PORTMAP config BR2_PACKAGE_PORTMAP
tristate "RPC Portmapper" tristate "portmap - RPC Portmapper"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
The RPC Portmapper (used by the NFS Server) The RPC Portmapper (used by the NFS Server)

View File

@ -18,19 +18,19 @@ config BR2_PACKAGE_PPP_MOD_RADIUS
depends on BR2_PACKAGE_PPP depends on BR2_PACKAGE_PPP
config BR2_PACKAGE_CHAT config BR2_PACKAGE_CHAT
prompt "chat - an utility to establish conversation with other PPP servers (via a modem)" prompt "chat - Utility to establish conversation with other PPP servers (via a modem)"
tristate tristate
default m default m
depends on BR2_PACKAGE_PPP depends on BR2_PACKAGE_PPP
config BR2_PACKAGE_PPPDUMP config BR2_PACKAGE_PPPDUMP
prompt "pppdump - an utility to read PPP record file" prompt "pppdump - Utility to read PPP record file"
tristate tristate
default m default m
depends on BR2_PACKAGE_PPP depends on BR2_PACKAGE_PPP
config BR2_PACKAGE_PPPSTATS config BR2_PACKAGE_PPPSTATS
prompt "pppstats - an utility to report PPP statistics" prompt "pppstats - Utility to report PPP statistics"
tristate tristate
default m default m
depends on BR2_PACKAGE_PPP depends on BR2_PACKAGE_PPP

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_PPTP config BR2_PACKAGE_PPTP
prompt "pptp - a PPTP (Point-to-Point Tunneling Protocol) client" prompt "pptp - PPTP (Point-to-Point Tunneling Protocol) client"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_KMOD_GRE select BR2_PACKAGE_KMOD_GRE

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_PPTPD config BR2_PACKAGE_PPTPD
prompt "pptpd - a PPTP (Point-to-Point Tunneling Protocol) server" prompt "pptpd - PPTP (Point-to-Point Tunneling Protocol) server"
tristate tristate
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_KMOD_GRE select BR2_PACKAGE_KMOD_GRE

View File

@ -1,37 +1,54 @@
config BR2_PACKAGE_QUAGGA config BR2_PACKAGE_QUAGGA
tristate "Quagga" tristate "quagga - the Quagga Software Routing Suite"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
routing software package that provides TCP/IP based routing services A routing software package that provides TCP/IP based routing services
with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2, with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2,
OSPFv3, BGP-4, and BGP-4+ OSPFv3, BGP-4, and BGP-4+
http://www.quagga.net/ http://www.quagga.net/
config BR2_PACKAGE_QUAGGA_ZEBRA
tristate "zebra daemon"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_QUAGGA
help
zebra daemon
config BR2_PACKAGE_QUAGGA_RIPD
tristate "ripd daemon"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_QUAGGA
help
ripd daemon
config BR2_PACKAGE_QUAGGA_BGPD config BR2_PACKAGE_QUAGGA_BGPD
tristate "bgpd daemon" tristate "bgpd - BGPv4, BGPv4\+, BGPv4\- routing engine"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
depends BR2_PACKAGE_QUAGGA depends BR2_PACKAGE_QUAGGA
help help
bgpd daemon A BGPv4, BGPv4\+, BGPv4\- routing engine for use with Quagga routing
software.
config BR2_PACKAGE_QUAGGA_OSPFD config BR2_PACKAGE_QUAGGA_OSPFD
tristate "ospfd daemon" tristate "ospfd - OSPFv2 routing engine"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
depends BR2_PACKAGE_QUAGGA depends BR2_PACKAGE_QUAGGA
help help
ospfd daemon An OSPFv2 routing engine for use with Quagga routing software.
config BR2_PACKAGE_QUAGGA_OSPF6D
tristate "ospf6d - OSPFv3 routing engine"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_QUAGGA
help
An OSPFv3 routing engine for use with Quagga routing software.
config BR2_PACKAGE_QUAGGA_RIPD
tristate "ripd - RIP routing engine"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_QUAGGA
help
A RIP routing engine for use with Quagga routing software.
config BR2_PACKAGE_QUAGGA_RIPD
tristate "ripngd - RIPNG routing engine"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_QUAGGA
help
A RIPNG routing engine for use with Quagga routing software.
config BR2_PACKAGE_QUAGGA_ZEBRA
tristate "zebra - Routing manager"
default m if CONFIG_DEVEL
depends BR2_PACKAGE_QUAGGA
help
A routing manager for use with associated Quagga components.

View File

@ -1,6 +1,9 @@
config BR2_PACKAGE_RADVD config BR2_PACKAGE_RADVD
select BR2_PACKAGE_KMOD_IPV6 tristate "radvd - IPv6 Routing Advertisement Daemon"
tristate "radvd"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_KMOD_IPV6
help help
Routing Advertisement Daemon for IPv6 Routing Advertisement Daemon for IPv6
http://v6web.litech.org/radvd/

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_ROBOCFG config BR2_PACKAGE_ROBOCFG
tristate "robocfg" tristate "robocfg - BCM5325E/536x switch configuration utility"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
Broadcom BCM5325E/536x switch configuration utility Broadcom BCM5325E/536x switch configuration utility

View File

@ -1,6 +1,9 @@
config BR2_PACKAGE_SCREEN config BR2_PACKAGE_SCREEN
tristate "screen" tristate "screen - Full-screen terminal window manager"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
Screen is a full-screen window manager that multiplexes a physical Screen is a full-screen window manager that multiplexes a physical
terminal between several processes, typically interactive shells. terminal between several processes, typically interactive shells.
http://www.gnu.org/software/screen/

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_SETSERIAL config BR2_PACKAGE_SETSERIAL
tristate "setserial" tristate "setserial - Serial port configuration utility"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
setserial is a program designed to set and/or report the setserial is a program designed to set and/or report the
@ -8,3 +8,4 @@ config BR2_PACKAGE_SETSERIAL
serial port is using, and whether or not the break key should serial port is using, and whether or not the break key should
be interpreted as the Secure Attention Key, and so on. be interpreted as the Secure Attention Key, and so on.

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_SHAT config BR2_PACKAGE_SHAT
tristate "shat (Source Hardware Address Translation)" tristate "shat - Source Hardware Address Translation"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
A tool which allows hosts with arbitrary IP configuration A tool which allows hosts with arbitrary IP configuration
to connect to the internet over a SHAT gateway. to connect to the internet over a SHAT gateway.

View File

@ -1,14 +1,6 @@
config BR2_PACKAGE_SHFS
tristate
default n
depends BR2_PACKAGE_KMOD_SHFS
help
config BR2_PACKAGE_KMOD_SHFS config BR2_PACKAGE_KMOD_SHFS
tristate "kmod-shfs (ShFS kernel module)" tristate "kmod-shfs - Shell FileSystem kernel module (ShFS) kernel module"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_SHFS
help help
Shell FileSystem kernel module Shell FileSystem kernel module
@ -35,8 +27,16 @@ config BR2_PACKAGE_KMOD_SHFS
config BR2_PACKAGE_SHFS_UTILS config BR2_PACKAGE_SHFS_UTILS
depends BR2_PACKAGE_KMOD_SHFS depends BR2_PACKAGE_KMOD_SHFS
tristate "shfs-utils (ShFS mount/umount utilities)" tristate "shfs-utils - ShFS mount/umount utilities"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
Shell FileSystem mount/umount utilities Shell FileSystem mount/umount utilities
config BR2_PACKAGE_SHFS
tristate
default n
depends BR2_PACKAGE_KMOD_SHFS
help

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_SIPROXD config BR2_PACKAGE_SIPROXD
tristate "siproxd - a SIP (Session Initiation Protocol) proxy" tristate "siproxd - SIP (Session Initiation Protocol) proxy"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBOSIP2 select BR2_PACKAGE_LIBOSIP2
help help

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_SIPSAK config BR2_PACKAGE_SIPSAK
tristate "sipsak - a SIP (Session Initiation Protocol) stress and diagnostics utility" tristate "sipsak - SIP (Session Initiation Protocol) stress and diagnostics utility"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_OPENSSL
help help

View File

@ -1,5 +1,5 @@
choice choice
prompt "snort" prompt "snort - Ligthweight Network Intrusion Detection System (NIDS)"
tristate tristate
default n default n
optional optional

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_STRACE config BR2_PACKAGE_STRACE
tristate "strace" tristate "strace - System call tracer"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
A useful diagnostic, instructional, and debugging tool. A useful diagnostic, instructional, and debugging tool.
@ -7,3 +7,4 @@ config BR2_PACKAGE_STRACE
while it is running. while it is running.
http://sourceforge.net/projects/strace/ http://sourceforge.net/projects/strace/

View File

@ -1,7 +1,7 @@
config BR2_PACKAGE_TCPDUMP config BR2_PACKAGE_TCPDUMP
select BR2_PACKAGE_LIBPCAP tristate "tcpdump - Network monitoring and data acquisition tool"
tristate "tcpdump"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBPCAP
help help
A tool for network monitoring and data acquisition. A tool for network monitoring and data acquisition.

View File

@ -1,11 +1,10 @@
config BR2_PACKAGE_TINC config BR2_PACKAGE_TINC
tristate "tinc" tristate "tinc - VPN tunneling daemon"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_ZLIB select BR2_PACKAGE_KMOD_TUN
select BR2_PACKAGE_LIBLZO select BR2_PACKAGE_LIBLZO
select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_KMOD_TUN select BR2_PACKAGE_ZLIB
help help
A VPN tunneling daemon A VPN tunneling daemon

View File

@ -1,12 +1,14 @@
config BR2_PACKAGE_USBUTILS config BR2_PACKAGE_LSUSB
tristate "lsusb" tristate "lsusb - USB devices listing program"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBUSB select BR2_PACKAGE_LIBUSB
help help
A program to list Linux USB devices A program to list Linux USB devices
http://linux-usb.sourceforge.net/
config BR2_PACKAGE_LSUSB
config BR2_PACKAGE_USBUTILS
tristate tristate
default BR2_PACKAGE_USBUTILS default BR2_PACKAGE_LSUSB

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_VSFTPD config BR2_PACKAGE_VSFTPD
tristate "vsftpd - a fast and secure FTP server" tristate "vsftpd - Fast and secure FTP server"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
A fast and secure FTP server A fast and secure FTP server

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_WIRELESS_TOOLS config BR2_PACKAGE_WIRELESS_TOOLS
tristate "wireless-tools" tristate "wireless-tools - Tools for manipulating Linux Wireless Extensions"
default y default y
help help
Tools for configuring Wireless Adapters implementing the "Wireless Extension" Tools for configuring Wireless Adapters implementing the "Wireless Extension"

View File

@ -1,5 +1,9 @@
config BR2_PACKAGE_WOL config BR2_PACKAGE_WOL
tristate "Wake On LAN client" tristate "wol - Wake On LAN client"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
wol implements Wake On LAN functionality in a small program. It wakes up hardware that is Magic Packet compliant. wol implements Wake On LAN functionality in a small program.
It wakes up hardware that is Magic Packet compliant.
http://ahh.sourceforge.net/wol/

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_XINETD config BR2_PACKAGE_XINETD
tristate "xinetd - a powerful and secure superserver" tristate "xinetd - Powerful and secure superserver"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
A powerful and secure superserver A powerful and secure superserver

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_ZLIB config BR2_PACKAGE_ZLIB
tristate "zlib" tristate "zlib - Library implementing the deflate compression method"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
A library implementing the 'deflate' compression method A library implementing the 'deflate' compression method