diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-28 22:42:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-28 22:42:14 +0000 |
commit | eba8037c5db4f2b018d840077be7511b436a8db8 (patch) | |
tree | 06dded698da484d27eb8cf0371c3eda0f750a934 /package | |
parent | 9d851f75afe071a5074ac6ca0cd4f8d4a87a7d9b (diff) | |
download | master-187ad058-eba8037c5db4f2b018d840077be7511b436a8db8.tar.gz master-187ad058-eba8037c5db4f2b018d840077be7511b436a8db8.tar.bz2 master-187ad058-eba8037c5db4f2b018d840077be7511b436a8db8.zip |
hostapd: remove useless TLS provider selection override for wpad-mesh/wpa_supplicant-mesh
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48537 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/network/services/hostapd/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/network/services/hostapd/Config.in b/package/network/services/hostapd/Config.in index aee2a15fd3..645888e745 100644 --- a/package/network/services/hostapd/Config.in +++ b/package/network/services/hostapd/Config.in @@ -10,11 +10,10 @@ config WPA_SUPPLICANT_NO_TIMESTAMP_CHECK choice prompt "Choose TLS provider" default WPA_SUPPLICANT_INTERNAL - depends on PACKAGE_wpa-supplicant || PACKAGE_wpa-supplicant-mesh || PACKAGE_wpad || PACKAGE_wpad-mesh + depends on PACKAGE_wpa-supplicant || PACKAGE_wpad config WPA_SUPPLICANT_INTERNAL bool "internal" - depends on PACKAGE_wpa-supplicant || PACKAGE_wpad config WPA_SUPPLICANT_OPENSSL bool "openssl" |