diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2023-06-11 15:22:49 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-06-11 18:58:49 +0200 |
commit | 17f60018535fba90c6b1e2df97c050bd36749769 (patch) | |
tree | 115e8e2686b8129f11d60242f9f51ff1342e054c | |
parent | ca669b7c07d072036b74fd75a4ebdd9769298591 (diff) | |
download | upstream-17f60018535fba90c6b1e2df97c050bd36749769.tar.gz upstream-17f60018535fba90c6b1e2df97c050bd36749769.tar.bz2 upstream-17f60018535fba90c6b1e2df97c050bd36749769.zip |
restool: update source.codeaurora.org repository link
source.codeaurora.org project has been shut down and the nxp
repositories has been moved to github. Update the repository
link to the new location.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 0a1ee5323549bfce30b4d42be2dcc461f694881c)
-rw-r--r-- | package/network/utils/layerscape/restool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/layerscape/restool/Makefile b/package/network/utils/layerscape/restool/Makefile index a23ae1463b..8a832d54e1 100644 --- a/package/network/utils/layerscape/restool/Makefile +++ b/package/network/utils/layerscape/restool/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=21.08 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/restool +PKG_SOURCE_URL:=https://github.com/nxp-qoriq/restool PKG_SOURCE_VERSION:=LSDK-21.08 PKG_MIRROR_HASH:=0396644927b8f3da20183227562f695c8063d3d4c6bb606e8f31dda450e962e4 |