diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2020-03-11 18:51:46 +0800 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-05-07 12:53:06 +0200 |
commit | 2b31f143f904667d9cca1aff6f5864fed30151bf (patch) | |
tree | 47b5f059d95a4086c8c55195988ec7a74e38e09f | |
parent | 1b370e7f626753c16bce3cefd4e9f716ad54fea5 (diff) | |
download | upstream-2b31f143f904667d9cca1aff6f5864fed30151bf.tar.gz upstream-2b31f143f904667d9cca1aff6f5864fed30151bf.tar.bz2 upstream-2b31f143f904667d9cca1aff6f5864fed30151bf.zip |
layerscape: update restool to LSDK-20.04
Update restool to latest LSDK-20.04.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
-rw-r--r-- | package/network/utils/layerscape/restool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/layerscape/restool/Makefile b/package/network/utils/layerscape/restool/Makefile index 4dc0967651..6a2a8d9e81 100644 --- a/package/network/utils/layerscape/restool/Makefile +++ b/package/network/utils/layerscape/restool/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=restool -PKG_VERSION:=lsdk-1903 +PKG_VERSION:=LSDK-20.04 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/restool -PKG_SOURCE_VERSION:=8b1dd407bbd48b4f1a50c71b78083112a6397619 -PKG_MIRROR_HASH:=2bb086dd4fc4975268b89867e7fc95b42a764b56c4a498518ef0d54694ffe40e +PKG_SOURCE_VERSION:=f0cec094e4c6d1c975b377203a3bf994ba9325a9 +PKG_MIRROR_HASH:=1863acfaef319e6b277671fead51df0a31bdddb59022080d86b7d81da0bc8490 include $(INCLUDE_DIR)/package.mk |