change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install calls
SVN-Revision: 2388
This commit is contained in:
parent
439b8bac00
commit
7c38715694
55 changed files with 57 additions and 62 deletions
|
@ -171,7 +171,7 @@ source "package/libgpg-error/Config.in"
|
||||||
source "package/libid3tag/Config.in"
|
source "package/libid3tag/Config.in"
|
||||||
source "package/jpeg/Config.in" # libjpeg
|
source "package/jpeg/Config.in" # libjpeg
|
||||||
source "package/libtool/Config.in" # libltdl
|
source "package/libtool/Config.in" # libltdl
|
||||||
source "package/lzo/Config.in" # liblzo
|
source "package/liblzo/Config.in"
|
||||||
source "package/libmad/Config.in"
|
source "package/libmad/Config.in"
|
||||||
source "package/matrixssl/Config.in" # libmatrixssl
|
source "package/matrixssl/Config.in" # libmatrixssl
|
||||||
source "package/mysql/Config.in" # limysqlclient
|
source "package/mysql/Config.in" # limysqlclient
|
||||||
|
|
|
@ -83,6 +83,7 @@ package-$(BR2_PACKAGE_LIBGD) += libgd
|
||||||
package-$(BR2_PACKAGE_LIBGDBM) += libgdbm
|
package-$(BR2_PACKAGE_LIBGDBM) += libgdbm
|
||||||
package-$(BR2_PACKAGE_LIBGPG_ERROR) += libgpg-error
|
package-$(BR2_PACKAGE_LIBGPG_ERROR) += libgpg-error
|
||||||
package-$(BR2_PACKAGE_LIBID3TAG) += libid3tag
|
package-$(BR2_PACKAGE_LIBID3TAG) += libid3tag
|
||||||
|
package-$(BR2_PACKAGE_LIBLZO) += liblzo
|
||||||
package-$(BR2_PACKAGE_LIBMAD) += libmad
|
package-$(BR2_PACKAGE_LIBMAD) += libmad
|
||||||
package-$(BR2_PACKAGE_LIBNET) += libnet
|
package-$(BR2_PACKAGE_LIBNET) += libnet
|
||||||
package-$(BR2_PACKAGE_LIBNIDS) += libnids
|
package-$(BR2_PACKAGE_LIBNIDS) += libnids
|
||||||
|
@ -102,7 +103,6 @@ package-$(BR2_PACKAGE_LIBXSLT) += libxslt
|
||||||
package-$(BR2_PACKAGE_LIGHTTPD) += lighttpd
|
package-$(BR2_PACKAGE_LIGHTTPD) += lighttpd
|
||||||
package-$(BR2_PACKAGE_LINUX_ATM) += linux-atm
|
package-$(BR2_PACKAGE_LINUX_ATM) += linux-atm
|
||||||
package-$(BR2_COMPILE_LUA) += lua
|
package-$(BR2_COMPILE_LUA) += lua
|
||||||
package-$(BR2_COMPILE_LZO) += lzo
|
|
||||||
package-$(BR2_PACKAGE_MADWIFI_TOOLS) += madwifi-tools
|
package-$(BR2_PACKAGE_MADWIFI_TOOLS) += madwifi-tools
|
||||||
package-$(BR2_PACKAGE_MARADNS) += maradns
|
package-$(BR2_PACKAGE_MARADNS) += maradns
|
||||||
package-$(BR2_COMPILE_MATRIXSSL) += matrixssl
|
package-$(BR2_COMPILE_MATRIXSSL) += matrixssl
|
||||||
|
@ -212,7 +212,7 @@ package-$(BR2_PACKAGE_XINETD) += xinetd
|
||||||
package-$(BR2_PACKAGE_XSUPPLICANT) += xsupplicant
|
package-$(BR2_PACKAGE_XSUPPLICANT) += xsupplicant
|
||||||
package-$(BR2_PACKAGE_ZLIB) += zlib
|
package-$(BR2_PACKAGE_ZLIB) += zlib
|
||||||
|
|
||||||
DEV_LIBS:=tcp_wrappers glib ncurses openssl pcre popt zlib libnet libpcap mysql postgresql iptables matrixssl lzo gmp fuse portmap libelf uclibc++ speex libpng libgd wireless-tools nvram linux-atm libamsel libao libart libdaemon libdb libdnet libevent libffi-sable libgcrypt libgdbm libgpg-error libid3tag libmad libnet libnids libogg libosip2 libpcap libtasn1 libupnp libusb libvorbis libvorbisidec libxml2 libxslt id3lib
|
DEV_LIBS:=tcp_wrappers glib ncurses openssl pcre popt zlib libnet libpcap mysql postgresql iptables matrixssl liblzo gmp fuse portmap libelf uclibc++ speex libpng libgd wireless-tools nvram linux-atm libamsel libao libart libdaemon libdb libdnet libevent libffi-sable libgcrypt libgdbm libgpg-error libid3tag libmad libnet libnids libogg libosip2 libpcap libtasn1 libupnp libusb libvorbis libvorbisidec libxml2 libxslt id3lib
|
||||||
DEV_LIBS_COMPILE:=$(patsubst %,%-compile,$(DEV_LIBS))
|
DEV_LIBS_COMPILE:=$(patsubst %,%-compile,$(DEV_LIBS))
|
||||||
SDK_DEFAULT_PACKAGES:=busybox dnsmasq iptables wireless-tools dropbear bridge ipkg ppp
|
SDK_DEFAULT_PACKAGES:=busybox dnsmasq iptables wireless-tools dropbear bridge ipkg ppp
|
||||||
SDK_DEFAULT_COMPILE:=$(patsubst %,%-compile,$(SDK_DEFAULT_PACKAGES))
|
SDK_DEFAULT_COMPILE:=$(patsubst %,%-compile,$(SDK_DEFAULT_PACKAGES))
|
||||||
|
@ -297,10 +297,10 @@ socat-compile: openssl-compile
|
||||||
sqlite-compile: ncurses-compile readline-compile
|
sqlite-compile: ncurses-compile readline-compile
|
||||||
sqlite2-compile: ncurses-compile readline-compile
|
sqlite2-compile: ncurses-compile readline-compile
|
||||||
tcpdump-compile: libpcap-compile
|
tcpdump-compile: libpcap-compile
|
||||||
tinc-compile: zlib-compile openssl-compile lzo-compile
|
tinc-compile: zlib-compile openssl-compile liblzo-compile
|
||||||
tor-compile: libevent-compile openssl-compile zlib-compile
|
tor-compile: libevent-compile openssl-compile zlib-compile
|
||||||
usbutils-compile: libusb-compile
|
usbutils-compile: libusb-compile
|
||||||
vtun-compile: zlib-compile openssl-compile lzo-compile
|
vtun-compile: zlib-compile openssl-compile liblzo-compile
|
||||||
wificonf-compile: wireless-tools-compile nvram-compile
|
wificonf-compile: wireless-tools-compile nvram-compile
|
||||||
wknock-compile: libpcap-compile
|
wknock-compile: libpcap-compile
|
||||||
wpa_supplicant-compile: openssl-compile
|
wpa_supplicant-compile: openssl-compile
|
||||||
|
@ -347,7 +347,7 @@ endif
|
||||||
|
|
||||||
openvpn-compile: openssl-compile
|
openvpn-compile: openssl-compile
|
||||||
ifeq ($(BR2_PACKAGE_OPENVPN_LZO),y)
|
ifeq ($(BR2_PACKAGE_OPENVPN_LZO),y)
|
||||||
openvpn-compile: lzo-compile
|
openvpn-compile: liblzo-compile
|
||||||
endif
|
endif
|
||||||
|
|
||||||
php4-compile: openssl-compile zlib-compile
|
php4-compile: openssl-compile zlib-compile
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#menu "atftp............................. TFTP implementation"
|
#menu "atftp............................. TFTP implementation"
|
||||||
|
|
||||||
config BR2_COMPILE_ATFTP
|
config BR2_COMPILE_ATFTP
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_ATFTP || BR2_PACKAGE_ATFTPD
|
depends BR2_PACKAGE_ATFTP || BR2_PACKAGE_ATFTPD
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
menu "avahi............................. An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation"
|
menu "avahi............................. An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation"
|
||||||
|
|
||||||
config BR2_COMPILE_AVAHI
|
config BR2_COMPILE_AVAHI
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_AVAHI_DAEMON || BR2_PACKAGE_AVAHI_DNSCONFD || BR2_PACKAGE_LIBAVAHI
|
depends BR2_PACKAGE_AVAHI_DAEMON || BR2_PACKAGE_AVAHI_DNSCONFD || BR2_PACKAGE_LIBAVAHI
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#menu "bind.............................. A DNS server implementation"
|
#menu "bind.............................. A DNS server implementation"
|
||||||
|
|
||||||
config BR2_COMPILE_BIND
|
config BR2_COMPILE_BIND
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_BIND_CLIENT || BR2_PACKAGE_BIND_SERVER
|
depends BR2_PACKAGE_BIND_CLIENT || BR2_PACKAGE_BIND_SERVER
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_CURL
|
config BR2_COMPILE_CURL
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBCURL
|
depends BR2_PACKAGE_LIBCURL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_CYRUS_SASL
|
config BR2_COMPILE_CYRUS_SASL
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBSASL2
|
depends BR2_PACKAGE_LIBSASL2
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#menu "dhcp.............................. ISC DHCP (Dynamic Host Configuration Protocol) implementation"
|
#menu "dhcp.............................. ISC DHCP (Dynamic Host Configuration Protocol) implementation"
|
||||||
|
|
||||||
config BR2_COMPILE_DHCP
|
config BR2_COMPILE_DHCP
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_DHCP_RELAY || BR2_PACKAGE_DHCP_SERVER
|
depends BR2_PACKAGE_DHCP_RELAY || BR2_PACKAGE_DHCP_SERVER
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_EXPAT
|
config BR2_COMPILE_EXPAT
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBEXPAT
|
depends BR2_PACKAGE_LIBEXPAT
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_FLAC
|
config BR2_COMPILE_FLAC
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBFLAC
|
depends BR2_PACKAGE_LIBFLAC
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_FUSE
|
config BR2_COMPILE_FUSE
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBFUSE
|
depends BR2_PACKAGE_LIBFUSE
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_GLIB
|
config BR2_COMPILE_GLIB
|
||||||
bool
|
tristate
|
||||||
depends BR2_PACKAGE_GLIB1
|
depends BR2_PACKAGE_GLIB1
|
||||||
|
|
||||||
config BR2_PACKAGE_GLIB1
|
config BR2_PACKAGE_GLIB1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_GMP
|
config BR2_COMPILE_GMP
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBGMP
|
depends BR2_PACKAGE_LIBGMP
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_GNUTLS
|
config BR2_COMPILE_GNUTLS
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBGNUTLS
|
depends BR2_PACKAGE_LIBGNUTLS
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
menu "howl.............................. A Zeroconf networking implementation"
|
menu "howl.............................. A Zeroconf networking implementation"
|
||||||
|
|
||||||
config BR2_COMPILE_HOWL
|
config BR2_COMPILE_HOWL
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBHOWL
|
depends BR2_PACKAGE_LIBHOWL
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
menu "iproute2.......................... A collection of utilites for controlling TCP/IP networking and Traffic Control"
|
menu "iproute2.......................... A collection of utilites for controlling TCP/IP networking and Traffic Control"
|
||||||
|
|
||||||
config BR2_COMPILE_IPROUTE2
|
config BR2_COMPILE_IPROUTE2
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_IPROUTE2_IP || BR2_PACKAGE_IPROUTE2_TC
|
depends BR2_PACKAGE_IPROUTE2_IP || BR2_PACKAGE_IPROUTE2_TC
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_JPEG
|
config BR2_COMPILE_JPEG
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBJPEG
|
depends BR2_PACKAGE_LIBJPEG
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#menu "kismet............................ An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
|
#menu "kismet............................ An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
|
||||||
|
|
||||||
config BR2_COMPILE_KISMET
|
config BR2_COMPILE_KISMET
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_KISMET_CLIENT || BR2_PACKAGE_KISMET_DRONE || BR2_PACKAGE_KISMET_SERVER
|
depends BR2_PACKAGE_KISMET_CLIENT || BR2_PACKAGE_KISMET_DRONE || BR2_PACKAGE_KISMET_SERVER
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_DB
|
config BR2_COMPILE_DB
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBDB
|
depends BR2_PACKAGE_LIBDB
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,7 @@
|
||||||
config BR2_COMPILE_LZO
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
depends BR2_PACKAGE_LIBLZO
|
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBLZO
|
config BR2_PACKAGE_LIBLZO
|
||||||
prompt "liblzo............................ Real-time data compression library"
|
prompt "liblzo............................ Real-time data compression library"
|
||||||
tristate
|
tristate
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
select BR2_COMPILE_LZO
|
|
||||||
help
|
help
|
||||||
A real-time data compression library
|
A real-time data compression library
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_LIBTOOL
|
config BR2_COMPILE_LIBTOOL
|
||||||
bool
|
tristate
|
||||||
depends BR2_PACKAGE_LIBLTDL
|
depends BR2_PACKAGE_LIBLTDL
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBLTDL
|
config BR2_PACKAGE_LIBLTDL
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
menu "lua............................... LUA programming language"
|
menu "lua............................... LUA programming language"
|
||||||
|
|
||||||
config BR2_COMPILE_LUA
|
config BR2_COMPILE_LUA
|
||||||
bool
|
tristate
|
||||||
default y
|
default y
|
||||||
depends BR2_PACKAGE_LIBLUA
|
depends BR2_PACKAGE_LIBLUA
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_MATRIXSSL
|
config BR2_COMPILE_MATRIXSSL
|
||||||
bool
|
tristate
|
||||||
depends BR2_PACKAGE_LIBMATRIXSSL
|
depends BR2_PACKAGE_LIBMATRIXSSL
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBMATRIXSSL
|
config BR2_PACKAGE_LIBMATRIXSSL
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
menu "mini-httpd........................ A small web server"
|
menu "mini-httpd........................ A small web server"
|
||||||
|
|
||||||
config BR2_COMPILE_MINI_HTTPD
|
config BR2_COMPILE_MINI_HTTPD
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_MINI_HTTPD || BR2_PACKAGE_MINI_HTTPD_MATRIXSSL || BR2_PACKAGE_MINI_HTTPD_OPENSSL
|
depends BR2_PACKAGE_MINI_HTTPD || BR2_PACKAGE_MINI_HTTPD_MATRIXSSL || BR2_PACKAGE_MINI_HTTPD_OPENSSL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_MIREDO
|
config BR2_COMPILE_MIREDO
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_MIREDO || BR2_PACKAGE_MIREDO_SERVER
|
depends BR2_PACKAGE_MIREDO || BR2_PACKAGE_MIREDO_SERVER
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#menu "monit............................. System services monitoring utility"
|
#menu "monit............................. System services monitoring utility"
|
||||||
|
|
||||||
config BR2_COMPILE_MONIT
|
config BR2_COMPILE_MONIT
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_MONIT || BR2_PACKAGE_MONIT_NOSSL
|
depends BR2_PACKAGE_MONIT || BR2_PACKAGE_MONIT_NOSSL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_MYSQL
|
config BR2_COMPILE_MYSQL
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBMYSQLCLIENT
|
depends BR2_PACKAGE_LIBMYSQLCLIENT
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_NCURSES
|
config BR2_COMPILE_NCURSES
|
||||||
bool
|
tristate
|
||||||
depends BR2_PACKAGE_LIBNCURSES
|
depends BR2_PACKAGE_LIBNCURSES
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBNCURSES
|
config BR2_PACKAGE_LIBNCURSES
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
menu "ndisc6............................ IPv6 discovery tools"
|
menu "ndisc6............................ IPv6 discovery tools"
|
||||||
|
|
||||||
config BR2_COMPILE_NDISC6
|
config BR2_COMPILE_NDISC6
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_NDISC6 || BR2_PACKAGE_RDISC6 || BR2_PACKAGE_TCPTRACEROUTE6
|
depends BR2_PACKAGE_NDISC6 || BR2_PACKAGE_RDISC6 || BR2_PACKAGE_TCPTRACEROUTE6
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
menu "net-snmp.......................... Open source SNMP (Simple Network Management Protocol) implementation"
|
menu "net-snmp.......................... Open source SNMP (Simple Network Management Protocol) implementation"
|
||||||
|
|
||||||
config BR2_COMPILE_NET_SNMP
|
config BR2_COMPILE_NET_SNMP
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBNETSNMP || BR2_PACKAGE_SNMPD_STATIC
|
depends BR2_PACKAGE_LIBNETSNMP || BR2_PACKAGE_SNMPD_STATIC
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_PACKAGE_OPENCDK
|
config BR2_PACKAGE_OPENCDK
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBOPENCDK
|
depends BR2_PACKAGE_LIBOPENCDK
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_OPENLDAP
|
config BR2_COMPILE_OPENLDAP
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBOPENLDAP
|
depends BR2_PACKAGE_LIBOPENLDAP
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
menu "openssh........................... A free implementation of the Secure Shell protocol"
|
menu "openssh........................... A free implementation of the Secure Shell protocol"
|
||||||
|
|
||||||
config BR2_COMPILE_OPENSSH
|
config BR2_COMPILE_OPENSSH
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_OPENSSH_CLIENT || BR2_PACKAGE_OPENSSH_SERVER || BR2_PACKAGE_OPENSSH_SFTP_CLIENT || BR2_PACKAGE_OPENSSH_SFTP_SERVER
|
depends BR2_PACKAGE_OPENSSH_CLIENT || BR2_PACKAGE_OPENSSH_SERVER || BR2_PACKAGE_OPENSSH_SFTP_CLIENT || BR2_PACKAGE_OPENSSH_SFTP_SERVER
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_OPENSSL
|
config BR2_COMPILE_OPENSSL
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBOPENSSL
|
depends BR2_PACKAGE_LIBOPENSSL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_OSIRIS
|
config BR2_COMPILE_OSIRIS
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_OSIRISD
|
depends BR2_PACKAGE_OSIRISD
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_PCRE
|
config BR2_COMPILE_PCRE
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBPCRE
|
depends BR2_PACKAGE_LIBPCRE
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
menu "php4.............................. PHP4 Hypertext preprocessor"
|
menu "php4.............................. PHP4 Hypertext preprocessor"
|
||||||
|
|
||||||
config BR2_COMPILE_PHP4
|
config BR2_COMPILE_PHP4
|
||||||
bool
|
tristate
|
||||||
default y
|
default y
|
||||||
depends BR2_PACKAGE_PHP4_CLI || BR2_PACKAGE_PHP4_CGI || BR2_PACKAGE_PHP4_FASTCGI
|
depends BR2_PACKAGE_PHP4_CLI || BR2_PACKAGE_PHP4_CGI || BR2_PACKAGE_PHP4_FASTCGI
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
menu "php5.............................. PHP5 Hypertext preprocessor"
|
menu "php5.............................. PHP5 Hypertext preprocessor"
|
||||||
|
|
||||||
config BR2_COMPILE_PHP5
|
config BR2_COMPILE_PHP5
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_PHP5_CLI || BR2_PACKAGE_PHP5_CGI || BR2_PACKAGE_PHP5_FASTCGI
|
depends BR2_PACKAGE_PHP5_CLI || BR2_PACKAGE_PHP5_CGI || BR2_PACKAGE_PHP5_FASTCGI
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_POPT
|
config BR2_COMPILE_POPT
|
||||||
bool
|
tristate
|
||||||
depends BR2_PACKAGE_LIBPOPT
|
depends BR2_PACKAGE_LIBPOPT
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBPOPT
|
config BR2_PACKAGE_LIBPOPT
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_POSTGRESQL
|
config BR2_COMPILE_POSTGRESQL
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBPQ
|
depends BR2_PACKAGE_LIBPQ
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_READLINE
|
config BR2_COMPILE_READLINE
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBREADLINE
|
depends BR2_PACKAGE_LIBREADLINE
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#menu "rp-pppoe.......................... Roaring Penguin PPPoE (PPP over Ethernet) implementation"
|
#menu "rp-pppoe.......................... Roaring Penguin PPPoE (PPP over Ethernet) implementation"
|
||||||
|
|
||||||
config BR2_COMPILE_RP_PPPOE
|
config BR2_COMPILE_RP_PPPOE
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_PPPOE_CLIENT || BR2_PACKAGE_PPPOE_RELAY || BR2_PACKAGE_PPPOE_SERVER || BR2_PACKAGE_PPPOE_SNIFF
|
depends BR2_PACKAGE_PPPOE_CLIENT || BR2_PACKAGE_PPPOE_RELAY || BR2_PACKAGE_PPPOE_SERVER || BR2_PACKAGE_PPPOE_SNIFF
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
config BR2_COMPILE_RRDTOOL1
|
config BR2_COMPILE_RRDTOOL1
|
||||||
prompt "rrdtool1.......................... Round Robin Database (RRD) tools (v1.0.x)"
|
prompt "rrdtool1.......................... Round Robin Database (RRD) tools (v1.0.x)"
|
||||||
bool
|
tristate
|
||||||
default y
|
default m if CONFIG_DEVEL
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBRRD1
|
config BR2_PACKAGE_LIBRRD1
|
||||||
prompt "librrd1......................... Round Robin Database (RRD) management library (v1.0.x)"
|
prompt "librrd1......................... Round Robin Database (RRD) management library (v1.0.x)"
|
||||||
|
@ -53,6 +53,7 @@ config BR2_PACKAGE_RRDCGI1
|
||||||
config BR2_PACKAGE_RRDTOOL1
|
config BR2_PACKAGE_RRDTOOL1
|
||||||
prompt "rrdtool1........................ Round Robin Database (RRD) management tools (v1.0.x)"
|
prompt "rrdtool1........................ Round Robin Database (RRD) management tools (v1.0.x)"
|
||||||
tristate
|
tristate
|
||||||
|
default m if CONFIG_DEVEL
|
||||||
depends BR2_COMPILE_RRDTOOL1
|
depends BR2_COMPILE_RRDTOOL1
|
||||||
select BR2_PACKAGE_LIBRRD1
|
select BR2_PACKAGE_LIBRRD1
|
||||||
help
|
help
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#menu "rrs............................... A reverse (connecting) remote shell"
|
#menu "rrs............................... A reverse (connecting) remote shell"
|
||||||
|
|
||||||
config BR2_COMPILE_RRS
|
config BR2_COMPILE_RRS
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_RRS || BR2_PACKAGE_RRS_NOSSL
|
depends BR2_PACKAGE_RRS || BR2_PACKAGE_RRS_NOSSL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_SABLEVM_CLASSPATH
|
config BR2_COMPILE_SABLEVM_CLASSPATH
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBSABLEVM_CLASSPATH
|
depends BR2_PACKAGE_LIBSABLEVM_CLASSPATH
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#menu "samba............................. A NetBIOS/SMB implementation"
|
#menu "samba............................. A NetBIOS/SMB implementation"
|
||||||
|
|
||||||
config BR2_COMPILE_SAMBA
|
config BR2_COMPILE_SAMBA
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_SAMBA || BR2_PACKAGE_SAMBA_CLIENT || BR2_PACKAGE_SMBFS
|
depends BR2_PACKAGE_SAMBA || BR2_PACKAGE_SAMBA_CLIENT || BR2_PACKAGE_SMBFS
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_SHFS
|
config BR2_COMPILE_SHFS
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_SHFS_UTILS
|
depends BR2_PACKAGE_SHFS_UTILS
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_SPEEX
|
config BR2_COMPILE_SPEEX
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBSPEEX
|
depends BR2_PACKAGE_LIBSPEEX
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_SQLITE
|
config BR2_COMPILE_SQLITE
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBSQLITE
|
depends BR2_PACKAGE_LIBSQLITE
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_SQLITE2
|
config BR2_COMPILE_SQLITE2
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_LIBSQLITE2
|
depends BR2_PACKAGE_LIBSQLITE2
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
config BR2_COMPILE_USBUTILS
|
config BR2_COMPILE_USBUTILS
|
||||||
bool
|
tristate
|
||||||
depends BR2_PACKAGE_LSUSB
|
depends BR2_PACKAGE_LSUSB
|
||||||
|
|
||||||
config BR2_PACKAGE_LSUSB
|
config BR2_PACKAGE_LSUSB
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
menu "util-linux"
|
menu "util-linux"
|
||||||
|
|
||||||
config BR2_COMPILE_UTIL_LINUX
|
config BR2_COMPILE_UTIL_LINUX
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_FDISK || BR2_PACKAGE_SWAP_UTILS
|
depends BR2_PACKAGE_FDISK || BR2_PACKAGE_SWAP_UTILS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue