From: Hauke Mehrtens Date: Thu, 17 Mar 2016 23:09:20 +0000 (+0000) Subject: mac80211: libertas-spi: deactivate for UML target X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6d933987db7be48d8b1637b32026ba0e6d8f27fa;p=openwrt%2Fstaging%2Fmkresin.git mac80211: libertas-spi: deactivate for UML target The UML target does not have spi support. This fixes a build problem found by the build bot. Signed-off-by: Hauke Mehrtens SVN-Revision: 49034 --- diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 13a07ae292..e168efd1ac 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -979,7 +979,7 @@ endef define KernelPackage/libertas-spi $(call KernelPackage/mac80211/Default) SUBMENU:=Wireless Drivers - DEPENDS+= +kmod-cfg80211 +kmod-lib80211 +@DRIVER_WEXT_SUPPORT +libertas-spi-firmware + DEPENDS+= +kmod-cfg80211 +kmod-lib80211 +@DRIVER_WEXT_SUPPORT @!TARGET_uml +libertas-spi-firmware KCONFIG := \ CONFIG_SPI=y \ CONFIG_SPI_MASTER=y