summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-31 12:28:55 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-31 12:28:55 +0000
commitaa196b361191e3498cd8b96f0669722a4742cca2 (patch)
treee2f717cc1bd084f78916c02cee21be26b07e9699 /package
parent06c8c0c238e9b7a600fd5bb0ed3025e9380b6c35 (diff)
[package] kmod-libertas needs kmod-lib80211 to load
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18244 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/mac80211/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index d3f81365a..1367d9a24 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) \