mac80211: iwlagn include firmware for 7260 cards
This patch enables including the firmware for Intel Dual Band Wireless-N 7260 and Intel Dual Band Wireless-AC 7260 cards in iwlagn. Signed-off-by: Matthew Reeve <mreeve@tenxnetworks.com> SVN-Revision: 39988
This commit is contained in:
parent
dc7ecef0be
commit
04d99f29cf
1 changed files with 10 additions and 0 deletions
|
@ -846,6 +846,13 @@ define KernelPackage/iwlagn/config
|
||||||
Download and install firmware for:
|
Download and install firmware for:
|
||||||
Intel Centrino Advanced-N 6230, Wireless-N 1030, Wireless-N 130 and Advanced-N 6235
|
Intel Centrino Advanced-N 6230, Wireless-N 1030, Wireless-N 130 and Advanced-N 6235
|
||||||
|
|
||||||
|
config IWL7260_FW
|
||||||
|
bool "Intel 7260 Firmware"
|
||||||
|
default y
|
||||||
|
help
|
||||||
|
Download and install firmware for:
|
||||||
|
Intel Dual Band Wireless-N 7260 and Intel Dual Band Wireless-AC 7260
|
||||||
|
|
||||||
config IWL100_FW
|
config IWL100_FW
|
||||||
bool "Intel 100 Firmware"
|
bool "Intel 100 Firmware"
|
||||||
default y
|
default y
|
||||||
|
@ -1725,6 +1732,9 @@ endif
|
||||||
ifneq ($(CONFIG_IWL6030_FW),)
|
ifneq ($(CONFIG_IWL6030_FW),)
|
||||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/iwlwifi-6000g2b-6.ucode $(1)/lib/firmware
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/iwlwifi-6000g2b-6.ucode $(1)/lib/firmware
|
||||||
endif
|
endif
|
||||||
|
ifneq ($(CONFIG_IWL7260_FW),)
|
||||||
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/iwlwifi-7260-7.ucode $(1)/lib/firmware
|
||||||
|
endif
|
||||||
ifneq ($(CONFIG_IWL100_FW),)
|
ifneq ($(CONFIG_IWL100_FW),)
|
||||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/iwlwifi-100-5.ucode $(1)/lib/firmware
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/iwlwifi-100-5.ucode $(1)/lib/firmware
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue