]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/crda/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / crda / Config.in
index 4d01530d85c08518e79960b837397676a0714583..5318fc1de6cdfdeb4a6a37858e6a57aca02f36b7 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_CRDA
        bool "crda"
        depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
-       depends on !BR2_PREFER_STATIC_LIB
+       depends on !BR2_STATIC_LIBS
        select BR2_PACKAGE_LIBGCRYPT
        select BR2_PACKAGE_LIBNL
        # regdb is a runtime dependency
@@ -20,6 +20,6 @@ config BR2_PACKAGE_CRDA
          http://linuxwireless.org/en/developers/Regulatory/CRDA
 
 comment "crda needs a toolchain w/ threads, dynamic library"
-       depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
+       depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
        depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
        depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405