Skip to content

Commit

Permalink
linux-firmware: add offloading firmware for MT7988
Browse files Browse the repository at this point in the history
Package wireless offloading firmware for MediaTek MT7988.

Signed-off-by: Daniel Golle <[email protected]>
  • Loading branch information
dangowrt committed Oct 23, 2024
1 parent d7dc5b1 commit eee3c69
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package/firmware/linux-firmware/mediatek.mk
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,13 @@ define Package/mt7988-2p5g-phy-firmware/install
$(1)/lib/firmware/mediatek/mt7988
endef
$(eval $(call BuildPackage,mt7988-2p5g-phy-firmware))

Package/mt7988-wo-firmware = $(call Package/firmware-default,MT7988 offload firmware,,LICENCE.mediatek)
define Package/mt7988-wo-firmware/install
$(INSTALL_DIR) $(1)/lib/firmware/mediatek/mt7988
$(INSTALL_DATA) \
$(PKG_BUILD_DIR)/mediatek/mt7988/mt7988_wo_0.bin \
$(PKG_BUILD_DIR)/mediatek/mt7988/mt7988_wo_1.bin \
$(1)/lib/firmware/mediatek/mt7988
endef
$(eval $(call BuildPackage,mt7988-wo-firmware))

0 comments on commit eee3c69

Please sign in to comment.