mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-25 08:02:32 +00:00
mac80211: include brcmfmac USB firmware only if support was enabled
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44808
This commit is contained in:
parent
190cd817b0
commit
f60113762a
@ -2002,12 +2002,14 @@ endef
|
||||
|
||||
define KernelPackage/brcmfmac/install
|
||||
$(INSTALL_DIR) $(1)/lib/firmware/brcm
|
||||
ifneq ($(CONFIG_BRCMFMAC_USB),)
|
||||
$(INSTALL_DATA) \
|
||||
$(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/brcm/brcmfmac43236b.bin \
|
||||
$(1)/lib/firmware/brcm/
|
||||
$(INSTALL_DATA) \
|
||||
$(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/brcm/brcmfmac43143.bin \
|
||||
$(1)/lib/firmware/brcm/
|
||||
endif
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,adm8211))
|
||||
|
Loading…
Reference in New Issue
Block a user