Skip to content

Commit

Permalink
linux-firmware: add firmware for intel ax200
Browse files Browse the repository at this point in the history
Signed-off-by: Nian Bohung <n0404.n0404@gmail.com>
  • Loading branch information
sss22213 authored and hauke committed Nov 20, 2021
1 parent b1db558 commit 454ebdf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package/firmware/linux-firmware/intel.mk
Expand Up @@ -7,6 +7,13 @@ define Package/ibt-firmware/install
endef
$(eval $(call BuildPackage,ibt-firmware))

Package/iwlwifi-firmware-ax200 = $(call Package/firmware-default,Intel AX200 firmware)
define Package/iwlwifi-firmware-ax200/install
$(INSTALL_DIR) $(1)/lib/firmware
$(INSTALL_DATA) $(PKG_BUILD_DIR)/iwlwifi-cc-a0-62.ucode $(1)/lib/firmware
endef
$(eval $(call BuildPackage,iwlwifi-firmware-ax200))

Package/iwl3945-firmware = $(call Package/firmware-default,Intel IWL3945 firmware)
define Package/iwl3945-firmware/install
$(INSTALL_DIR) $(1)/lib/firmware
Expand Down

0 comments on commit 454ebdf

Please sign in to comment.