diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-04-22 15:36:00 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-04-22 15:36:00 +0000 |
commit | 8cb4c59a16a8f002ee513444ee96be144d17163e (patch) | |
tree | b385ef2b8cfbdbc405d1270b5e494f3c58064b60 /package/network/services | |
parent | a7124c1dbebcbef3aa7e05ffaff2ac45d46ab04f (diff) | |
download | master-187ad058-8cb4c59a16a8f002ee513444ee96be144d17163e.tar.gz master-187ad058-8cb4c59a16a8f002ee513444ee96be144d17163e.tar.bz2 master-187ad058-8cb4c59a16a8f002ee513444ee96be144d17163e.zip |
hostapd: mark wpa-supplicant & wpad-mesh as broken on uml
Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45561 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services')
-rw-r--r-- | package/network/services/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index 9a5b29b4d6..b8acee0632 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -174,7 +174,7 @@ endef define Package/wpad-mesh $(call Package/wpad/Default) TITLE+= (with 802.11s mesh and SAE support) - DEPENDS:=$(DRV_DEPENDS) +libubus +libopenssl +@CONFIG_WPA_SUPPLICANT_OPENSSL + DEPENDS:=$(DRV_DEPENDS) +libubus +libopenssl +@CONFIG_WPA_SUPPLICANT_OPENSSL @(!TARGET_uml||BROKEN) CONFLICTS:=@WPA_SUPPLICANT_INTERNAL VARIANT:=wpad-mesh endef @@ -216,7 +216,7 @@ endef define Package/wpa-supplicant-mesh $(Package/wpa-supplicant) TITLE:=WPA Supplicant (with 802.11s and SAE) - DEPENDS:=$(DRV_DEPENDS) + DEPENDS:=$(DRV_DEPENDS) @(!TARGET_uml||BROKEN) CONFLICTS:=wpad wpad-mesh wpad-mesh VARIANT:=supplicant-mesh endef |