[openwrt/openwrt] fman-ucode: bump to LSDK-21.08

LEDE Commits lede-commits at lists.infradead.org
Mon Dec 13 14:34:15 PST 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d6ca8270432a0a52aad9adc7c19940373d2b0d96

commit d6ca8270432a0a52aad9adc7c19940373d2b0d96
Author: Martin Schiller <ms at dev.tdt.de>
AuthorDate: Mon Oct 11 12:49:56 2021 +0200

    fman-ucode: bump to LSDK-21.08
    
    Just update PKG_VERSION/PKG_MIRROR_HASH since fman-ucode
    of LSDK-21.08 had no changes.
    
    Switched to AUTORELEASE for simplicity.
    
    Signed-off-by: Martin Schiller <ms at dev.tdt.de>
---
 package/firmware/layerscape/fman-ucode/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/firmware/layerscape/fman-ucode/Makefile b/package/firmware/layerscape/fman-ucode/Makefile
index 69cc761110..f2dda04e81 100644
--- a/package/firmware/layerscape/fman-ucode/Makefile
+++ b/package/firmware/layerscape/fman-ucode/Makefile
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=fman-ucode
-PKG_VERSION:=LSDK-20.04
-PKG_RELEASE:=2
+PKG_VERSION:=LSDK-21.08
+PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/NXP/qoriq-fm-ucode.git
-PKG_SOURCE_VERSION:=c275e91392e2adab1ed22f3867b8269ca3c54014
-PKG_MIRROR_HASH:=90b619ed501462b92f34f2fabfa09d6aaa5235990891d1c3132821c7d18a39bd
+PKG_SOURCE_VERSION:=LSDK-21.08
+PKG_MIRROR_HASH:=dc905ebe71cde24e9ebbe10a7b1f08cd2ecf142e39fe1535aa5fe3f349b031b9
 
 PKG_FLAGS:=nonshared
 



More information about the lede-commits mailing list