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

7 lines
311 B
Makefile
Raw Normal View History

2024-03-09 07:45:47 +00:00
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))