Improve some descriptions so that they make the purpose of the particular firmware package clearer to the user (e.g. as viewed in verbose package listings). Signed-off-by: Tim Small <tim@seoss.co.uk> Link: https://github.com/openwrt/openwrt/pull/23688 Signed-off-by: Robert Marko <robimarko@gmail.com>
9 lines
479 B
Makefile
9 lines
479 B
Makefile
Package/eip197-mini-firmware = $(call Package/firmware-default,Inside Secure EIP197 mini cryptographic accelerator IP block firmware)
|
|
define Package/eip197-mini-firmware/install
|
|
$(INSTALL_DIR) $(1)/lib/firmware/inside-secure/eip197_minifw
|
|
$(INSTALL_DATA) \
|
|
$(PKG_BUILD_DIR)/inside-secure/eip197_minifw/ifpp.bin \
|
|
$(PKG_BUILD_DIR)/inside-secure/eip197_minifw/ipue.bin \
|
|
$(1)/lib/firmware/inside-secure/eip197_minifw
|
|
endef
|
|
$(eval $(call BuildPackage,eip197-mini-firmware))
|