[openwrt/openwrt] sdk: switch base feed url to git.openwrt.org

LEDE Commits lede-commits at lists.infradead.org
Thu Jan 4 04:46:14 PST 2018


jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/f839ad685b134504932e02ee77217b76e3963ffc

commit f839ad685b134504932e02ee77217b76e3963ffc
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Thu Jan 4 11:02:01 2018 +0100

    sdk: switch base feed url to git.openwrt.org
    
    As LEDE is rebranding to OpenWrt now, adjust the base feed Git reference
    accordingly.
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 target/sdk/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/sdk/Makefile b/target/sdk/Makefile
index bf8c3ca..ba28674 100644
--- a/target/sdk/Makefile
+++ b/target/sdk/Makefile
@@ -45,7 +45,7 @@ GIT_TAGNAME:=$(shell git show-ref --tags --dereference 2>/dev/null | sed -ne '/^
 BASE_FEED:=$(if $(GIT_URL),src-git base $(GIT_URL)$(if $(GIT_BRANCH),;$(GIT_BRANCH),$(if $(GIT_TAGNAME),;$(GIT_TAGNAME))))
 BASE_FEED:=$(if $(BASE_FEED),$(BASE_FEED),$(shell cd $(TOPDIR); LC_ALL=C git svn info 2>/dev/null | sed -ne 's/^URL: /src-gitsvn base /p'))
 BASE_FEED:=$(if $(BASE_FEED),$(BASE_FEED),$(shell cd $(TOPDIR); LC_ALL=C svn info 2>/dev/null | sed -ne 's/^URL: /src-svn base /p'))
-BASE_FEED:=$(if $(BASE_FEED),$(BASE_FEED),src-git base https://git.lede-project.org/source.git$(if $(GIT_BRANCH),;$(GIT_BRANCH),$(if $(GIT_TAGNAME),;$(GIT_TAGNAME))))
+BASE_FEED:=$(if $(BASE_FEED),$(BASE_FEED),src-git base https://git.openwrt.org/source.git$(if $(GIT_BRANCH),;$(GIT_BRANCH),$(if $(GIT_TAGNAME),;$(GIT_TAGNAME))))
 
 KDIR_BASE = $(patsubst $(TOPDIR)/%,%,$(LINUX_DIR))
 



More information about the lede-commits mailing list