aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-09-20 01:35:03 +0000
committerNicolas Thill <nico@openwrt.org>2005-09-20 01:35:03 +0000
commit86ecd14fc4526ad797ba883a7207947e238f1df5 (patch)
treeb3b9b8fa7c7222aa926066aa09aae69edcf1c857
parent00c43f9c495922cda85e22021cc29aa9e936bd40 (diff)
downloadupstream-86ecd14fc4526ad797ba883a7207947e238f1df5.tar.gz
upstream-86ecd14fc4526ad797ba883a7207947e238f1df5.tar.bz2
upstream-86ecd14fc4526ad797ba883a7207947e238f1df5.zip
enabled when DEVELOPER=1
SVN-Revision: 1957
-rw-r--r--openwrt/package/curl/Config.in6
-rw-r--r--openwrt/package/dosfstools/Config.in3
-rw-r--r--openwrt/package/e2fsprogs/Config.in3
-rw-r--r--openwrt/package/ether-wake/Config.in3
-rw-r--r--openwrt/package/expat/Config.in3
-rw-r--r--openwrt/package/gnutls/Config.in9
-rw-r--r--openwrt/package/hostapd/Config.in3
-rw-r--r--openwrt/package/id3lib/Config.in3
-rw-r--r--openwrt/package/libdaemon/Config.in3
-rw-r--r--openwrt/package/libevent/Config.in3
-rw-r--r--openwrt/package/libffi-sable/Config.in3
-rw-r--r--openwrt/package/libgcrypt/Config.in3
-rw-r--r--openwrt/package/libgpg-error/Config.in3
-rw-r--r--openwrt/package/libid3tag/Config.in3
-rw-r--r--openwrt/package/libupnp/Config.in3
-rw-r--r--openwrt/package/libxml2/Config.in3
-rw-r--r--openwrt/package/libxslt/Config.in3
-rw-r--r--openwrt/package/mt-daapd/Config.in3
-rw-r--r--openwrt/package/netstat-nat/Config.in3
-rw-r--r--openwrt/package/parprouted/Config.in3
-rw-r--r--openwrt/package/picocom/Config.in3
-rw-r--r--openwrt/package/readline/Config.in7
-rw-r--r--openwrt/package/sablevm-classpath/Config.in5
-rw-r--r--openwrt/package/sablevm/Config.in3
-rw-r--r--openwrt/package/setpwc/Config.in3
-rw-r--r--openwrt/package/sqlite/Config.in8
-rw-r--r--openwrt/package/sqlite2/Config.in8
-rw-r--r--openwrt/package/tor/Config.in3
28 files changed, 39 insertions, 70 deletions
diff --git a/openwrt/package/curl/Config.in b/openwrt/package/curl/Config.in
index 6f360557f4..2506350b5c 100644
--- a/openwrt/package/curl/Config.in
+++ b/openwrt/package/curl/Config.in
@@ -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.
diff --git a/openwrt/package/dosfstools/Config.in b/openwrt/package/dosfstools/Config.in
index 9f731e7120..2bb61c549b 100644
--- a/openwrt/package/dosfstools/Config.in
+++ b/openwrt/package/dosfstools/Config.in
@@ -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.
diff --git a/openwrt/package/e2fsprogs/Config.in b/openwrt/package/e2fsprogs/Config.in
index 658ed337b8..6eb9c07d1d 100644
--- a/openwrt/package/e2fsprogs/Config.in
+++ b/openwrt/package/e2fsprogs/Config.in
@@ -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
diff --git a/openwrt/package/ether-wake/Config.in b/openwrt/package/ether-wake/Config.in
index b66b43b78b..1d9d97d29b 100644
--- a/openwrt/package/ether-wake/Config.in
+++ b/openwrt/package/ether-wake/Config.in
@@ -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.
diff --git a/openwrt/package/expat/Config.in b/openwrt/package/expat/Config.in
index 4c47dccc19..45f88c05a8 100644
--- a/openwrt/package/expat/Config.in
+++ b/openwrt/package/expat/Config.in
@@ -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
diff --git a/openwrt/package/gnutls/Config.in b/openwrt/package/gnutls/Config.in
index 1468205143..5283101de9 100644
--- a/openwrt/package/gnutls/Config.in
+++ b/openwrt/package/gnutls/Config.in
@@ -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
diff --git a/openwrt/package/hostapd/Config.in b/openwrt/package/hostapd/Config.in
index e6d6c68651..db9af0f1c8 100644
--- a/openwrt/package/hostapd/Config.in
+++ b/openwrt/package/hostapd/Config.in
@@ -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
diff --git a/openwrt/package/id3lib/Config.in b/openwrt/package/id3lib/Config.in
index 6b87d274e6..243a5443d7 100644
--- a/openwrt/package/id3lib/Config.in
+++ b/openwrt/package/id3lib/Config.in
@@ -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
diff --git a/openwrt/package/libdaemon/Config.in b/openwrt/package/libdaemon/Config.in
index eb4b619bc4..154abea8c2 100644
--- a/openwrt/package/libdaemon/Config.in
+++ b/openwrt/package/libdaemon/Config.in
@@ -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:
diff --git a/openwrt/package/libevent/Config.in b/openwrt/package/libevent/Config.in
index b0234c3565..d406b125ca 100644
--- a/openwrt/package/libevent/Config.in
+++ b/openwrt/package/libevent/Config.in
@@ -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
diff --git a/openwrt/package/libffi-sable/Config.in b/openwrt/package/libffi-sable/Config.in
index afdf2a2575..ae6525b653 100644
--- a/openwrt/package/libffi-sable/Config.in
+++ b/openwrt/package/libffi-sable/Config.in
@@ -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
diff --git a/openwrt/package/libgcrypt/Config.in b/openwrt/package/libgcrypt/Config.in
index 891dd5601a..117365baad 100644
--- a/openwrt/package/libgcrypt/Config.in
+++ b/openwrt/package/libgcrypt/Config.in
@@ -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
diff --git a/openwrt/package/libgpg-error/Config.in b/openwrt/package/libgpg-error/Config.in
index 31f2cd1273..5987840ac7 100644
--- a/openwrt/package/libgpg-error/Config.in
+++ b/openwrt/package/libgpg-error/Config.in
@@ -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,
diff --git a/openwrt/package/libid3tag/Config.in b/openwrt/package/libid3tag/Config.in
index 66d997d25c..c507b80bae 100644
--- a/openwrt/package/libid3tag/Config.in
+++ b/openwrt/package/libid3tag/Config.in
@@ -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
diff --git a/openwrt/package/libupnp/Config.in b/openwrt/package/libupnp/Config.in
index 4f025c76cd..01f878f136 100644
--- a/openwrt/package/libupnp/Config.in
+++ b/openwrt/package/libupnp/Config.in
@@ -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
diff --git a/openwrt/package/libxml2/Config.in b/openwrt/package/libxml2/Config.in
index 3230b2f549..2c132963db 100644
--- a/openwrt/package/libxml2/Config.in
+++ b/openwrt/package/libxml2/Config.in
@@ -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
diff --git a/openwrt/package/libxslt/Config.in b/openwrt/package/libxslt/Config.in
index 4d7a902f29..c0ec6cd8fa 100644
--- a/openwrt/package/libxslt/Config.in
+++ b/openwrt/package/libxslt/Config.in
@@ -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.
diff --git a/openwrt/package/mt-daapd/Config.in b/openwrt/package/mt-daapd/Config.in
index 6850c4e650..126e13ffbf 100644
--- a/openwrt/package/mt-daapd/Config.in
+++ b/openwrt/package/mt-daapd/Config.in
@@ -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
diff --git a/openwrt/package/netstat-nat/Config.in b/openwrt/package/netstat-nat/Config.in
index 24c082dc86..bedb0b7a8e 100644
--- a/openwrt/package/netstat-nat/Config.in
+++ b/openwrt/package/netstat-nat/Config.in
@@ -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
diff --git a/openwrt/package/parprouted/Config.in b/openwrt/package/parprouted/Config.in
index 16a8f2e359..dfd51ecdd1 100644
--- a/openwrt/package/parprouted/Config.in
+++ b/openwrt/package/parprouted/Config.in
@@ -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
diff --git a/openwrt/package/picocom/Config.in b/openwrt/package/picocom/Config.in
index 5ed558d0db..4a09710dbc 100644
--- a/openwrt/package/picocom/Config.in
+++ b/openwrt/package/picocom/Config.in
@@ -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
diff --git a/openwrt/package/readline/Config.in b/openwrt/package/readline/Config.in
index 8e2c3162ad..2aeb4581ff 100644
--- a/openwrt/package/readline/Config.in
+++ b/openwrt/package/readline/Config.in
@@ -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
diff --git a/openwrt/package/sablevm-classpath/Config.in b/openwrt/package/sablevm-classpath/Config.in
index 57adcae251..abe255771e 100644
--- a/openwrt/package/sablevm-classpath/Config.in
+++ b/openwrt/package/sablevm-classpath/Config.in
@@ -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
diff --git a/openwrt/package/sablevm/Config.in b/openwrt/package/sablevm/Config.in
index 70cde6063a..9907cf1c16 100644
--- a/openwrt/package/sablevm/Config.in
+++ b/openwrt/package/sablevm/Config.in
@@ -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
diff --git a/openwrt/package/setpwc/Config.in b/openwrt/package/setpwc/Config.in
index dcf134631c..9a9d558e7f 100644
--- a/openwrt/package/setpwc/Config.in
+++ b/openwrt/package/setpwc/Config.in
@@ -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.
diff --git a/openwrt/package/sqlite/Config.in b/openwrt/package/sqlite/Config.in
index 2d33debc17..0f9321d24f 100644
--- a/openwrt/package/sqlite/Config.in
+++ b/openwrt/package/sqlite/Config.in
@@ -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,
diff --git a/openwrt/package/sqlite2/Config.in b/openwrt/package/sqlite2/Config.in
index 3be1bb34a3..74b9a94c68 100644
--- a/openwrt/package/sqlite2/Config.in
+++ b/openwrt/package/sqlite2/Config.in
@@ -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,
diff --git a/openwrt/package/tor/Config.in b/openwrt/package/tor/Config.in
index ac53567d3c..79cc0cface 100644
--- a/openwrt/package/tor/Config.in
+++ b/openwrt/package/tor/Config.in
@@ -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