diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2016-03-17 23:09:20 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2016-03-17 23:09:20 +0000 |
commit | 3c2adfb7634f84cdc9b92f146b7fbbf46a709cd3 (patch) | |
tree | dc481735084d178d014b4826080e969fcf5ae8ba /package | |
parent | 77f8fbd8cf2ad0ac4c75e6c45bef1e2788b5e6ec (diff) | |
download | master-187ad058-3c2adfb7634f84cdc9b92f146b7fbbf46a709cd3.tar.gz master-187ad058-3c2adfb7634f84cdc9b92f146b7fbbf46a709cd3.tar.bz2 master-187ad058-3c2adfb7634f84cdc9b92f146b7fbbf46a709cd3.zip |
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 <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49034 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |