mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-07 11:27:09 +00:00
add missing dependency
SVN-Revision: 9650
This commit is contained in:
parent
ff75d8a012
commit
2bcaf23a68
@ -31,7 +31,7 @@ endef
|
||||
define KernelPackage/brcm-wl/Default
|
||||
$(call Package/broadcom-wl/Default)
|
||||
SECTION:=kernel
|
||||
DEPENDS:=@TARGET_brcm_2_4
|
||||
DEPENDS:=@TARGET_brcm_2_4 +wireless-tools
|
||||
TITLE:=Kernel driver for BCM43xx chipsets
|
||||
FILES:=$(PKG_BUILD_DIR)/driver/wl$(1).o
|
||||
AUTOLOAD:=$(call AutoLoad,30,wl$(1))
|
||||
|
Loading…
x
Reference in New Issue
Block a user