[openwrt/openwrt] cypress-firmware: fix cyfmac4356-pcie symbolic links

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 17 03:31:11 PST 2022


noltari pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0db537975d4e708d0496037055cb8321a4a4fcd7

commit 0db537975d4e708d0496037055cb8321a4a4fcd7
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Thu Nov 17 12:27:41 2022 +0100

    cypress-firmware: fix cyfmac4356-pcie symbolic links
    
    The symbolic link introduced in 22e9d8bc896b is wrong.
    
    Fixes: 22e9d8bc896b ("cypress-firmware: use symlink to provide firmware in brcm")
    Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
 package/firmware/cypress-firmware/Makefile | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/package/firmware/cypress-firmware/Makefile b/package/firmware/cypress-firmware/Makefile
index 2cd3da9822..a3768bc43b 100644
--- a/package/firmware/cypress-firmware/Makefile
+++ b/package/firmware/cypress-firmware/Makefile
@@ -1,15 +1,10 @@
-#
-# Copyright (C) 2019-2020 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
+# SPDX-License-Identifier: GPL-2.0-or-later
 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=cypress-firmware
 PKG_VERSION:=5.4.18-2021_0812
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/Infineon/ifx-linux-firmware/
@@ -212,10 +207,10 @@ define Package/cypress-firmware-4356-pcie/install
 		$(1)/lib/firmware/cypress/
 	$(INSTALL_DIR) $(1)/lib/firmware/brcm
 	$(LN) \
-		../firmware/cyfmac4356-pcie.bin \
+		../cypress/cyfmac4356-pcie.bin \
 		$(1)/lib/firmware/brcm/brcmfmac4356-pcie.bin
 	$(LN) \
-		../firmware/cyfmac4356-pcie.clm_blob \
+		../cypress/cyfmac4356-pcie.clm_blob \
 		$(1)/lib/firmware/brcm/brcmfmac4356-pcie.clm_blob
 endef
 




More information about the lede-commits mailing list