diff options
author | Nicolas Thill <nico@openwrt.org> | 2014-02-18 22:15:52 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2014-02-18 22:15:52 +0000 |
commit | 97afdda51042de59e0be7ce08e8105f1da4faac8 (patch) | |
tree | ed9ac9eb1c0c4790799ee78bab5cda602c1b6d59 /package | |
parent | e386a2e3ae4a1bbcd5dd76630e45492d493c2065 (diff) | |
download | upstream-97afdda51042de59e0be7ce08e8105f1da4faac8.tar.gz upstream-97afdda51042de59e0be7ce08e8105f1da4faac8.tar.bz2 upstream-97afdda51042de59e0be7ce08e8105f1da4faac8.zip |
mac80211: disable libertas-sd on uml target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39630 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 6d6d4a74a1..b331751583 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 \ |