|
@@ -1,7 +1,6 @@
|
|
config BR2_PACKAGE_BIND
|
|
config BR2_PACKAGE_BIND
|
|
bool "bind"
|
|
bool "bind"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_USE_MMU # fork()
|
|
- depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
help
|
|
help
|
|
BIND (Berkeley Internet Name Domain) is an
|
|
BIND (Berkeley Internet Name Domain) is an
|
|
implementation of the Domain Name System (DNS) protocols
|
|
implementation of the Domain Name System (DNS) protocols
|
|
@@ -39,7 +38,3 @@ config BR2_PACKAGE_BIND_TOOLS
|
|
Install tools (dig, host, nslookup, nsupdate)
|
|
Install tools (dig, host, nslookup, nsupdate)
|
|
|
|
|
|
endif
|
|
endif
|
|
-
|
|
|
|
-comment "bind needs a toolchain w/ threads"
|
|
|
|
- depends on BR2_USE_MMU
|
|
|
|
- depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|