aboutsummaryrefslogtreecommitdiffstats
path: root/package/firmware/linux-firmware/Makefile
diff options
context:
space:
mode:
authorKuan-Yi Li <kyli@abysm.org>2022-10-20 10:26:44 +0800
committerÁlvaro Fernández Rojas <noltari@gmail.com>2022-11-15 20:48:20 +0100
commit60832584aa6fbc3e19250bf44b0dc9b8b0939b8d (patch)
tree936f5853ad099e8a64251f2015317824d4b7919a /package/firmware/linux-firmware/Makefile
parent22e9d8bc896bb982868fab497beff9c806604d78 (diff)
downloadupstream-60832584aa6fbc3e19250bf44b0dc9b8b0939b8d.tar.gz
upstream-60832584aa6fbc3e19250bf44b0dc9b8b0939b8d.tar.bz2
upstream-60832584aa6fbc3e19250bf44b0dc9b8b0939b8d.zip
linux-firmware: broadcom: use symlink to provide NVRAM for some RPis
This is to align the implementation with upstream `linux-firmware`. Some Raspberry Pi boards do not have dedicated NVRAM in `linux-firmware` source repository, their NVRAM is provided through a symbolic link to NVRAM of another board with an identical wireless design. Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
Diffstat (limited to 'package/firmware/linux-firmware/Makefile')
-rw-r--r--package/firmware/linux-firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firmware/linux-firmware/Makefile b/package/firmware/linux-firmware/Makefile
index 6c5ff542a1..2c4d361012 100644
--- a/package/firmware/linux-firmware/Makefile
+++ b/package/firmware/linux-firmware/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=linux-firmware
PKG_VERSION:=20221109
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_URL:=@KERNEL/linux/kernel/firmware
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz