diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-11 09:24:25 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-11 09:24:25 +0000 |
commit | dedb5eabcc9af79884a5289ca1a72f8a56a8e1e3 (patch) | |
tree | a2676c0579721085e488dccc045ffdc19c15284b /package/mac80211/Makefile | |
parent | 9ae8fdd7e4f86149c472c6ec5fa259ef544e2149 (diff) |
[mac80211] Add wext support to libertas-sd driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26028 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index ddbe722f7..c78a6cb0a 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -499,7 +499,7 @@ endef define KernelPackage/libertas-sd $(call KernelPackage/mac80211/Default) - DEPENDS+= +kmod-mac80211 +kmod-lib80211 + DEPENDS+= +kmod-mac80211 +kmod-lib80211 +@DRIVER_WEXT_SUPPORT TITLE:=Marvell 88W8686 Wireless Driver FILES:= \ $(PKG_BUILD_DIR)/drivers/net/wireless/libertas/libertas.ko \ |