mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-14 01:59:07 +01:00
firmware: Add support for Airoha EN7581 NPU firmware
Add support for Airoha EN7581 NPU firmware present in linux-firmware. Support for it is fully upstream with the Ethernet part fully pushed and the Wireless Offload currently in progress for various WiFi chip. Link: https://github.com/openwrt/openwrt/pull/19816 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
08a616b216
commit
e00f77b3e7
1 changed files with 11 additions and 0 deletions
|
|
@ -15,3 +15,14 @@ endif
|
|||
endef
|
||||
|
||||
$(eval $(call BuildPackage,airoha-en8811h-firmware))
|
||||
|
||||
Package/airoha-en7581-npu-firmware = $(call Package/firmware-default,Airoha EN7581 NPU firmware,,LICENSE.airoha)
|
||||
define Package/airoha-en7581-npu-firmware/install
|
||||
$(INSTALL_DIR) $(1)/lib/firmware/airoha
|
||||
$(CP) \
|
||||
$(PKG_BUILD_DIR)/airoha/en7581_npu_data.bin \
|
||||
$(PKG_BUILD_DIR)/airoha/en7581_npu_rv32.bin \
|
||||
$(1)/lib/firmware/airoha
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,airoha-en7581-npu-firmware))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue