Browse Source

linux-firmware: Add support for Intel ICE

Uses the OS Default DDP package for Intel Ethernet 800 series.

Signed-off-by: Stephen Howell <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/17564
Signed-off-by: Hauke Mehrtens <[email protected]>
Stephen Howell 1 year ago
parent
commit
743aaaf2ad
1 changed files with 9 additions and 0 deletions
  1. 9 0
      package/firmware/linux-firmware/intel.mk

+ 9 - 0
package/firmware/linux-firmware/intel.mk

@@ -9,6 +9,15 @@ define Package/ibt-firmware/install
 endef
 $(eval $(call BuildPackage,ibt-firmware))
 
+Package/ice-firmware = $(call Package/firmware-default,Intel ICE firmware)
+define Package/ice-firmware/install
+	$(INSTALL_DIR) $(1)/lib/firmware/intel/ice/ddp
+	$(CP) \
+		$(PKG_BUILD_DIR)/intel/ice/ddp/*.pkg \
+		$(1)/lib/firmware/intel/ice/ddp/ice.pkg
+endef
+$(eval $(call BuildPackage,ice-firmware))
+
 Package/iwl3945-firmware = $(call Package/firmware-default,Intel IWL3945 firmware)
 define Package/iwl3945-firmware/install
 	$(INSTALL_DIR) $(1)/lib/firmware