diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-03-28 17:09:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-03-28 17:09:52 +0000 |
commit | 744a57c58fcee49f5b762fd0b34c263cb616258e (patch) | |
tree | bba594a5fc75684af8c5d21ff8a49da7795fb2c7 /package/hostapd/Config.in | |
parent | 6eb6ec83e426f1727d8adbef52d2ec4141531fbe (diff) | |
download | upstream-744a57c58fcee49f5b762fd0b34c263cb616258e.tar.gz upstream-744a57c58fcee49f5b762fd0b34c263cb616258e.tar.bz2 upstream-744a57c58fcee49f5b762fd0b34c263cb616258e.zip |
hostapd: clean up openssl tls dependencies and build handling (fixes #6572)
SVN-Revision: 20547
Diffstat (limited to 'package/hostapd/Config.in')
-rw-r--r-- | package/hostapd/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/Config.in b/package/hostapd/Config.in index e185820e5b..19893382a1 100644 --- a/package/hostapd/Config.in +++ b/package/hostapd/Config.in @@ -10,7 +10,7 @@ config WPA_SUPPLICANT_NO_TIMESTAMP_CHECK choice prompt "Choose TLS provider" default WPA_SUPPLICANT_INTERNAL - depends PACKAGE_wpa-supplicant + depends PACKAGE_wpa-supplicant || PACKAGE_wpad config WPA_SUPPLICANT_INTERNAL bool "internal" |