|
@@ -1,5 +1,6 @@
|
|
config BR2_PACKAGE_UNSCD
|
|
config BR2_PACKAGE_UNSCD
|
|
bool "unscd"
|
|
bool "unscd"
|
|
|
|
+ depends on !BR2_RISCV_32
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
|
help
|
|
help
|
|
Micro Name Service Caching Daemon
|
|
Micro Name Service Caching Daemon
|
|
@@ -22,4 +23,5 @@ config BR2_PACKAGE_UNSCD
|
|
http://busybox.net/~vda/unscd
|
|
http://busybox.net/~vda/unscd
|
|
|
|
|
|
comment "unscd needs a glibc toolchain"
|
|
comment "unscd needs a glibc toolchain"
|
|
|
|
+ depends on !BR2_RISCV_32
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|