mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
kmod-libertas needs kmod-lib80211 to load
SVN-Revision: 18244
This commit is contained in:
parent
1141aecd2a
commit
f88807049f
@ -330,7 +330,6 @@ define KernelPackage/ath9k/config
|
|||||||
source "$(SOURCE)/Config.in.ath9k"
|
source "$(SOURCE)/Config.in.ath9k"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
USB8388FW_NAME:=usb8388
|
USB8388FW_NAME:=usb8388
|
||||||
USB8388FW_VERSION:=5.110.22.p23
|
USB8388FW_VERSION:=5.110.22.p23
|
||||||
|
|
||||||
@ -343,7 +342,7 @@ $(eval $(call Download,usb8388))
|
|||||||
|
|
||||||
define KernelPackage/libertas
|
define KernelPackage/libertas
|
||||||
$(call KernelPackage/mac80211/Default)
|
$(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
|
TITLE:=Marvell 88W8015 Wireless Driver
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(PKG_BUILD_DIR)/drivers/net/wireless/libertas/libertas.$(LINUX_KMOD_SUFFIX) \
|
$(PKG_BUILD_DIR)/drivers/net/wireless/libertas/libertas.$(LINUX_KMOD_SUFFIX) \
|
||||||
|
Loading…
Reference in New Issue
Block a user