|
@@ -1,10 +1,10 @@
|
|
|
-comment "davfs2 needs a glibc or uClibc toolchain"
|
|
|
+comment "davfs2 needs a glibc toolchain"
|
|
|
depends on BR2_USE_MMU
|
|
|
- depends on BR2_TOOLCHAIN_USES_MUSL
|
|
|
+ depends on !BR2_TOOLCHAIN_USES_GLIBC
|
|
|
|
|
|
config BR2_PACKAGE_DAVFS2
|
|
|
bool "davfs2"
|
|
|
- depends on !BR2_TOOLCHAIN_USES_MUSL # error.h
|
|
|
+ depends on BR2_TOOLCHAIN_USES_GLIBC # fstab.h
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
select BR2_PACKAGE_NEON
|
|
|
select BR2_PACKAGE_NEON_XML
|