mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-21 03:25:22 +00:00
linux-firmware: Add support for Intel ICE
Uses the OS Default DDP package for Intel Ethernet 800 series. Signed-off-by: Stephen Howell <howels@allthatwemight.be> Link: https://github.com/openwrt/openwrt/pull/17564 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
77f8a70f65
commit
743aaaf2ad
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user