You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
448 B
13 lines
448 B
7 years ago
|
Package/edgeport-firmware = $(call Package/firmware-default,USB Inside Out Edgeport Serial Driver firmware)
|
||
|
define Package/edgeport-firmware/install
|
||
|
$(INSTALL_DIR) $(1)/lib/firmware/edgeport
|
||
|
$(INSTALL_DATA) \
|
||
|
$(PKG_BUILD_DIR)/edgeport/boot.fw \
|
||
|
$(PKG_BUILD_DIR)/edgeport/boot2.fw \
|
||
|
$(PKG_BUILD_DIR)/edgeport/down.fw \
|
||
|
$(PKG_BUILD_DIR)/edgeport/down2.fw \
|
||
|
$(1)/lib/firmware/edgeport
|
||
|
endef
|
||
|
|
||
|
$(eval $(call BuildPackage,edgeport-firmware))
|