From 94cdda4c0a503cd91d5a1ee9498ec278a955d6a0 Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Tue, 12 Feb 2019 09:39:28 -0500 Subject: [PATCH] Fix broken repository link in target/makeccs --- target/ccsdisk/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/ccsdisk/Config.in b/target/ccsdisk/Config.in index 5949a3a5e8..246eaa6c30 100644 --- a/target/ccsdisk/Config.in +++ b/target/ccsdisk/Config.in @@ -9,7 +9,7 @@ menuconfig CCS config CCS_GIT_UPSTREAM string "Enter source repository to clone" if CCS - default "https://gogs.librecmc.org/librecmc" if !CCS_GIT_TOPDIR + default "https://gogs.librecmc.org/librecmc/librecmc" if !CCS_GIT_TOPDIR help The git repository specified here is for the corresponding libreCMC Buildroot that was used to build and generate firmware images. -- 2.25.1