Standardize package Config.in, change prompt to package name + short description...
authorNicolas Thill <nico@openwrt.org>
Thu, 19 May 2005 16:49:23 +0000 (16:49 +0000)
committerNicolas Thill <nico@openwrt.org>
Thu, 19 May 2005 16:49:23 +0000 (16:49 +0000)
SVN-Revision: 956

60 files changed:
openwrt/package/ebtables/Config.in
openwrt/package/ez-ipupdate/Config.in
openwrt/package/fping/Config.in
openwrt/package/fprobe/Config.in
openwrt/package/fuse/Config.in
openwrt/package/glib/Config.in
openwrt/package/gmp/Config.in
openwrt/package/haserl/Config.in
openwrt/package/howl/Config.in
openwrt/package/htpdate/Config.in
openwrt/package/iptables/Config.in
openwrt/package/libelf/Config.in
openwrt/package/libgd/Config.in
openwrt/package/libnet/Config.in
openwrt/package/libosip2/Config.in
openwrt/package/libpcap/Config.in
openwrt/package/libpng/Config.in
openwrt/package/libpthread/Config.in
openwrt/package/libusb/Config.in
openwrt/package/lighttpd/Config.in
openwrt/package/lzo/Config.in
openwrt/package/maradns/Config.in
openwrt/package/matrixssl/Config.in
openwrt/package/microperl/Config.in
openwrt/package/monit/Config.in
openwrt/package/ncurses/Config.in
openwrt/package/nmap/Config.in
openwrt/package/nocatsplash/Config.in
openwrt/package/ntpclient/Config.in
openwrt/package/olsrd/Config.in
openwrt/package/openldap/Config.in
openwrt/package/openntpd/Config.in
openwrt/package/openvpn/Config.in
openwrt/package/osiris/Config.in
openwrt/package/pcre/Config.in
openwrt/package/pmacct/Config.in
openwrt/package/popt/Config.in
openwrt/package/portmap/Config.in
openwrt/package/ppp/Config.in
openwrt/package/pptp/Config.in
openwrt/package/pptpd/Config.in
openwrt/package/quagga/Config.in
openwrt/package/radvd/Config.in
openwrt/package/robocfg/Config.in
openwrt/package/screen/Config.in
openwrt/package/setserial/Config.in
openwrt/package/shat/Config.in
openwrt/package/shfs/Config.in
openwrt/package/siproxd/Config.in
openwrt/package/sipsak/Config.in
openwrt/package/snort/Config.in
openwrt/package/strace/Config.in
openwrt/package/tcpdump/Config.in
openwrt/package/tinc/Config.in
openwrt/package/usbutils/Config.in
openwrt/package/vsftpd/Config.in
openwrt/package/wireless-tools/Config.in
openwrt/package/wol/Config.in
openwrt/package/xinetd/Config.in
openwrt/package/zlib/Config.in

index d631c1bfd821c6351336aa166deaeb959d572452..454d02fe86908c4bba5b37dd49db11759ec5687d 100644 (file)
@@ -1,6 +1,9 @@
 config BR2_PACKAGE_EBTABLES
-       tristate "Ethernet Bridge Firewalling"
+       tristate "ebtables - Ethernet bridge firewall administration utility"
        default m if CONFIG_DEVEL
        help
-               Ethernet Bridge Firewalling (ebtables)
-               http://ebtables.sourceforge.net/
+         Ethernet Bridge Firewalling (ebtables)
+         
+         http://ebtables.sourceforge.net/
+         
+
index 87f5b9893090566011ccabcc6d9eb2b361f92899..54016433f3ecb3db78b7568ba784dafa0bc63eeb 100644 (file)
@@ -1,5 +1,9 @@
 config BR2_PACKAGE_EZIPUPDATE
-       tristate "ez-ipupdate"
+       tristate "ez-ipupdate - Client for most dynamic DNS services"
        default m if CONFIG_DEVEL
        help
-         A client for many Dynamic DNS services
+         A client for many Dynamic DNS services.
+         
+         http://ez-ipupdate.com/
+         
+
index da09f10353952f9fed07f4a27f73926608082dfc..c12b3020a74aaf89534561e893c123b587a2c1d9 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_FPING
-       tristate "fping"
+       tristate "fping - Program to ping multiple hosts in parallel"
        default m if CONFIG_DEVEL
        help
          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 
          hosts to check. If a host does not respond within a certain time limit and/or retry
          limit it will be considered unreachable.
+         
+         http://www.fping.com/
+         
index bf75c90090651746516cbf9f27f63cc74dcadde8..bd6e1b2d8f28aa82435d4dd597da9f99fbe771c8 100644 (file)
@@ -1,10 +1,10 @@
 config BR2_PACKAGE_FPROBE
-       tristate "fprobe"
+       tristate "fprobe - NetFlow probe (libpcap-based)"
        default m if CONFIG_DEVEL
        select BR2_PACKAGE_LIBPCAP
        select BR2_PACKAGE_LIBPTHREAD
-
        help
          A NetFlow probe using libpcap
          
          http://fprobe.sourceforge.net/
