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 | 641fd8fec8a90e14cee0873b58fd055bd3c9b488 (patch) | |
tree | 6061a2e457316a355ff10be84b7a6a4b6b3fb523 /package/hostapd/Config.in | |
parent | 744796a33434a4994d233f850e1e3ba766f2eeee (diff) | |
download | upstream-641fd8fec8a90e14cee0873b58fd055bd3c9b488.tar.gz upstream-641fd8fec8a90e14cee0873b58fd055bd3c9b488.tar.bz2 upstream-641fd8fec8a90e14cee0873b58fd055bd3c9b488.zip |
hostapd: clean up openssl tls dependencies and build handling (fixes #6572)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20547 3c298f89-4303-0410-b956-a3cf2f4a3e73
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" |