From b14b59353308b83a1eccb09cb34b1aa8854ee8c5 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Tue, 18 Jun 2019 19:06:31 +0800 Subject: [PATCH] CircleCI: Change BRANCH to "openwrt-19.07" This still uses the snapshot SDK, but should allow CI to continue. Signed-off-by: Jeffery To --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 02a87146d..45a7a52c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: - SDK_HOST: "downloads.openwrt.org" - SDK_PATH: "snapshots/targets/ath79/generic" - SDK_FILE: "openwrt-sdk-ath79-generic_*.Linux-x86_64.tar.xz" - - BRANCH: "master" + - BRANCH: "openwrt-19.07" steps: - checkout: path: ~/openwrt_packages