mirror of
https://github.com/FUjr/gl-infra-builder.git
synced 2025-12-16 17:15:08 +00:00
27 lines
982 B
Diff
27 lines
982 B
Diff
From ebd7c79e65ee403149a11870a91a9bf9fc20dd03 Mon Sep 17 00:00:00 2001
|
|
From: Arif Alam <arif.alam@netexperience.com>
|
|
Date: Fri, 31 Mar 2023 17:46:14 -0400
|
|
Subject: [PATCH] ipq807x: fix qca-nss-clients feed
|
|
|
|
Signed-off-by: Arif Alam <arif.alam@netexperience.com>
|
|
---
|
|
feeds/ipq807x/qca-nss-clients/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/feeds/ipq807x/qca-nss-clients/Makefile b/feeds/ipq807x/qca-nss-clients/Makefile
|
|
index 683baf2d..bb89a9e1 100644
|
|
--- a/feeds/ipq807x/qca-nss-clients/Makefile
|
|
+++ b/feeds/ipq807x/qca-nss-clients/Makefile
|
|
@@ -5,7 +5,7 @@ PKG_NAME:=qca-nss-clients
|
|
PKG_SOURCE_PROTO:=git
|
|
PKG_BRANCH:=master
|
|
PKG_RELEASE:=2
|
|
-PKG_SOURCE_URL:=https://source.codeaurora.org/quic/qsdk/oss/lklm/nss-clients/
|
|
+PKG_SOURCE_URL:=https://git.codelinaro.org/clo/qsdk/oss/lklm/nss-clients
|
|
PKG_MIRROR_HASH:=802bf8b2dac8da0549e108b873afd982d127370c07d6574ece71f902eafe7698
|
|
PKG_VERSION:=153998d70fdba508a59a28c13a606032cbf32686
|
|
|
|
--
|
|
2.25.1
|
|
|