|
|
@@ -846,6 +846,13 @@ define KernelPackage/iwlagn/config
|
|
|
Download and install firmware for:
|
|
|
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
|
|
|
bool "Intel 100 Firmware"
|
|
|
default y
|
|
|
@@ -1725,6 +1732,9 @@ endif
|
|
|
ifneq ($(CONFIG_IWL6030_FW),)
|
|
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/iwlwifi-6000g2b-6.ucode $(1)/lib/firmware
|
|
|
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),)
|
|
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/iwlwifi-100-5.ucode $(1)/lib/firmware
|
|
|
endif
|