diff options
Diffstat (limited to 'package/hostapd/Config.in')
-rw-r--r-- | package/hostapd/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/Config.in b/package/hostapd/Config.in index 6ca396ee3..656645bff 100644 --- a/package/hostapd/Config.in +++ b/package/hostapd/Config.in @@ -16,12 +16,12 @@ if BR2_PACKAGE_HOSTAPD config BR2_PACKAGE_HOSTAPD_EAP bool "Enable EAP" - depends on !BR2_PREFER_STATIC_LIB + depends on !BR2_STATIC_LIBS help Enable support for EAP and RADIUS. comment "hostapd EAP needs a toolchain w/ dynamic library" - depends on BR2_PREFER_STATIC_LIB + depends on BR2_STATIC_LIBS config BR2_PACKAGE_HOSTAPD_WPS bool "Enable WPS" |