Browse Source

CircleCI: Fix URL references to openwrt.org

Signed-off-by: Ted Hess <thess@kitschensync.net>
lilik-openwrt-22.03
Ted Hess 6 years ago
parent
commit
37ddc58ab9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .circleci/config.yml

+ 2
- 2
.circleci/config.yml View File

@ -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


Loading…
Cancel
Save