murata-nvram: add symlink for STM32MP157C-DK2
The nvram file is generic for all stm32 boards, add a symlink for STM32MP157C-DK2 and the SCMI variant. Signed-off-by: Thomas Richard <thomas.richard@bootlin.com> Link: https://github.com/openwrt/openwrt/pull/18119 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
af585cfcfe
commit
2076f44134
1 changed files with 7 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=murata-nvram
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_DATE:=2024-09-28
|
||||
|
@ -43,6 +43,12 @@ define Package/murata-nvram-43430-sdio/install
|
|||
$(LN) \
|
||||
cyfmac43430-sdio.1DX.stm32.txt \
|
||||
$(1)/lib/firmware/brcm/brcmfmac43430-sdio.st,stm32mp135f-dk.txt
|
||||
$(LN) \
|
||||
cyfmac43430-sdio.1DX.stm32.txt \
|
||||
$(1)/lib/firmware/brcm/brcmfmac43430-sdio.st,stm32mp157c-dk2.txt
|
||||
$(LN) \
|
||||
cyfmac43430-sdio.1DX.stm32.txt \
|
||||
$(1)/lib/firmware/brcm/brcmfmac43430-sdio.st,stm32mp157c-dk2-scmi.txt
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,murata-nvram-43430-sdio))
|
||||
|
|
Loading…
Reference in a new issue