summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2014-02-18 22:15:52 +0000
committerNicolas Thill <nico@openwrt.org>2014-02-18 22:15:52 +0000
commit41d3230b0c7ff08bc83609f9d2e1314ca748e0a5 (patch)
tree1103ba6d5de406df9140c3d635ca68daa305a28d /package
parentece85d2d259713ba4c345152ab5747342b747688 (diff)
downloadmtk-20170518-41d3230b0c7ff08bc83609f9d2e1314ca748e0a5.zip
mtk-20170518-41d3230b0c7ff08bc83609f9d2e1314ca748e0a5.tar.gz
mtk-20170518-41d3230b0c7ff08bc83609f9d2e1314ca748e0a5.tar.bz2
mac80211: disable libertas-sd on uml target
SVN-Revision: 39630
Diffstat (limited to 'package')
-rw-r--r--package/kernel/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 6d6d4a7..b331751 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -641,7 +641,7 @@ endef
define KernelPackage/libertas-sd
$(call KernelPackage/mac80211/Default)
- DEPENDS+= +kmod-cfg80211 +kmod-lib80211 +kmod-mmc +@DRIVER_WEXT_SUPPORT
+ DEPENDS+= +kmod-cfg80211 +kmod-lib80211 +kmod-mmc +@DRIVER_WEXT_SUPPORT @!TARGET_uml
TITLE:=Marvell 88W8686 Wireless Driver
FILES:= \
$(PKG_BUILD_DIR)/drivers/net/wireless/libertas/libertas.ko \