enabled when DEVELOPER=1

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1957 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2005-09-20 01:35:03 +00:00
parent 658681d3ab
commit 990e611f57
28 changed files with 39 additions and 70 deletions

View File

@ -5,8 +5,7 @@ config BR2_COMPILE_CURL
config BR2_PACKAGE_LIBCURL config BR2_PACKAGE_LIBCURL
tristate "libcurl - A client-side URL transfer library" tristate "libcurl - A client-side URL transfer library"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_COMPILE_CURL select BR2_COMPILE_CURL
select BR2_PACKAGE_LIBOPENSSL select BR2_PACKAGE_LIBOPENSSL
select BR2_PACKAGE_ZLIB select BR2_PACKAGE_ZLIB
@ -18,8 +17,7 @@ config BR2_PACKAGE_LIBCURL
config BR2_PACKAGE_CURL config BR2_PACKAGE_CURL
tristate "curl - A client-side URL transfer tool" tristate "curl - A client-side URL transfer tool"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
depends BR2_PACKAGE_LIBCURL depends BR2_PACKAGE_LIBCURL
help help
A client-side URL transfer tool. A client-side URL transfer tool.

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_DOSFSTOOLS config BR2_PACKAGE_DOSFSTOOLS
tristate "dosfstools - Utilities to create and check MS-DOS FAT filesystems" tristate "dosfstools - Utilities to create and check MS-DOS FAT filesystems"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
help help
Utilities to create and check MS-DOS FAT filesystems. Utilities to create and check MS-DOS FAT filesystems.

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_E2FSPROGS config BR2_PACKAGE_E2FSPROGS
tristate "e2fsprogs - Ext2/3 filesystem utilities" tristate "e2fsprogs - Ext2/3 filesystem utilities"
# default m if DEVELOPER default m if DEVELOPER
default n
help help
This package contains essential ext2 filesystem utilities which consists of This package contains essential ext2 filesystem utilities which consists of
e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2 e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_ETHER_WAKE config BR2_PACKAGE_ETHER_WAKE
tristate "ether-wake - A Wake-On-LAN (WOL) client" tristate "ether-wake - A Wake-On-LAN (WOL) client"
# default y if DEVELOPER=1 default y if DEVELOPER=1
default n
help help
A Wake-On-LAN (WOL) client, A Wake-On-LAN (WOL) client,
This program sends a magic packet to wake up sleeping networked machines. This program sends a magic packet to wake up sleeping networked machines.

View File

@ -5,8 +5,7 @@ config BR2_COMPILE_EXPAT
config BR2_PACKAGE_LIBEXPAT config BR2_PACKAGE_LIBEXPAT
tristate "libexpat - a fast, non-validating, stream-oriented XML parsing library" tristate "libexpat - a fast, non-validating, stream-oriented XML parsing library"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_COMPILE_EXPAT select BR2_COMPILE_EXPAT
help help
A fast, non-validating, stream-oriented XML parsing library A fast, non-validating, stream-oriented XML parsing library

View File

@ -5,8 +5,7 @@ config BR2_COMPILE_GNUTLS
config BR2_PACKAGE_LIBGNUTLS config BR2_PACKAGE_LIBGNUTLS
tristate "libgnutls - The GNU TLS library" tristate "libgnutls - The GNU TLS library"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_COMPILE_GNUTLS select BR2_COMPILE_GNUTLS
select BR2_PACKAGE_LIBGCRYPT select BR2_PACKAGE_LIBGCRYPT
help help
@ -38,8 +37,7 @@ config BR2_PACKAGE_LIBGNUTLS
config BR2_PACKAGE_GNUTLS_UTILS config BR2_PACKAGE_GNUTLS_UTILS
tristate "gnutls-utils - The GNU TLS utilities" tristate "gnutls-utils - The GNU TLS utilities"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
depends BR2_PACKAGE_LIBGNUTLS depends BR2_PACKAGE_LIBGNUTLS
help help
GnuTLS is a project that aims to develop a library which provides a 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 config BR2_PACKAGE_LIBGNUTLS_OPENSSL
tristate "libgnutls-openssl - The GNU TLS OpenSSL compatibility layer library" tristate "libgnutls-openssl - The GNU TLS OpenSSL compatibility layer library"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
depends BR2_PACKAGE_LIBGNUTLS depends BR2_PACKAGE_LIBGNUTLS
help help
GnuTLS is a project that aims to develop a library which provides a GnuTLS is a project that aims to develop a library which provides a

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_HOSTAPD config BR2_PACKAGE_HOSTAPD
tristate "hostapd - IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator" tristate "hostapd - IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_KMOD_MADWIFI select BR2_PACKAGE_KMOD_MADWIFI
select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_OPENSSL
help help

View File

@ -1,8 +1,7 @@
config BR2_PACKAGE_ID3LIB config BR2_PACKAGE_ID3LIB
prompt "id3lib - An ID3v1/ID3v2 tagging library" prompt "id3lib - An ID3v1/ID3v2 tagging library"
tristate tristate
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_UCLIBCXX select BR2_PACKAGE_UCLIBCXX
select BR2_PACKAGE_ZLIB select BR2_PACKAGE_ZLIB
help help

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_LIBDAEMON config BR2_PACKAGE_LIBDAEMON
tristate "libdaemon - A lightweight C library that eases the writing of UNIX daemons" tristate "libdaemon - A lightweight C library that eases the writing of UNIX daemons"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
help help
libdaemon is a lightweight C library that eases the writing of UNIX daemons. libdaemon is a lightweight C library that eases the writing of UNIX daemons.
It consists of the following parts: It consists of the following parts:

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_LIBEVENT config BR2_PACKAGE_LIBEVENT
tristate "libevent - Event notification library for event-driven network servers" tristate "libevent - Event notification library for event-driven network servers"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
help help
The libevent API provides a mechanism to execute a callback function The libevent API provides a mechanism to execute a callback function
when a specific event occurs on a file descriptor or after a timeout when a specific event occurs on a file descriptor or after a timeout

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_LIBFFI_SABLE config BR2_PACKAGE_LIBFFI_SABLE
tristate "libffi-sable - Foreign Function Interface library (for sablevm)" tristate "libffi-sable - Foreign Function Interface library (for sablevm)"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
help help
The libffi library provides a portable, high level programming The libffi library provides a portable, high level programming
interface to various calling conventions. This allows a programmer to interface to various calling conventions. This allows a programmer to

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_LIBGCRYPT config BR2_PACKAGE_LIBGCRYPT
tristate "libgcrypt - The GNU crypto library" tristate "libgcrypt - The GNU crypto library"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_LIBGPG_ERROR select BR2_PACKAGE_LIBGPG_ERROR
help help
This is a general purpose cryptographic library based on the code from This is a general purpose cryptographic library based on the code from

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_LIBGPG_ERROR config BR2_PACKAGE_LIBGPG_ERROR
tristate "libgpg-error - An helper library for common error codes and descriptions" tristate "libgpg-error - An helper library for common error codes and descriptions"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
help help
This is a library that defines common error values for all GnuPG This is a library that defines common error values for all GnuPG
components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_LIBID3TAG config BR2_PACKAGE_LIBID3TAG
tristate "libid3tag - An ID3 tag manipulation library" tristate "libid3tag - An ID3 tag manipulation library"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_ZLIB select BR2_PACKAGE_ZLIB
help help
libid3tag is a library for reading and (eventually) writing ID3 tags, both libid3tag is a library for reading and (eventually) writing ID3 tags, both

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_LIBUPNP config BR2_PACKAGE_LIBUPNP
tristate "libupnp - Universal Plug and Play (UPnP) SDK library" tristate "libupnp - Universal Plug and Play (UPnP) SDK library"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
help help
The Universal Plug and Play (UPnP) SDK for Linux provides support The Universal Plug and Play (UPnP) SDK for Linux provides support
for building UPnP-compliant control points, devices, and bridges for building UPnP-compliant control points, devices, and bridges

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_LIBXML2 config BR2_PACKAGE_LIBXML2
tristate "libxml2 - Gnome XML library" tristate "libxml2 - Gnome XML library"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_LIBPTHREAD select BR2_PACKAGE_LIBPTHREAD
select BR2_PACKAGE_ZLIB select BR2_PACKAGE_ZLIB
help help

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_LIBXSLT config BR2_PACKAGE_LIBXSLT
tristate "libxslt - Gnome XSLT library" tristate "libxslt - Gnome XSLT library"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_LIBXML2 select BR2_PACKAGE_LIBXML2
help help
A library for XML transformation using XSLT. A library for XML transformation using XSLT.

