mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
6 lines
311 B
Makefile
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))
|