diff options
Diffstat (limited to 'package/libubox/Config.in')
-rw-r--r-- | package/libubox/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libubox/Config.in b/package/libubox/Config.in index d45806722a..25ef4bb89a 100644 --- a/package/libubox/Config.in +++ b/package/libubox/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_LIBUBOX bool "libubox" - depends on !BR2_PREFER_STATIC_LIB + depends on !BR2_STATIC_LIBS help This library originates from the OpenWrt project to handle the configuration file infrastructure, but can @@ -10,4 +10,4 @@ config BR2_PACKAGE_LIBUBOX http://nbd.name/gitweb.cgi?p=luci2/libubox.git;a=summary comment "libubox needs a toolchain w/ dynamic library" - depends on BR2_PREFER_STATIC_LIB + depends on BR2_STATIC_LIBS |