View File

@ -1,8 +1,7 @@
config BR2_PACKAGE_MT_DAAPD config BR2_PACKAGE_MT_DAAPD
prompt "mt-daapd - A multi-threaded DAAP (Digital Audio Access Protocol) daemon" prompt "mt-daapd - A multi-threaded DAAP (Digital Audio Access Protocol) daemon"
tristate tristate
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_LIBGDBM select BR2_PACKAGE_LIBGDBM
select BR2_PACKAGE_LIBHOWL select BR2_PACKAGE_LIBHOWL
select BR2_PACKAGE_LIBID3TAG select BR2_PACKAGE_LIBID3TAG

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_NETSTAT-NAT config BR2_PACKAGE_NETSTAT-NAT
tristate "netstat-nat - a netstat variant for NAT connections" tristate "netstat-nat - a netstat variant for NAT connections"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
help help
Netstat-nat is a small program written in C. Netstat-nat is a small program written in C.
It displays NAT connections, managed by netfilter/iptables which comes It displays NAT connections, managed by netfilter/iptables which comes

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_PARPROUTED config BR2_PACKAGE_PARPROUTED
tristate "parprouted - Proxy ARP daemon" tristate "parprouted - Proxy ARP daemon"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
help help
parprouted is a daemon for transparent IP (Layer 3) proxy ARP bridging. parprouted is a daemon for transparent IP (Layer 3) proxy ARP bridging.
This is useful for creation of transparent firewalls and bridging networks This is useful for creation of transparent firewalls and bridging networks

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_PICOCOM config BR2_PACKAGE_PICOCOM
tristate "picocom - minimal dumb-terminal emulation program" tristate "picocom - minimal dumb-terminal emulation program"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
help help
As its name suggests, picocom is a minimal dumb-terminal emulation As its name suggests, picocom is a minimal dumb-terminal emulation
program. It is, in principle, very much like minicom, only it's pico program. It is, in principle, very much like minicom, only it's pico

View File

@ -1,13 +1,12 @@
config BR2_PACKAGE_READLINE config BR2_COMPILE_READLINE
bool bool
default n default n
depends BR2_PACKAGE_LIBREADLINE depends BR2_PACKAGE_LIBREADLINE
config BR2_PACKAGE_LIBREADLINE config BR2_PACKAGE_LIBREADLINE
tristate "libreadline - Command lines edition library" tristate "libreadline - Command lines edition library"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n select BR2_COMPILE_READLINE
select BR2_PACKAGE_READLINE
help help
The Readline library provides a set of functions for use by applications 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 that allow users to edit command lines as they are typed in. Both Emacs

View File

@ -7,8 +7,7 @@ config BR2_PACKAGE_LIBSABLEVM_CLASSPATH
depends BR2_PACKAGE_SABLEVM depends BR2_PACKAGE_SABLEVM
prompt "libsablevm-classpath - Essential native libraries for Java" prompt "libsablevm-classpath - Essential native libraries for Java"
tristate tristate
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_SABLEVM_CLASSPATH select BR2_PACKAGE_SABLEVM_CLASSPATH
help help
GNU Classpath, Essential Libraries for Java, is a GNU project to create GNU Classpath, Essential Libraries for Java, is a GNU project to create
@ -31,6 +30,7 @@ choice
config BR2_PACKAGE_SABLEVM_CLASSPATH_FULL config BR2_PACKAGE_SABLEVM_CLASSPATH_FULL
prompt "...-full: Full set" prompt "...-full: Full set"
tristate tristate
default n
help help
GNU Classpath, Essential Libraries for Java, is a GNU project to create GNU Classpath, Essential Libraries for Java, is a GNU project to create
free core class libraries for use with virtual machines and compilers for 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 config BR2_PACKAGE_SABLEVM_CLASSPATH_MINI
prompt "...-mini: Minimal set" prompt "...-mini: Minimal set"
tristate tristate
default m if CONFIG_DEVEL
help help
GNU Classpath, Essential Libraries for Java, is a GNU project to create GNU Classpath, Essential Libraries for Java, is a GNU project to create

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_SABLEVM config BR2_PACKAGE_SABLEVM
tristate "sablevm - A Java Virtual Machine (JVM) implementation" tristate "sablevm - A Java Virtual Machine (JVM) implementation"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_LIBFFI_SABLE select BR2_PACKAGE_LIBFFI_SABLE
select BR2_PACKAGE_LIBLTDL select BR2_PACKAGE_LIBLTDL
select BR2_PACKAGE_LIBPOPT select BR2_PACKAGE_LIBPOPT

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_SETPWC config BR2_PACKAGE_SETPWC
tristate "setpwc - Philips (and compatibles) WebCams (PWC) control utility" tristate "setpwc - Philips (and compatibles) WebCams (PWC) control utility"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
help help
Philips (and compatibles) WebCams (PWC) control utility. Philips (and compatibles) WebCams (PWC) control utility.

