[openwrt/openwrt] murata-nvram: add symlink for STM32MP157C-DK2

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 19 09:46:48 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2076f441346a7d7e91f64ef38cca7823d3427ce9

commit 2076f441346a7d7e91f64ef38cca7823d3427ce9
Author: Thomas Richard <thomas.richard at bootlin.com>
AuthorDate: Tue Jan 14 19:58:46 2025 +0100

    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 at bootlin.com>
    Link: https://github.com/openwrt/openwrt/pull/18119
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/firmware/murata-nvram/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/package/firmware/murata-nvram/Makefile b/package/firmware/murata-nvram/Makefile
index daf382e3bc..e1b20313be 100644
--- a/package/firmware/murata-nvram/Makefile
+++ b/package/firmware/murata-nvram/Makefile
@@ -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))




More information about the lede-commits mailing list