+         
index de985e90fe756de942c5ed039a6e0518e350e2a9..2973a3e11c15e34d4979ad6f04a7e90c75fee9ad 100644 (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
        select BR2_PACKAGE_FUSE
-       tristate "kmod-fuse (FUSE kernel module)"
+       tristate "kmod-fuse - FUSE kernel module"
        default m if CONFIG_DEVEL
        help
          With FUSE it is possible to implement a fully functional 
@@ -28,9 +22,10 @@ config BR2_PACKAGE_KMOD_FUSE
          Depends: libpthread
 
 config BR2_PACKAGE_LIBFUSE
-       depends BR2_PACKAGE_KMOD_FUSE
-       tristate "libfuse (FUSE library)"
+       tristate "libfuse - FUSE library"
        default m if CONFIG_DEVEL
+       depends BR2_PACKAGE_KMOD_FUSE
+       select BR2_PACKAGE_LIBPTHREAD
        help
          With FUSE it is possible to implement a fully functional 
          filesystem in a userspace program.
@@ -51,9 +46,10 @@ config BR2_PACKAGE_LIBFUSE
          Depends: libpthread
 
 config BR2_PACKAGE_FUSE_UTILS
-       depends BR2_PACKAGE_LIBFUSE
-       tristate "fuse-utils (FUSE utilities)"
+       tristate "fuse-utils - FUSE utilities"
        default m if CONFIG_DEVEL
+       depends BR2_PACKAGE_LIBFUSE
+       select BR2_PACKAGE_LIBPTHREAD
        help
          With FUSE it is possible to implement a fully functional 
          filesystem in a userspace program.
@@ -73,3 +69,8 @@ config BR2_PACKAGE_FUSE_UTILS
          
          Depends: libpthread
 
+
+config BR2_PACKAGE_FUSE
+       tristate
+       default BR2_PACKAGE_KMOD_FUSE
+
index 9f1bf3d090ad29c2dbb6ef3d96b70fb11a53524d..a8615f0f72b2242d25db5e1cb89b4b858e066f5d 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_GLIB1
        select BR2_PACKAGE_LIBPTHREAD
-       tristate "glib 1.2"
+       tristate "glib 1.2 - The GLib library of C routines"
        default m if CONFIG_DEVEL
        help
          GLib is a library containing many useful C routines for things such
index d561f678211c24ce0acee430180f8f2249c6eaeb..28296318b2b238ecffb05a3e5ab3b2a21e5b3750 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_LIBGMP
-       tristate "libgmp"
+       tristate "libgmp - GNU multiprecision arithmetic library"
        default m if CONFIG_DEVEL
        help
          GNU multiprecision arithmetic library
@@ -7,3 +7,6 @@ config BR2_PACKAGE_LIBGMP
          http://www.swox.com/gmp/
          
 
+config BR2_PACKAGE_GMP
+       tristate
+       default BR2_PACKAGE_LIBGMP
index 12891b85670f6a1aeacedce97ec2be8b63dfd037..b3e029add3f36629e6d97059ec839e3f3699ce1c 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_HASERL
-       tristate "haserl"
+       tristate "haserl - CGI wrapper to embed shell scripts in HTML documents"
        default m if CONFIG_DEVEL
        help
          A CGI wrapper to embed shell scripts in HTML documents.
index 12c9bda4be4c0c5a1d069123edbfa7330b282ad7..4311b0fc92a1bc2f555833d1aad8f86e39259718 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_HOWL
-       bool "howl - a cross-platform implementation of Zeroconf networking"
+       bool "howl - Zeroconf networking implementation"
        default y if CONFIG_DEVEL
        help
          A cross-platform implementation of Zeroconf networking.
@@ -8,27 +8,27 @@ config BR2_PACKAGE_HOWL
          
 
 config BR2_PACKAGE_LIBHOWL
+       depends BR2_PACKAGE_HOWL
        tristate "libhowl - howl library"
        default m if CONFIG_DEVEL
-       depends BR2_PACKAGE_HOWL
 
 config BR2_PACKAGE_HOWL_UTILS
+       depends BR2_PACKAGE_LIBHOWL
        tristate "howl-utils - howl client utilities"
        default m if CONFIG_DEVEL
-       depends BR2_PACKAGE_LIBHOWL
 
 config BR2_PACKAGE_MDNSRESPONDER
+       depends BR2_PACKAGE_LIBHOWL
        tristate "mdnsresponder - an mDNS (Multicast DNS) service responder daemon"
        default m if CONFIG_DEVEL
-       depends BR2_PACKAGE_LIBHOWL
 
 config BR2_PACKAGE_AUTOIPD
+       depends BR2_PACKAGE_LIBHOWL
        tristate "autoipd - an IPv4 Link-Local address self-assigner daemon"
        default m if CONFIG_DEVEL
-       depends BR2_PACKAGE_LIBHOWL
 
 config BR2_PACKAGE_NIFD
+       depends BR2_PACKAGE_LIBHOWL
        tristate "nifd - a network interface monitor daemon"
        default m if CONFIG_DEVEL
-       depends BR2_PACKAGE_LIBHOWL
 
index dc60ec47c4a057bbc664d0650d6faec13c0e74b9..7a157b7fa8b1623f27cff530c49054715cb2c22f 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_HTPDATE
-       tristate "htpdate - an HTP (Hypertext Time Protocol) implementation"
+       tristate "htpdate - HTP (Hypertext Time Protocol) implementation"
        default m if CONFIG_DEVEL
        help
          An HTP (Hypertext Time Protocol) implementation
index 0ee2541e9a455a58ca5ef3c584693330b04d21ae..f55b29674f3048d232579b1692746d6256c0afa0 100644 (file)
@@ -1,27 +1,28 @@
 config BR2_PACKAGE_IPTABLES
-       tristate "iptables"
+       tristate "iptables - IPv4 firewall administration tool"
        default y
        help
          Linux kernel (2.4+) firewall, NAT, and packet mangling tools.
-
+         
          http://www.iptables.org/
+         
 
 config BR2_PACKAGE_IPTABLES_UTILS
-       tristate "save and restore"
+       tristate "iptables - Save and restore utilities"
        default m if CONFIG_DEVEL
        depends BR2_PACKAGE_IPTABLES
        help
          iptables-save and iptables-restore
 
 config BR2_PACKAGE_IPTABLES_EXTRA
-       tristate "extra modules"
+       tristate "extra modules - Extra modules not found elsewhere"
        default m if CONFIG_DEVEL
        depends BR2_PACKAGE_IPTABLES
        help
          Extra modules for iptables (kernel and user space)
 
 config BR2_PACKAGE_IP6TABLES
-       tristate "ip6tables"
+       tristate "ip6tables - IPv6 firewall administration tool"
        default m if CONFIG_DEVEL
        depends BR2_PACKAGE_IPTABLES
        select BR2_PACKAGE_KMOD_IPV6
index 6013c37da2c4df3146fd3f78efee18e780594df4..d5a25711a3d138f13d4901226bb573c4a2106255 100644 (file)
@@ -1,8 +1,9 @@
 config BR2_PACKAGE_LIBELF
-       tristate "libelf"
+       tristate "libelf - ELF object file access library"
        default m if CONFIG_DEVEL
        help
          This is the public release of libelf-0.8.5, a free ELF object
          file access library.
-
+         
          http://www.stud.uni-hannover.de/~michael/software/
+         
index e468a5d31fd0b706b34983c1dfdae58522ac77dd..1cb90be059ca21b2d8d6ccaddbfa8e0ae152c7a4 100644 (file)
@@ -1,6 +1,10 @@
 config BR2_PACKAGE_LIBGD
-       tristate "libgd"
+       tristate "libgd - The GD Graphics Library"
        default m if CONFIG_DEVEL
        help
-        The GD Graphics Library 
+        The GD Graphics Library
+        
+        http://www.boutell.com/gd/
+        
+
          
index 433e9fbc761c576478fd55aad493e5b6992b5529..ffa6f08f334934cbff561935bd19c88fcbea3cb1 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_LIBNET
-       select BR2_PACKAGE_LIBPCAP
-       tristate "libnet"
+       tristate "libnet - Low-level packet creation library"
        default m if CONFIG_DEVEL
+       select BR2_PACKAGE_LIBPCAP
        help
          A low-level packet creation library.
          
index 1a83bb2a9eef4797aefee037af2eb42ca72eaaf4..107b4896f38da79332d06969abe62c8352a432a7 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_LIBOSIP2
-       tristate "libosip2 (GNU oSIP library)"
+       tristate "libosip2 - GNU oSIP library"
        default m if CONFIG_DEVEL
        help
          GNU oSIP library, a Session Initiation Protocol (SIP) implementation
index 4f97c3ecd8baeadb92938e225a7b1483eec04d01..0b3f441d89e903ab6e58db2df655ac0d75b6df17 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_LIBPCAP
-       tristate "libpcap (a low-level packet capture library)"
+       tristate "libpcap - Low-level packet capture library"
        default m if CONFIG_DEVEL
        help
          A system-independent library for user-level network packet capture.
index 4972ec46a663031f48c0cb8af8a823dff5bba2e7..59ba4579f5d54b082d50a0f4b99ae4cba0cc6f2f 100644 (file)
@@ -1,6 +1,10 @@
 config BR2_PACKAGE_LIBPNG
-       tristate "libpng"
+       tristate "libpng - PNG (Portable Network Graphics) format files handling library"
        default m if CONFIG_DEVEL
        select BR2_PACKAGE_ZLIB
        help
          A library for reading/writing PNG files
+         
+         http://www.libpng.org/pub/png/libpng.html
+         
+
index 0a0eef212770844b84a0fbec7a1365601e2ad0ce..b51850c6ea693a8c43a8d8dbaacde461dc36f0cf 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_LIBPTHREAD
-       tristate "libpthread (POSIX threads library)"
+       tristate "libpthread - POSIX threads library"
        default m if CONFIG_DEVEL
        help
          POSIX threads library
index 8157ed291da93f1430a27a058546c5207ca18a03..8ac0c70f24c5128a855e183ef889f71e8e403b31 100644 (file)
@@ -1,5 +1,9 @@
 config BR2_PACKAGE_LIBUSB
-       tristate "libusb"
+       tristate "libusb - Library for accessing Linux USB devices"
        default m if CONFIG_DEVEL
        help
          A library for accessing Linux USB devices
+         
+         http://libusb.sourceforge.net/
+         
+
index a8ad10fd8e579df7567199291fef4b259c1520fd..38c4c72ce022e7a9350ec77e0d3244cb0064b0af 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_LIGHTTPD
-       prompt "lighttpd - a flexible and lightweight web server"
+       prompt "lighttpd - Flexible and lightweight web server"
        tristate 
        default m if CONFIG_DEVEL
        help
@@ -12,61 +12,61 @@ config BR2_PACKAGE_LIGHTTPD
 
 config BR2_PACKAGE_LIGHTTPD_MOD_ALIAS
        depends BR2_PACKAGE_LIGHTTPD
-       prompt "mod-alias - a directory alias module"
+       prompt "mod-alias - Directory alias module"
        tristate 
        default m if CONFIG_DEVEL
 
 config BR2_PACKAGE_LIGHTTPD_MOD_AUTH
        depends BR2_PACKAGE_LIGHTTPD
-       prompt "mod-auth - an authentication module"
+       prompt "mod-auth - Authentication module"
        tristate 
        default m if CONFIG_DEVEL
 
 config BR2_PACKAGE_LIGHTTPD_MOD_CGI
        depends BR2_PACKAGE_LIGHTTPD
-       prompt "mod-cgi - CGI module"
+       prompt "mod-cgi - CGI module"
        tristate 
        default m if CONFIG_DEVEL
 
 config BR2_PACKAGE_LIGHTTPD_MOD_PROXY
        depends BR2_PACKAGE_LIGHTTPD
-       prompt "mod-proxy - a proxy module"
+       prompt "mod-proxy - Proxy module"
        tristate 
        default m if CONFIG_DEVEL
 
 config BR2_PACKAGE_LIGHTTPD_MOD_REDIRECT
        depends BR2_PACKAGE_LIGHTTPD
-       prompt "mod-redirect - an url redirection module"
+       prompt "mod-redirect - URL redirection module"
        tristate 
        default m if CONFIG_DEVEL
 
 config BR2_PACKAGE_LIGHTTPD_MOD_REWRITE
        depends BR2_PACKAGE_LIGHTTPD
-       prompt "mod-rewrite - an url rewriting module"
+       prompt "mod-rewrite - URL rewriting module"
        tristate 
        default m if CONFIG_DEVEL
 
 config BR2_PACKAGE_LIGHTTPD_MOD_SETENV
        depends BR2_PACKAGE_LIGHTTPD
-       prompt "mod-setenv - an environment variable setting module"
+       prompt "mod-setenv - Environment variable setting module"
        tristate 
        default m if CONFIG_DEVEL
 
 config BR2_PACKAGE_LIGHTTPD_MOD_SIMPLE_VHOST
        depends BR2_PACKAGE_LIGHTTPD
-       prompt "mod-simple-vhost - a simple virtual hosting module"
+       prompt "mod-simple-vhost - Simple virtual hosting module"
        tristate 
        default m if CONFIG_DEVEL
 
 config BR2_PACKAGE_LIGHTTPD_MOD_STATUS
        depends BR2_PACKAGE_LIGHTTPD
-       prompt "mod-status - a server status display module"
+       prompt "mod-status - Server status display module"
        tristate 
        default m if CONFIG_DEVEL
 
 config BR2_PACKAGE_LIGHTTPD_MOD_USERTRACK
        depends BR2_PACKAGE_LIGHTTPD
-       prompt "mod-usertrack - an user tracking module"
+       prompt "mod-usertrack - User tracking module"
        tristate 
        default m if CONFIG_DEVEL
 
index b1b5bd19d0a4b6fd627355e922b8890ca064e396..7a0bd4c8a42f789648bbc85e9b0c7fe8009b645d 100644 (file)
@@ -1,7 +1,12 @@
 config BR2_PACKAGE_LIBLZO
-       tristate "liblzo (a real-time data compression library)"
+       tristate "liblzo - Real-time data compression library"
        default m if CONFIG_DEVEL
        help
          A real-time data compression library
-        
+         
          http://www.oberhumer.com/opensource/lzo/
+         
+
+config BR2_PACKAGE_LZO
+       tristate
+       default BR2_PACKAGE_LIBLZO
index 8b89dcd5b396bf592ae5ac0c94ba01548b47ad42..87a5632ce6edc0769e65c1d73e49e87f2f434c09 100644 (file)
@@ -1,5 +1,9 @@
 config BR2_PACKAGE_MARADNS
-       tristate "MaraDNS"
+       tristate "maradns - Small and secure DNS Server"
        default m if CONFIG_DEVEL
        help
-         A small secure DNS server
+         A small and secure DNS server
+         
+         http://www.maradns.org/
+         
+
index 1d2e92d0cf65e8e428d77cae706f4b220c33581a..db5abb1137225704736a7c0d0e0e6057e2823eea 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_LIBMATRIXSSL
        select BR2_PACKAGE_LIBPTHREAD
-       tristate "libmatrixssl - an embedded SSL implementation"
+       tristate "libmatrixssl - Embedded SSL implementation"
        default m if CONFIG_DEVEL
        help
          An embedded SSL implementation
index 322cbb9ec7525a9c6244934d4c9c36d045a8a013..957ac8a6bcbb37d6982c637daad30b0153ea51e3 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_MICROPERL
-       tristate "microperl"
+       tristate "microperl - A really minimal perl"
        default m if CONFIG_DEVEL
        help
          Perl without operating-specific functions such as readdir.
index 1458b8db4fdeedd9ea5802f6684f52a2dcb095e1..3410a992c7b9cad14dee8b6d0bdb1146e7f091dc 100644 (file)
@@ -1,8 +1,10 @@
 config BR2_PACKAGE_MONIT
-       tristate "monit"
+       tristate "monit - System services monitoring utility"
        select BR2_PACKAGE_LIBPTHREAD
        default m if CONFIG_DEVEL
        help
          utility for monitoring services on a Unix system
          
          http://www.tildeslash.com/monit/
+         
+       
\ No newline at end of file
index a83fde43296498104f393001eff4b79e626b8009..fd82fbac51168c16b92088bb6beef79ae22f5cbb 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_LIBNCURSES
-       tristate "libncurses - a terminal handling library"
+       tristate "libncurses - Terminal handling library"
        default m if CONFIG_DEVEL
        help
          A terminal handling library
index 75bef4abc570f14f831eda69e35e83b9cc532d6c..33b663c3b21af275f705a5ca8a8c19974bf7ed28 100644 (file)
@@ -1,8 +1,11 @@
 config BR2_PACKAGE_NMAP
-       tristate "Nmap"
-       select BR2_PACKAGE_LIBPCRE
+       tristate "nmap - Network exploration and/or security auditing utility"
+       default m if CONFIG_DEVEL
        select BR2_PACKAGE_LIBPCAP
+       select BR2_PACKAGE_LIBPCRE
        select BR2_PACKAGE_UCLIBCXX
-       default m if CONFIG_DEVEL
        help
          A free open source utility for network exploration or security auditing. 
+         
+         http://www.insecure.org/nmap/
+         
index 4f7a6d8e60312d030609d44d4fc5b9cbc787376b..ecceae4d22e2d01819d25dcd5a50a80892cac4be 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_NOCATSPLASH
-       tristate "NoCatSplash"
+       tristate "nocatsplash - Open public network gateway daemon"
        default m if CONFIG_DEVEL
        help
         NoCatSplash is an Open Public Network Gateway Daemon.
index 772c38df7ac4b7fa289613dd46d8754a67b4e9f4..5773837c4444f13a484499f535b57bcf55e8e3f4 100644 (file)
@@ -1,5 +1,9 @@
 config BR2_PACKAGE_NTPCLIENT
-       tristate "ntpclient"
+       tristate "ntpclient - NTP (Network Time Protocol) client"
        default m if CONFIG_DEVEL
        help
          NTP client for setting system time from NTP servers.
+         
+         http://doolittle.faludi.com/ntpclient/
+         
+
index 9bef83f46e5bda0a9b9da434e6caa68e1be57586..fd0cb935f30488de3cc440c862559972ad93076f 100644 (file)
@@ -9,37 +9,37 @@ config BR2_PACKAGE_OLSRD
 
 config BR2_PACKAGE_OLSRD_MOD_DOT_DRAW
        depends BR2_PACKAGE_OLSRD
-       prompt "mod-dot-draw - a dot topology information plugin"
+       prompt "mod-dot-draw - Dot topology information plugin"
        tristate
        default m if CONFIG_DEVEL
 
 config BR2_PACKAGE_OLSRD_MOD_DYN_GW
        depends BR2_PACKAGE_OLSRD
-       prompt "mod-dyn-gw - a dynamic internet gateway plugin"
+       prompt "mod-dyn-gw - Dynamic internet gateway plugin"
        tristate
        default m if CONFIG_DEVEL
 
 config BR2_PACKAGE_OLSRD_MOD_HTTPINFO
        depends BR2_PACKAGE_OLSRD
-       prompt "mod-httpinfo - a small informative web server plugin"
+       prompt "mod-httpinfo - Small informative web server plugin"
        tristate
        default m if CONFIG_DEVEL
 
 config BR2_PACKAGE_OLSRD_MOD_NAMESERVICE
        depends BR2_PACKAGE_OLSRD
-       prompt "mod-nameservice - a lightweight hostname resolver plugin"
+       prompt "mod-nameservice - Lightweight hostname resolver plugin"
        tristate
        default m if CONFIG_DEVEL
 
 config BR2_PACKAGE_OLSRD_MOD_POWER
        depends BR2_PACKAGE_OLSRD
-       prompt "mod-power - a power status plugin"
+       prompt "mod-power - Power status plugin"
        tristate
        default m if CONFIG_DEVEL
 
 config BR2_PACKAGE_OLSRD_MOD_SECURE
        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
        default m if CONFIG_DEVEL
 
index 15b63e47980461316d57d4d3e831be51f0705ee1..e536e777d043f91e768227ae96ee8392fc26b865 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_OPENLDAP
-       tristate "OpenLDAP"
-       default m if CONFIG_DEVEL
+       prompt "openldap - Open source LDAP (Lightweight Directory Access Protocol) implementation"
+       bool
+       default y if CONFIG_DEVEL
        help
          OpenLDAP Software is an open source implementation of the 
          Lightweight Directory Access Protocol (LDAP).
@@ -9,12 +10,12 @@ config BR2_PACKAGE_OPENLDAP
          
 
 config BR2_PACKAGE_LIBOPENLDAP
-       tristate "libopenldap (client libraries)"
+       tristate "libopenldap - client libraries"
        default m if CONFIG_DEVEL
        depends BR2_PACKAGE_OPENLDAP
 
 config BR2_PACKAGE_OPENLDAP_UTILS
-       tristate "openldap-utils (client utilities)"
+       tristate "openldap-utils - client utilities"
        default m if CONFIG_DEVEL
        depends BR2_PACKAGE_OPENLDAP
 
index edf077b834dde549b662587e2e612d143ac774b7..064275808c99dc275096d6535971e0feda0bf101 100644 (file)
@@ -1,5 +1,5 @@
 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
        help
          NTP server
index 5a4755d01b11a3d99a5415d2aba5116fb7b70978..3a3c15eb756a8b0c995c572d0a36699a4a6de280 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_OPENVPN
-       tristate "OpenVPN"
+       tristate "openvpn - Open source VPN solution using SSL"
        default m if CONFIG_DEVEL
        select BR2_PACKAGE_KMOD_TUN
        select BR2_PACKAGE_OPENSSL
index 355c0eb168ba731f8d4da561966d01c8f43f3396..8c6dbe7e73f5d5d079b566ecfb440ca14a8ed7fa 100644 (file)
@@ -1,11 +1,15 @@
 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
        select BR2_PACKAGE_OPENSSL
        help
-         An Host Integrity Monitoring System (scanning agent)
+         An host integrity monitoring system (scanning agent)
          
          http://www.hostintegrity.com/osiris/
          
          Depends: openssl
          
+
+config BR_PACKAGE_OSIRIS
+       tristate
+       default BR2_PACKAGE_OSIRISD
index 822701bd44f5c3d5a41c7f3f51ed3dee3bf2631f..1e880e31c05f9253957e6092ee1209eecb538725 100644 (file)
@@ -1,5 +1,5 @@
-config BR2_PACKAGE_PCRE
-       tristate "pcre"
+config BR2_PACKAGE_LIBPCRE
+       tristate "libpcre - a Perl Compatible Regular Expression library"
        default m if CONFIG_DEVEL
        help
          A Perl Compatible Regular Expression library
@@ -7,7 +7,7 @@ config BR2_PACKAGE_PCRE
          http://www.pcre.org/
          
 
-config BR2_PACKAGE_LIBPCRE
+config BR2_PACKAGE_PCRE
        tristate
-       default BR2_PACKAGE_PCRE
+       default BR2_PACKAGE_LIBPCRE
 
index fb88a073bd7ad29d3845d143830a44e442e7abcd..3c1f9532bbd057ba09e660266dbb4719ac616ba4 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_PMACCT
-       prompt "pmacct - a set of IPv4/IPv6 accounting and aggregation tools"
+       prompt "pmacct - IPv4/IPv6 accounting and aggregation tools"
        bool
        default y if CONFIG_DEVEL
        select BR2_PACKAGE_LIBPCAP
@@ -12,7 +12,7 @@ config BR2_PACKAGE_PMACCT
 
 choice
        depends BR2_PACKAGE_PMACCT
-       prompt "nfacctd - NetFlow accounting daemon"
+       prompt "nfacctd - NetFlow accounting daemon"
        tristate
        default m if CONFIG_DEVEL
        default n
@@ -67,7 +67,7 @@ endchoice
 
 choice
        depends BR2_PACKAGE_PMACCT
-       prompt "pmacctd - an IP accounting daemon"
+       prompt "pmacctd - IP accounting daemon (libpcap based)"
        tristate
        default m if CONFIG_DEVEL
        default n
@@ -122,7 +122,7 @@ endchoice
 
 config BR2_PACKAGE_PMACCT_CLIENT
        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
        default n
 
index 2564ddf81bac968fc7292dfe96c042c9aba1ce6b..f7a617a5c1904e2214840fbcf2ae253328036403 100644 (file)
@@ -1,5 +1,5 @@
-config BR2_PACKAGE_POPT
-       tristate "popt (a command line option parsing library)"
+config BR2_PACKAGE_LIBPOPT
+       tristate "libpopt - Command line option parsing library"
        default m if CONFIG_DEVEL
        help
          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/
          
 
-config BR2_PACKAGE_LIBPOPT
+config BR2_PACKAGE_POPT
        tristate
-       default BR2_PACKAGE_POPT
+       default BR2_PACKAGE_LIBPOPT
 
index 41cd484809adcb5a6cfd4a7f8b38ac80cc91bb60..b7ed5ae5917209a114e0c0674816115bef22c124 100644 (file)
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_PORTMAP
-       tristate "RPC Portmapper"
+       tristate "portmap - RPC Portmapper"
        default m if CONFIG_DEVEL
        help
          The RPC Portmapper (used by the NFS Server)
+         
+       
\ No newline at end of file
index 5254fb5c189325e91dbd5c24662ad48cc813d295..79a5d62db6daf2fedc213588f8d18f57c867a900 100644 (file)
@@ -18,19 +18,19 @@ config BR2_PACKAGE_PPP_MOD_RADIUS
        depends on BR2_PACKAGE_PPP
 
 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
        default m
        depends on BR2_PACKAGE_PPP
 
 config BR2_PACKAGE_PPPDUMP
-       prompt "pppdump - an utility to read PPP record file"
+       prompt "pppdump - Utility to read PPP record file"
        tristate
        default m
        depends on BR2_PACKAGE_PPP
 
 config BR2_PACKAGE_PPPSTATS
-       prompt "pppstats - an utility to report PPP statistics"
+       prompt "pppstats - Utility to report PPP statistics"
        tristate
        default m
        depends on BR2_PACKAGE_PPP
index ad41744cef3132c93761969b6add56342bd5f9b0..905506e39d8052bcde191ca359656e42145359a8 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_PPTP
-       prompt "pptp - PPTP (Point-to-Point Tunneling Protocol) client"
+       prompt "pptp - PPTP (Point-to-Point Tunneling Protocol) client"
        tristate
        default m if CONFIG_DEVEL
        select BR2_PACKAGE_KMOD_GRE
index ab495f0642ae84890d6b060cb4899967f3b0b74f..1bb1527ed89ade4dd118c2ff893e5b66b7f3327e 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_PPTPD
-       prompt "pptpd - PPTP (Point-to-Point Tunneling Protocol) server"
+       prompt "pptpd - PPTP (Point-to-Point Tunneling Protocol) server"
        tristate
        default m if CONFIG_DEVEL
        select BR2_PACKAGE_KMOD_GRE
index af3fc16ef0ef23b6ac0cfb8888c3c90636d11476..880913d7c25f1c9bb8f38a286eebb767e3d43ab3 100644 (file)
@@ -1,37 +1,54 @@
 config BR2_PACKAGE_QUAGGA
-       tristate "Quagga"
+       tristate "quagga - the Quagga Software Routing Suite"
        default m if CONFIG_DEVEL
        help
-       routing software package that provides TCP/IP based routing services
-        with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2, 
-        OSPFv3, BGP-4, and BGP-4+
+         A routing software package that provides TCP/IP based routing services
+         with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2, 
+         OSPFv3, BGP-4, and BGP-4+
+         
+         http://www.quagga.net/
+         
 
-       http://www.quagga.net/
+config BR2_PACKAGE_QUAGGA_BGPD
+       tristate "bgpd - BGPv4, BGPv4\+, BGPv4\- routing engine"
+       default m if CONFIG_DEVEL
+       depends BR2_PACKAGE_QUAGGA
+       help
+         A BGPv4, BGPv4\+, BGPv4\- routing engine for use with Quagga routing
+         software.
 
-config BR2_PACKAGE_QUAGGA_ZEBRA
-       tristate "zebra daemon"
+config BR2_PACKAGE_QUAGGA_OSPFD
+       tristate "ospfd - OSPFv2 routing engine"
        default m if CONFIG_DEVEL
        depends BR2_PACKAGE_QUAGGA
        help
-        zebra 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 daemon"
+       tristate "ripd - RIP routing engine"
        default m if CONFIG_DEVEL
        depends BR2_PACKAGE_QUAGGA
        help
-        ripd daemon
+         A RIP routing engine for use with Quagga routing software.
 
-config BR2_PACKAGE_QUAGGA_BGPD
-       tristate "bgpd daemon"
+config BR2_PACKAGE_QUAGGA_RIPD
+       tristate "ripngd - RIPNG routing engine"
        default m if CONFIG_DEVEL
        depends BR2_PACKAGE_QUAGGA
        help
-        bgpd daemon
+         A RIPNG routing engine for use with Quagga routing software.
 
-config BR2_PACKAGE_QUAGGA_OSPFD
-       tristate "ospfd daemon"
+config BR2_PACKAGE_QUAGGA_ZEBRA
+       tristate "zebra - Routing manager"
        default m if CONFIG_DEVEL
        depends BR2_PACKAGE_QUAGGA
        help
-        ospfd daemon
+         A routing manager for use with associated Quagga components.
+
index 132690fa427885a3c7385ed3b98aeea608c561eb..0923f1cb1caf7d63653cad7ef440d85ea4983c81 100644 (file)
@@ -1,6 +1,9 @@
 config BR2_PACKAGE_RADVD
-       select BR2_PACKAGE_KMOD_IPV6
-       tristate "radvd"
+       tristate "radvd - IPv6 Routing Advertisement Daemon"
        default m if CONFIG_DEVEL
+       select BR2_PACKAGE_KMOD_IPV6
        help
          Routing Advertisement Daemon for IPv6
+         
+         http://v6web.litech.org/radvd/
+         
index ae3f17203fd04e33b0d249826bdc0c548eaf741b..a142e527c5088aa071a48aa65c90f132caad29d3 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_ROBOCFG
-       tristate "robocfg"
+       tristate "robocfg - BCM5325E/536x switch configuration utility"
        default m if CONFIG_DEVEL
        help
          Broadcom BCM5325E/536x switch configuration utility
+         
index 610e3f47f34f6442a37760cbdf9f028ae21a1ca9..cf33ebe7f4fa5d5782e9cbb1cb040a0d124b0806 100644 (file)
@@ -1,6 +1,9 @@
 config BR2_PACKAGE_SCREEN
-       tristate "screen"
+       tristate "screen - Full-screen terminal window manager"
        default m if CONFIG_DEVEL
        help
          Screen is a full-screen window manager that multiplexes a physical 
          terminal between several processes, typically interactive shells.
+         
+         http://www.gnu.org/software/screen/
+         
index 8d87e0aa262357b86d7f473ae7fa08e413f6b681..a7edbb9e98ba93b125febc745132f29893b38a68 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_SETSERIAL
-       tristate "setserial"
+       tristate "setserial - Serial port configuration utility"
        default m if CONFIG_DEVEL
        help
          setserial  is a program designed to set and/or report the
@@ -7,4 +7,5 @@ config BR2_PACKAGE_SETSERIAL
          information  includes what I/O port and IRQ a particular
          serial port is using, and whether or not the break key should
          be interpreted as the Secure  Attention  Key, and so on.
+         
 
index a7d38872ccd8315d952102611678797f2643ab6c..6e5e492169dffb670468109feef6566ada4eb9bc 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_SHAT
-       tristate "shat (Source Hardware Address Translation)"
+       tristate "shat - Source Hardware Address Translation"
        default m if CONFIG_DEVEL
        help
-               A tool which allows hosts with arbitrary IP configuration
-               to connect to the internet over a SHAT gateway.
+         A tool which allows hosts with arbitrary IP configuration
+         to connect to the internet over a SHAT gateway.
+         
\ No newline at end of file
index b834c065a62b9460d0466cf36505d155e03f0700..8d27f1f22884fc2c478d8af93b03f957ac37a4d8 100644 (file)
@@ -1,16 +1,8 @@
-config BR2_PACKAGE_SHFS
-       tristate
-       default n
-       depends BR2_PACKAGE_KMOD_SHFS
-       help
-
-
 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
-       select BR2_PACKAGE_SHFS
        help
-       
+         
          Shell FileSystem kernel module
          
          ShFS is a simple and easy to use Linux kernel module which 
@@ -31,12 +23,20 @@ config BR2_PACKAGE_KMOD_SHFS
          
          
          http://shfs.sourceforge.net/
-                 
+         
 
 config BR2_PACKAGE_SHFS_UTILS
        depends BR2_PACKAGE_KMOD_SHFS
-       tristate "shfs-utils (ShFS mount/umount utilities)"
+       tristate "shfs-utils - ShFS mount/umount utilities"
        default m if CONFIG_DEVEL
        help
-       
+         
          Shell FileSystem mount/umount utilities
+         
+
+config BR2_PACKAGE_SHFS
+       tristate
+       default n
+       depends BR2_PACKAGE_KMOD_SHFS
+       help
+
index 9207a5447a337c4b463037fc72eb48eca09baca0..4baa82513703fc5a6e479c37c153e5dd024e926d 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_SIPROXD
-       tristate "siproxd - SIP (Session Initiation Protocol) proxy"
+       tristate "siproxd - SIP (Session Initiation Protocol) proxy"
        default m if CONFIG_DEVEL
        select BR2_PACKAGE_LIBOSIP2
        help
index 1ad11d082d82d5a7551f22b08eb38ac01d22d4d9..6d1e7d66208b8e2342c4ff094b59ae6de332129c 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_SIPSAK
-       tristate "sipsak - SIP (Session Initiation Protocol) stress and diagnostics utility"
+       tristate "sipsak - SIP (Session Initiation Protocol) stress and diagnostics utility"
        default m if CONFIG_DEVEL
        select BR2_PACKAGE_OPENSSL
        help
index c33310d1f17898b03ebe8f131abbc126b63512f3..db6133545c37ec6042165a7df9921398b4180973 100644 (file)
@@ -1,5 +1,5 @@
 choice
-       prompt "snort"
+       prompt "snort - Ligthweight Network Intrusion Detection System (NIDS)"
        tristate
        default n
        optional
index 0fb8aa52f62ddd0fa0b67905f242511d800d91e7..08fedf795ec1d5cd68e2bc750b73a7c81ba32cd5 100644 (file)
@@ -1,9 +1,10 @@
 config BR2_PACKAGE_STRACE
-       tristate "strace"
+       tristate "strace - System call tracer"
        default m if CONFIG_DEVEL
        help
          A useful diagnostic, instructional, and debugging tool.
          Allows you to track what system calls a program makes 
          while it is running.
-
+         
          http://sourceforge.net/projects/strace/
+         
index 9648e890ca0731a575a392aefcb261944bced309..46d60b5c2020bc41a8c7bcdf49991adfe6ae6763 100644 (file)
@@ -1,9 +1,9 @@
 config BR2_PACKAGE_TCPDUMP
-       select BR2_PACKAGE_LIBPCAP
-       tristate "tcpdump"
+       tristate "tcpdump - Network monitoring and data acquisition tool"
        default m if CONFIG_DEVEL
+       select BR2_PACKAGE_LIBPCAP
        help
          A tool for network monitoring and data acquisition.
-
+         
          http://www.tcpdump.org/
-
+         
index 56c02865004ccccad4e0d8ef9604e2d1bcb463a2..aa45dfee82d9d23ccf0afdb18fcd3aaf790f6980 100644 (file)
@@ -1,11 +1,10 @@
 config BR2_PACKAGE_TINC
-       tristate "tinc"
+       tristate "tinc - VPN tunneling daemon"
        default m if CONFIG_DEVEL
-       select BR2_PACKAGE_ZLIB
+       select BR2_PACKAGE_KMOD_TUN
        select BR2_PACKAGE_LIBLZO
        select BR2_PACKAGE_OPENSSL
-       select BR2_PACKAGE_KMOD_TUN
-
+       select BR2_PACKAGE_ZLIB
        help
          A VPN tunneling daemon
          
index 327d61edc67c45c012f6ffe53fd24bca02b8a7bd..a1a712df033e8630c566f77d65842eee48702d33 100644 (file)
@@ -1,12 +1,14 @@
-config BR2_PACKAGE_USBUTILS
-       tristate "lsusb"
+config BR2_PACKAGE_LSUSB
+       tristate "lsusb - USB devices listing program"
        default m if CONFIG_DEVEL
        select BR2_PACKAGE_LIBUSB
        help
          A program to list Linux USB devices
+         
+         http://linux-usb.sourceforge.net/
+         
 
-
-config BR2_PACKAGE_LSUSB
+config BR2_PACKAGE_USBUTILS
        tristate
-       default BR2_PACKAGE_USBUTILS
+       default BR2_PACKAGE_LSUSB
 
index 5f708f046e8669e9bc11f0ce720a6c3aba74a5ef..3bd5f2597ad8f9507990322024d12c73305f4960 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_VSFTPD
-       tristate "vsftpd - a fast and secure FTP server"
+       tristate "vsftpd - Fast and secure FTP server"
        default m if CONFIG_DEVEL
        help
          A fast and secure FTP server
index 5502b090d4f84294b13a05c43a8a02d059a5110c..1c155bb776dfcbb3cfabe3b269fe80f9b8e58da9 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_WIRELESS_TOOLS
-       tristate "wireless-tools"
+       tristate "wireless-tools - Tools for manipulating Linux Wireless Extensions"
        default y
        help
          Tools for configuring Wireless Adapters implementing the "Wireless Extension"
index 036eee3053168eaae6d5f550bfefc3a794e09700..81053d455b568abbf137a890dfc8e82f38cf5d4b 100644 (file)
@@ -1,5 +1,9 @@
 config BR2_PACKAGE_WOL
-       tristate "Wake On LAN client"
+       tristate "wol - Wake On LAN client"
        default m if CONFIG_DEVEL
        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/
+         
index 13bf0bae90e4f6d31168745b305eaae2aefa31d2..adff6ed1b47b181c58b8d71619459adcb3986d2e 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_XINETD
-       tristate "xinetd - a powerful and secure superserver"
+       tristate "xinetd - Powerful and secure superserver"
        default m if CONFIG_DEVEL
        help
          A powerful and secure superserver
index 00c912a88a14adc57c78e22deb0873d73764017b..a90fae8c4bfc8efe6c40558a96bdd2a7189c4f70 100644 (file)
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_ZLIB
-       tristate "zlib"
+       tristate "zlib - Library implementing the deflate compression method"
        default m if CONFIG_DEVEL
        help
          A library implementing the 'deflate' compression method