X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Ffirmware%2Flayerscape%2Fppfe-firmware%2FMakefile;h=80aa15d67ae91f9ba4210583ca95368223d1cb60;hb=f2c12b89403c9a5b43afab8d9c343d4992190a0a;hp=419201e87e3efa3dc5c2a255c05f4ac29dbf04e5;hpb=dda2229c52c78d177a417e261d3dd912f65101fe;p=openwrt%2Fopenwrt.git diff --git a/package/firmware/layerscape/ppfe-firmware/Makefile b/package/firmware/layerscape/ppfe-firmware/Makefile index 419201e87e..80aa15d67a 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_SOURCE_DATE:=2017-10-13 -PKG_RELEASE:=1 +PKG_VERSION:=21.08 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/qoriq-open-source/engine-pfe-bin.git -PKG_SOURCE_VERSION:=97cd13d3070d7199e62881bc495b332194b67edd -PKG_MIRROR_HASH:=3457bfe7201a8410443f34d4bb5fa67d4ff19e2d0f3957e84e3f20e2ae3fa34a +PKG_SOURCE_URL:=https://github.com/NXP/qoriq-engine-pfe-bin.git +PKG_SOURCE_VERSION:=LSDK-21.08 +PKG_MIRROR_HASH:=f2591b12bc02dbfcf113dcb79cce2fc703d8492b7309ad75b3c4915b76966c64 PKG_FLAGS:=nonshared @@ -26,12 +26,12 @@ STRIP:=: define Package/layerscape-ppfe SECTION:=firmware CATEGORY:=Firmware - DEPENDS:=@TARGET_layerscape TITLE:=NXP Layerscape PPFE firmware + DEPENDS:=@TARGET_layerscape CONFIG_FW:=ls1012a/u-boot/pfe_fw_sbl.itb CONFIG_BIN1:=ls1012a/slow_path/ppfe_class_ls1012a.elf CONFIG_BIN2:=ls1012a/slow_path/ppfe_tmu_ls1012a.elf - CONFIG_LIC:=Freescale-Binary-EULA + CONFIG_LIC:=NXP-Binary-EULA.txt endef define Build/Compile