diff options
Diffstat (limited to 'package/libuci/Config.in')
-rw-r--r-- | package/libuci/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libuci/Config.in b/package/libuci/Config.in index 761ae6e463..2f4ad40487 100644 --- a/package/libuci/Config.in +++ b/package/libuci/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_LIBUCI bool "libuci" - depends on !BR2_PREFER_STATIC_LIB + depends on !BR2_STATIC_LIBS select BR2_PACKAGE_LIBUBOX help This library originates from the OpenWrt project to @@ -13,4 +13,4 @@ config BR2_PACKAGE_LIBUCI http://wiki.openwrt.org/doc/techref/uci comment "libuci needs a toolchain w/ dynamic library" - depends on BR2_PREFER_STATIC_LIB + depends on BR2_STATIC_LIBS |