diff options
author | Ted Hess <thess@kitschensync.net> | 2018-11-13 11:24:50 -0500 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2018-11-13 11:24:50 -0500 |
commit | 37ddc58ab9fa88ba86e71e199734f55d7b2f27e7 (patch) | |
tree | f9b5f5d13b81c876fe01259283ae7f22d726f818 | |
parent | ea656e25a2c3c70fde00e46bb42b236064ece752 (diff) |
CircleCI: Fix URL references to openwrt.org
Signed-off-by: Ted Hess <thess@kitschensync.net>
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index ff0abc052..31682621e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: docker: - image: champtar/openwrtpackagesci@sha256:d46da22bc628f4b369147eebfa1b032e4066510da42a073b22acbf6b6595b77f environment: - - SDK_BASE_URL: "https://downloads.lede-project.org/snapshots/targets/ar71xx/generic" + - SDK_BASE_URL: "https://downloads.openwrt.org/snapshots/targets/ar71xx/generic" - SDK_FILE: "openwrt-sdk-ar71xx-generic_gcc-7.3.0_musl.Linux-x86_64.tar.xz" - BRANCH: "master" steps: @@ -27,7 +27,7 @@ jobs: command: | tar Jxf ~/sdk/$SDK_FILE --strip=1 cat > feeds.conf <<EOF - src-git base https://github.com/lede-project/source.git + src-git base https://github.com/openwrt/openwrt.git src-link packages $HOME/openwrt_packages src-git luci https://github.com/openwrt/luci.git EOF |