1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/common/package/firmware/linux-firmware/netxen.mk
Ycarus (Yannick Chabanois) 8601192128 Add netxen firmware
2024-03-09 08:45:47 +01:00

6 lines
311 B
Makefile

Package/netxen-firmware = $(call Package/firmware-default,QLogic Intelligent Ethernet 3000 and 3100 Series firmware)
define Package/netxen-firmware/install
$(INSTALL_DIR) $(1)/lib/firmware/netxen
$(INSTALL_DATA) $(PKG_BUILD_DIR)/phanfw.bin $(1)/lib/firmware
endef
$(eval $(call BuildPackage,netxen-firmware))