summaryrefslogtreecommitdiffstats
path: root/package/faifa/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/faifa/Config.in')
-rw-r--r--package/faifa/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/faifa/Config.in b/package/faifa/Config.in
index 23133b7a12..de2cc7979e 100644
--- a/package/faifa/Config.in
+++ b/package/faifa/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_FAIFA
bool "faifa"
select BR2_PACKAGE_LIBPCAP
- depends on !BR2_PREFER_STATIC_LIB
+ depends on !BR2_STATIC_LIBS
depends on BR2_TOOLCHAIN_HAS_THREADS
help
Faifa can configure any Intellon-based Power Line
@@ -13,4 +13,4 @@ config BR2_PACKAGE_FAIFA
https://dev.open-plc.org
comment "faifa needs a toolchain w/ dynamic library, threads"
- depends on BR2_PREFER_STATIC_LIB || !BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud