Browse Source

Merge pull request #9024 from neheb/ath79

CircleCI: Switch to ath79 SDK
lilik-openwrt-22.03
champtar 5 years ago
committed by GitHub
parent
commit
211d3d1a3e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .circleci/config.yml

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

@ -5,8 +5,8 @@ jobs:
- image: docker.io/openwrtorg/packages-cci:v1.0.2
environment:
- SDK_HOST: "downloads.openwrt.org"
- SDK_PATH: "snapshots/targets/ar71xx/generic"
- SDK_FILE: "openwrt-sdk-ar71xx-generic_*.Linux-x86_64.tar.xz"
- SDK_PATH: "snapshots/targets/ath79/generic"
- SDK_FILE: "openwrt-sdk-ath79-generic_*.Linux-x86_64.tar.xz"
- BRANCH: "master"
steps:
- checkout:


Loading…
Cancel
Save