From 7788ee6f318ce9519710db5aad430dc095a39dff Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Thu, 21 Feb 2019 09:19:02 -0500 Subject: [PATCH] Fix ccsdisk default source repository for libreCMC. --- 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