mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-30 17:40:16 +02:00
add broadcom-wl patchtable again
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6215 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
746bc29e29
commit
f412fe192a
@ -81,6 +81,20 @@ define Package/nas
|
|||||||
proprietary Broadcom wl driver.
|
proprietary Broadcom wl driver.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
define install_template
|
||||||
|
$(INSTALL_DIR) $(1)/lib/modules/$(LINUX_VERSION)
|
||||||
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/kmod/wl$(2).o.patch $(1)/lib/modules/$(LINUX_VERSION)/
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/brcm-wl/install
|
||||||
|
$(call install_template,$(1),)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/brcm-wl_mimo/install
|
||||||
|
$(call install_template,$(1),_mimo)
|
||||||
|
endef
|
||||||
|
|
||||||
MAKEFLAGS_KMOD:= -C "$(LINUX_DIR)" \
|
MAKEFLAGS_KMOD:= -C "$(LINUX_DIR)" \
|
||||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||||
ARCH="$(LINUX_KARCH)" \
|
ARCH="$(LINUX_KARCH)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user