summaryrefslogtreecommitdiffstats
path: root/package/rpcbind
diff options
context:
space:
mode:
Diffstat (limited to 'package/rpcbind')
-rw-r--r--package/rpcbind/Config.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/rpcbind/Config.in b/package/rpcbind/Config.in
index e02fb950e2..2a79bdc69c 100644
--- a/package/rpcbind/Config.in
+++ b/package/rpcbind/Config.in
@@ -6,8 +6,7 @@ config BR2_PACKAGE_RPCBIND
select BR2_PACKAGE_LIBTIRPC
# uClibc toolchains provided by ADI don't have AI_ADDRCONFIG
# support, needed for libtirpc
- depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
- !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
+ depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
# fork()
depends on BR2_USE_MMU
help
@@ -15,7 +14,6 @@ config BR2_PACKAGE_RPCBIND
into universal addresses.
comment "rpcbind needs a toolchain w/ threads"
- depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 && \
- !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R1
+ depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2
depends on !BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU
OpenPOWER on IntegriCloud