[openwrt/openwrt] ppfe-firmware: Bump to lf-6.1.1-1.0.0 and switch to github

LEDE Commits lede-commits at lists.infradead.org
Sat May 20 07:20:39 PDT 2023


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f6eae517aed833b4c9ae377a5b0e385f6d1330c0

commit f6eae517aed833b4c9ae377a5b0e385f6d1330c0
Author: Wojciech Dubowik <Wojciech.Dubowik at protonmail.ch>
AuthorDate: Wed Apr 12 11:33:37 2023 +0200

    ppfe-firmware: Bump to lf-6.1.1-1.0.0 and switch to github
    
    The default location of ppfe-firmware has been changed
    from codeuaurora to github. Also use the latest tag for
    Layerscape Linux Development POC from NXP.
    
    Tested on:
      * NXP FRWY-LS1012A
    
    Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik at protonmail.ch>
    (reset PKG_RELEASE)
    Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
 package/firmware/layerscape/ppfe-firmware/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/firmware/layerscape/ppfe-firmware/Makefile b/package/firmware/layerscape/ppfe-firmware/Makefile
index 094d8fecc8..86f6194125 100644
--- a/package/firmware/layerscape/ppfe-firmware/Makefile
+++ b/package/firmware/layerscape/ppfe-firmware/Makefile
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ppfe
-PKG_VERSION:=21.08
-PKG_RELEASE:=3
+PKG_VERSION:=lf-6.1.1-1.0.0
+PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=https://github.com/NXP/qoriq-engine-pfe-bin.git
-PKG_SOURCE_VERSION:=LSDK-21.08
-PKG_MIRROR_HASH:=f2591b12bc02dbfcf113dcb79cce2fc703d8492b7309ad75b3c4915b76966c64
+PKG_SOURCE_URL:=https://github.com/nxp-qoriq/qoriq-engine-pfe-bin
+PKG_SOURCE_VERSION:=lf-6.1.1-1.0.0
+PKG_MIRROR_HASH:=eb1e3efe08980e70594060c84c1620a1dde53e00e96bae63d15dceb236c0bfa8
 
 PKG_FLAGS:=nonshared
 




More information about the lede-commits mailing list