View File

@ -1,4 +1,4 @@
config BR2_PACKAGE_SQLITE config BR2_COMPILE_SQLITE
bool bool
default n default n
depends BR2_PACKAGE_LIBSQLITE depends BR2_PACKAGE_LIBSQLITE
@ -6,8 +6,7 @@ config BR2_PACKAGE_SQLITE
config BR2_PACKAGE_LIBSQLITE config BR2_PACKAGE_LIBSQLITE
prompt "libsqlite - Self-contained, embeddable, zero-configuration SQL database engine" prompt "libsqlite - Self-contained, embeddable, zero-configuration SQL database engine"
tristate tristate
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_SQLITE select BR2_PACKAGE_SQLITE
select BR2_PACKAGE_LIBNCURSES select BR2_PACKAGE_LIBNCURSES
select BR2_PACKAGE_LIBREADLINE select BR2_PACKAGE_LIBREADLINE
@ -42,8 +41,7 @@ config BR2_PACKAGE_LIBSQLITE
config BR2_PACKAGE_SQLITE_CLI config BR2_PACKAGE_SQLITE_CLI
prompt "sqlite-cli - Command line interface for SQLite" prompt "sqlite-cli - Command line interface for SQLite"
tristate tristate
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
depends BR2_PACKAGE_LIBSQLITE depends BR2_PACKAGE_LIBSQLITE
help help
SQLite is a small C library that implements a self-contained, embeddable, SQLite is a small C library that implements a self-contained, embeddable,

View File

@ -1,4 +1,4 @@
config BR2_PACKAGE_SQLITE2 config BR2_COMPILE_SQLITE2
bool bool
default n default n
depends BR2_PACKAGE_LIBSQLITE2 depends BR2_PACKAGE_LIBSQLITE2
@ -6,8 +6,7 @@ config BR2_PACKAGE_SQLITE2
config BR2_PACKAGE_LIBSQLITE2 config BR2_PACKAGE_LIBSQLITE2
prompt "libsqlite2 - Self-contained, embeddable, zero-configuration SQL database engine (v2.x)" prompt "libsqlite2 - Self-contained, embeddable, zero-configuration SQL database engine (v2.x)"
tristate tristate
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_SQLITE2 select BR2_PACKAGE_SQLITE2
select BR2_PACKAGE_LIBNCURSES select BR2_PACKAGE_LIBNCURSES
select BR2_PACKAGE_LIBREADLINE select BR2_PACKAGE_LIBREADLINE
@ -42,8 +41,7 @@ config BR2_PACKAGE_LIBSQLITE2
config BR2_PACKAGE_SQLITE2_CLI config BR2_PACKAGE_SQLITE2_CLI
prompt "sqlite2-cli - Command line interface for SQLite (v2.x)" prompt "sqlite2-cli - Command line interface for SQLite (v2.x)"
tristate tristate
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
depends BR2_PACKAGE_LIBSQLITE2 depends BR2_PACKAGE_LIBSQLITE2
help help
SQLite is a small C library that implements a self-contained, embeddable, SQLite is a small C library that implements a self-contained, embeddable,

View File

@ -1,7 +1,6 @@
config BR2_PACKAGE_TOR config BR2_PACKAGE_TOR
tristate "tor - An anonymous Internet communication system" tristate "tor - An anonymous Internet communication system"
# default m if CONFIG_DEVEL default m if CONFIG_DEVEL
default n
select BR2_PACKAGE_LIBEVENT select BR2_PACKAGE_LIBEVENT
select BR2_PACKAGE_LIBOPENSSL select BR2_PACKAGE_LIBOPENSSL
select BR2_PACKAGE_LIBPTHREAD select BR2_PACKAGE_LIBPTHREAD