enabled when DEVELOPER=1
authorNicolas Thill <nico@openwrt.org>
Tue, 20 Sep 2005 01:35:03 +0000 (01:35 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 20 Sep 2005 01:35:03 +0000 (01:35 +0000)
SVN-Revision: 1957

28 files changed:
openwrt/package/curl/Config.in
openwrt/package/dosfstools/Config.in
openwrt/package/e2fsprogs/Config.in
openwrt/package/ether-wake/Config.in
openwrt/package/expat/Config.in
openwrt/package/gnutls/Config.in
openwrt/package/hostapd/Config.in
openwrt/package/id3lib/Config.in
openwrt/package/libdaemon/Config.in
openwrt/package/libevent/Config.in
openwrt/package/libffi-sable/Config.in
openwrt/package/libgcrypt/Config.in
openwrt/package/libgpg-error/Config.in
openwrt/package/libid3tag/Config.in
openwrt/package/libupnp/Config.in
openwrt/package/libxml2/Config.in
openwrt/package/libxslt/Config.in
openwrt/package/mt-daapd/Config.in
openwrt/package/netstat-nat/Config.in
openwrt/package/parprouted/Config.in
openwrt/package/picocom/Config.in
openwrt/package/readline/Config.in
openwrt/package/sablevm-classpath/Config.in
openwrt/package/sablevm/Config.in
openwrt/package/setpwc/Config.in
openwrt/package/sqlite/Config.in
openwrt/package/sqlite2/Config.in
openwrt/package/tor/Config.in

index 6f360557f478bea08c1d43946f19dc07d23a9b30..2506350b5cc58ecdfe075d24e38a08df98fb539d 100644 (file)
@@ -5,8 +5,7 @@ config BR2_COMPILE_CURL
 
 config BR2_PACKAGE_LIBCURL
        tristate "libcurl - A client-side URL transfer library"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        select BR2_COMPILE_CURL
        select BR2_PACKAGE_LIBOPENSSL
        select BR2_PACKAGE_ZLIB
@@ -18,8 +17,7 @@ config BR2_PACKAGE_LIBCURL
 
 config BR2_PACKAGE_CURL
        tristate "curl - A client-side URL transfer tool"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        depends BR2_PACKAGE_LIBCURL
        help
          A client-side URL transfer tool.
index 9f731e71202c5243b2b0cd679beac80ff7a900c3..2bb61c549b84c446c1dc9ee54b69770121278ce0 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_DOSFSTOOLS
        tristate "dosfstools - Utilities to create and check MS-DOS FAT filesystems"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        help
          Utilities to create and check MS-DOS FAT filesystems.
          
index 658ed337b8b0fd8fc60602d4434215507e233af0..6eb9c07d1d6e77351e58ec9d543df1e5f6a748f1 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_E2FSPROGS
        tristate "e2fsprogs - Ext2/3 filesystem utilities"
-#      default m if DEVELOPER
-       default n
+       default m if DEVELOPER
        help
          This package contains essential ext2 filesystem utilities which consists of 
          e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2 
index b66b43b78be1b4f6c4029fdcebfb258002809329..1d9d97d29b2d01933c2a27c099edbb14b21209c1 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_ETHER_WAKE
        tristate "ether-wake - A Wake-On-LAN (WOL) client"
-#      default y if DEVELOPER=1
-       default n
+       default y if DEVELOPER=1
        help
          A Wake-On-LAN (WOL) client,
          This program sends a magic packet to wake up sleeping networked machines.
index 4c47dccc192c567d94825622cc51489570f2354b..45f88c05a8530b1fd2878298ddb2c987f895fca4 100644 (file)
@@ -5,8 +5,7 @@ config BR2_COMPILE_EXPAT
 
 config BR2_PACKAGE_LIBEXPAT
        tristate "libexpat - a fast, non-validating, stream-oriented XML parsing library"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        select BR2_COMPILE_EXPAT
        help
          A fast, non-validating, stream-oriented XML parsing library
index 1468205143ca890e0975dcb93611772afe6fa6dd..5283101de9d07a1a7fad68be6851dcc009b540e1 100644 (file)
@@ -5,8 +5,7 @@ config BR2_COMPILE_GNUTLS
 
 config BR2_PACKAGE_LIBGNUTLS
        tristate "libgnutls - The GNU TLS library"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        select BR2_COMPILE_GNUTLS
        select BR2_PACKAGE_LIBGCRYPT
        help
@@ -38,8 +37,7 @@ config BR2_PACKAGE_LIBGNUTLS
 
 config BR2_PACKAGE_GNUTLS_UTILS
        tristate "gnutls-utils - The GNU TLS utilities"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        depends BR2_PACKAGE_LIBGNUTLS
        help
         GnuTLS is a project that aims to develop a library which provides a 
@@ -70,8 +68,7 @@ config BR2_PACKAGE_GNUTLS_UTILS
 
 config BR2_PACKAGE_LIBGNUTLS_OPENSSL
        tristate "libgnutls-openssl - The GNU TLS OpenSSL compatibility layer library"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        depends BR2_PACKAGE_LIBGNUTLS
        help
         GnuTLS is a project that aims to develop a library which provides a 
index e6d6c6865130f806a80c27aaa9c0a36fbfd2236a..db9af0f1c8a7cd4206d169919dc85312b23645ba 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_HOSTAPD
        tristate "hostapd - IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        select BR2_PACKAGE_KMOD_MADWIFI
        select BR2_PACKAGE_OPENSSL
        help
index 6b87d274e63e34c397787b330898aeee655d71bf..243a5443d75adb0b45d96ec6683c3401a3df7a52 100644 (file)
@@ -1,8 +1,7 @@
 config BR2_PACKAGE_ID3LIB
        prompt "id3lib - An ID3v1/ID3v2 tagging library"
        tristate
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        select BR2_PACKAGE_UCLIBCXX
        select BR2_PACKAGE_ZLIB
        help
index eb4b619bc4fcfd52a5a1f230086fe0dfe4e89999..154abea8c2e7fef91e8167e3219d2530088750e0 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_LIBDAEMON
        tristate "libdaemon - A lightweight C library that eases the writing of UNIX daemons"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        help
          libdaemon is a lightweight C library that eases the writing of UNIX daemons. 
          It consists of the following parts:
index b0234c356508b619ebe75d61cbf85188c556cf73..d406b125ca6da84e6fb1f9d33ecd4eda21df48e7 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_LIBEVENT
        tristate "libevent - Event notification library for event-driven network servers"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        help
          The libevent API provides a mechanism to execute a callback function 
          when a specific event occurs on a file descriptor or after a timeout 
index afdf2a2575684c722d4e221476c9eedaa8d9569f..ae6525b65373f09eebbfc3045f627f5273891251 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_LIBFFI_SABLE
        tristate "libffi-sable - Foreign Function Interface library (for sablevm)"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        help
          The libffi library provides a portable, high level programming
          interface to various calling conventions. This allows a programmer to
index 891dd5601aa05862662208dc72eb9093c4220511..117365baad3f4b8cab05c9ad42e7d7f8494189d4 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_LIBGCRYPT
        tristate "libgcrypt - The GNU crypto library"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        select BR2_PACKAGE_LIBGPG_ERROR
        help
         This is a general purpose cryptographic library based on the code from 
index 31f2cd12730368b7a93ce7a10c3858bba06781a6..5987840ac7653f1e77d1495843fd83c420ef14ab 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_LIBGPG_ERROR
        tristate "libgpg-error - An helper library for common error codes and descriptions"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        help
         This is a library that defines common error values for all GnuPG
         components.  Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
index 66d997d25cfdda7ca785d20c7a5ed3d892f08875..c507b80baee874bf11fdbf4c15fd87825f75828d 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_LIBID3TAG
        tristate "libid3tag - An ID3 tag manipulation library"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        select BR2_PACKAGE_ZLIB
        help
         libid3tag is a library for reading and (eventually) writing ID3 tags, both
index 4f025c76cdbb6d307392135ac6a57f445b39e03e..01f878f136e7d32c334f715f01b42b9e57825367 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_LIBUPNP
        tristate "libupnp - Universal Plug and Play (UPnP) SDK library"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        help
         The Universal Plug and Play (UPnP) SDK for Linux provides support 
         for building UPnP-compliant control points, devices, and bridges 
index 3230b2f5496aeef7a3413200a1e021f191b37963..2c132963dba21014dcc299820ca415cdbebfad3a 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_LIBXML2
        tristate "libxml2 - Gnome XML library"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        select BR2_PACKAGE_LIBPTHREAD
        select BR2_PACKAGE_ZLIB
        help
index 4d7a902f29e09f9726ef66b8228bc9459429c960..c0ec6cd8fa941dbef355985d89d9c160e55cc39f 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_LIBXSLT
        tristate "libxslt - Gnome XSLT library"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        select BR2_PACKAGE_LIBXML2
        help
          A library for XML transformation using XSLT.
index 6850c4e650b66179206f46852fcbf99e46323532..126e13ffbfcc5cd6ffe3b931a2bd10c972df2dc0 100644 (file)
@@ -1,8 +1,7 @@
 config BR2_PACKAGE_MT_DAAPD
        prompt "mt-daapd - A multi-threaded DAAP (Digital Audio Access Protocol) daemon"
        tristate 
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        select BR2_PACKAGE_LIBGDBM
        select BR2_PACKAGE_LIBHOWL
        select BR2_PACKAGE_LIBID3TAG
index 24c082dc8677085494f7d1b80a27cc9434713636..bedb0b7a8e367a1f1d6d3886e6ee22008ee453ee 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_NETSTAT-NAT
        tristate "netstat-nat - a netstat variant for NAT connections"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        help
          Netstat-nat is a small program written in C.
          It displays NAT connections, managed by netfilter/iptables which comes 
index 16a8f2e3597e81d0d2495ed3d927d8ac3726e51d..dfd51ecdd1af992f97bf6c42e562717b8eb290e8 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_PARPROUTED
        tristate "parprouted - Proxy ARP daemon"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        help
          parprouted is a daemon for transparent IP (Layer 3) proxy ARP bridging.
          This is useful for creation of transparent firewalls and bridging networks 
index 5ed558d0db75fe253983d4a38ae7356682524efd..4a09710dbc104d19f422c0f10aafcf179be0de13 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_PICOCOM
        tristate "picocom - minimal dumb-terminal emulation program"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        help
          As its name suggests, picocom is a minimal dumb-terminal emulation 
          program. It is, in principle, very much like minicom, only it's pico 
index 8e2c3162addfaadd40dccb8517f8706daf3d05fa..2aeb4581ff4e8550518432f7415d0ce999ea7fd4 100644 (file)
@@ -1,13 +1,12 @@
-config BR2_PACKAGE_READLINE
+config BR2_COMPILE_READLINE
        bool
        default n
        depends BR2_PACKAGE_LIBREADLINE
 
 config BR2_PACKAGE_LIBREADLINE
        tristate "libreadline - Command lines edition library"
-#      default m if CONFIG_DEVEL
-       default n
-       select BR2_PACKAGE_READLINE
+       default m if CONFIG_DEVEL
+       select BR2_COMPILE_READLINE
        help
          The Readline library provides a set of functions for use by applications 
          that allow users to edit command lines as they are typed in. Both Emacs 
index 57adcae25134de83a578b1baa1802b5eb2802344..abe255771eacb512b2b07b46239d33567a5335c9 100644 (file)
@@ -7,8 +7,7 @@ config BR2_PACKAGE_LIBSABLEVM_CLASSPATH
        depends BR2_PACKAGE_SABLEVM
        prompt "libsablevm-classpath - Essential native libraries for Java"
        tristate
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        select BR2_PACKAGE_SABLEVM_CLASSPATH
        help
          GNU Classpath, Essential Libraries for Java, is a GNU project to create 
@@ -31,6 +30,7 @@ choice
 config BR2_PACKAGE_SABLEVM_CLASSPATH_FULL
        prompt "...-full: Full set"
        tristate
+       default n
        help
          GNU Classpath, Essential Libraries for Java, is a GNU project to create 
          free core class libraries for use with virtual machines and compilers for 
@@ -46,6 +46,7 @@ config BR2_PACKAGE_SABLEVM_CLASSPATH_FULL
 config BR2_PACKAGE_SABLEVM_CLASSPATH_MINI
        prompt "...-mini: Minimal set"
        tristate
+       default m if CONFIG_DEVEL
        help
          
          GNU Classpath, Essential Libraries for Java, is a GNU project to create 
index 70cde6063a0b372f5f7f2c61fee974a57401432d..9907cf1c16400cb7b73ddc7cc78f689c0a52b321 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_SABLEVM
        tristate "sablevm - A Java Virtual Machine (JVM) implementation"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        select BR2_PACKAGE_LIBFFI_SABLE
        select BR2_PACKAGE_LIBLTDL
        select BR2_PACKAGE_LIBPOPT
index dcf134631ccc49d0a6ada367c29489baaa3c4d68..9a9d558e7fbe8598f06ea0e6b011cd195efef632 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_SETPWC
        tristate "setpwc - Philips (and compatibles) WebCams (PWC) control utility"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        help
          Philips (and compatibles) WebCams (PWC) control utility.
          
index 2d33debc17c71fa986ea8b8a1c1c3266498a5d3e..0f9321d24ffe546fae516b7ca8ef65f78e2e4272 100644 (file)
@@ -1,4 +1,4 @@
-config BR2_PACKAGE_SQLITE
+config BR2_COMPILE_SQLITE
        bool
        default n
        depends BR2_PACKAGE_LIBSQLITE
@@ -6,8 +6,7 @@ config BR2_PACKAGE_SQLITE
 config BR2_PACKAGE_LIBSQLITE
        prompt "libsqlite - Self-contained, embeddable, zero-configuration SQL database engine"
        tristate
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        select BR2_PACKAGE_SQLITE
        select BR2_PACKAGE_LIBNCURSES
        select BR2_PACKAGE_LIBREADLINE
@@ -42,8 +41,7 @@ config BR2_PACKAGE_LIBSQLITE
 config BR2_PACKAGE_SQLITE_CLI
        prompt "sqlite-cli - Command line interface for SQLite"
        tristate
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        depends BR2_PACKAGE_LIBSQLITE
        help
          SQLite is a small C library that implements a self-contained, embeddable, 
index 3be1bb34a3e4b741c99bddad6fec2ce06ce50ad8..74b9a94c68ab6dc53efeb73ef263a42ef5a81927 100644 (file)
@@ -1,4 +1,4 @@
-config BR2_PACKAGE_SQLITE2
+config BR2_COMPILE_SQLITE2
        bool
        default n
        depends BR2_PACKAGE_LIBSQLITE2
@@ -6,8 +6,7 @@ config BR2_PACKAGE_SQLITE2
 config BR2_PACKAGE_LIBSQLITE2
        prompt "libsqlite2 - Self-contained, embeddable, zero-configuration SQL database engine (v2.x)"
        tristate
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        select BR2_PACKAGE_SQLITE2
        select BR2_PACKAGE_LIBNCURSES
        select BR2_PACKAGE_LIBREADLINE
@@ -42,8 +41,7 @@ config BR2_PACKAGE_LIBSQLITE2
 config BR2_PACKAGE_SQLITE2_CLI
        prompt "sqlite2-cli - Command line interface for SQLite (v2.x)"
        tristate
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        depends BR2_PACKAGE_LIBSQLITE2
        help
          SQLite is a small C library that implements a self-contained, embeddable, 
index ac53567d3cf4cb9970ced35242e900c168950ca4..79cc0cfacec84a48ae18891844e1ed293190bb3d 100644 (file)
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_TOR
        tristate "tor - An anonymous Internet communication system"
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        select BR2_PACKAGE_LIBEVENT
        select BR2_PACKAGE_LIBOPENSSL
        select BR2_PACKAGE_LIBPTHREAD