aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-10-31 12:28:55 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-10-31 12:28:55 +0000
commitf88807049fa135de5abac6d019ea1e3019291d50 (patch)
treeee9ac1d22466a4aea68e397c51a420b135b94d61 /package/mac80211
parent1141aecd2a355738dc089eb8cff29d1384ac8ba7 (diff)
downloadupstream-f88807049fa135de5abac6d019ea1e3019291d50.tar.gz
upstream-f88807049fa135de5abac6d019ea1e3019291d50.tar.bz2
upstream-f88807049fa135de5abac6d019ea1e3019291d50.zip
kmod-libertas needs kmod-lib80211 to load
SVN-Revision: 18244
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index d3f81365af..1367d9a24d 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -330,7 +330,6 @@ define KernelPackage/ath9k/config
source "$(SOURCE)/Config.in.ath9k"
endef
-
USB8388FW_NAME:=usb8388
USB8388FW_VERSION:=5.110.22.p23
@@ -343,7 +342,7 @@ $(eval $(call Download,usb8388))
define KernelPackage/libertas
$(call KernelPackage/mac80211/Default)
- DEPENDS+= @USB_SUPPORT +kmod-mac80211 +kmod-usb-core
+ DEPENDS+= @USB_SUPPORT +kmod-mac80211 +kmod-usb-core +kmod-lib80211
TITLE:=Marvell 88W8015 Wireless Driver
FILES:= \
$(PKG_BUILD_DIR)/drivers/net/wireless/libertas/libertas.$(LINUX_KMOD_SUFFIX) \