From 81c48957ee8a8040bac47bb69e7756e4c42fcc0e Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Sun, 17 May 2026 16:12:35 +0200 Subject: [PATCH] ci/platforms/linux.sh: Updated URL of kconfig-frontends src - New Url https://github.com/patacongo/tools.git https://github.com/apache/nuttx/pull/18883#issuecomment-4467204640 Signed-off-by: simbit18 --- tools/ci/platforms/linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/platforms/linux.sh b/tools/ci/platforms/linux.sh index 1434c0826cb..f82c204ef44 100755 --- a/tools/ci/platforms/linux.sh +++ b/tools/ci/platforms/linux.sh @@ -106,7 +106,7 @@ kconfig_frontends() { add_path "${NUTTXTOOLS}"/kconfig-frontends/bin if [ ! -f "${NUTTXTOOLS}/kconfig-frontends/bin/kconfig-conf" ]; then - git clone --depth 1 https://bitbucket.org/nuttx/tools.git "${NUTTXTOOLS}"/nuttx-tools + git clone --depth 1 https://github.com/patacongo/tools.git "${NUTTXTOOLS}"/nuttx-tools cd "${NUTTXTOOLS}"/nuttx-tools/kconfig-frontends ./configure --prefix="${NUTTXTOOLS}"/kconfig-frontends \ --disable-kconfig --disable-nconf --disable-qconf \