From 5f4dd0e680ac22c070c93e8ef8c02fa9cd52d25f Mon Sep 17 00:00:00 2001 From: klzgrad Date: Sat, 7 Mar 2020 15:57:52 +0800 Subject: [PATCH] Update OpenWrt builds to 19.07.2 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3aebc82dc1..3c12097888 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ matrix: use_lld=false use_gold=false ldso_path="/lib/ld-musl-mipsel-sf.so.1" custom_toolchain="//build/toolchain/linux:clang_mipsel_openwrt"' - OPENWRT_FLAGS='arch=mipsel_24kc release=19.07.1 gcc_ver=7.5.0 target=ramips subtarget=rt305x' + OPENWRT_FLAGS='arch=mipsel_24kc release=19.07.2 gcc_ver=7.5.0 target=ramips subtarget=rt305x' - name: "openwrt-x86_64" os: linux dist: bionic @@ -38,7 +38,7 @@ matrix: target_cpu="x64" use_allocator="none" use_allocator_shim=false custom_toolchain="//build/toolchain/linux:clang_x64_openwrt"' - OPENWRT_FLAGS='arch=x86_64 release=19.07.1 gcc_ver=7.5.0 target=x86 subtarget=64' + OPENWRT_FLAGS='arch=x86_64 release=19.07.2 gcc_ver=7.5.0 target=x86 subtarget=64' - name: "openwrt-arm64" os: linux dist: bionic @@ -46,7 +46,7 @@ matrix: target_cpu="arm64" use_allocator="none" use_allocator_shim=false custom_toolchain="//build/toolchain/linux:clang_arm64_openwrt"' - OPENWRT_FLAGS='arch=aarch64 release=19.07.1 gcc_ver=7.5.0 target=armvirt subtarget=64' + OPENWRT_FLAGS='arch=aarch64 release=19.07.2 gcc_ver=7.5.0 target=armvirt subtarget=64' - name: "osx" os: osx osx_image: xcode11.3