travis: Download SDK from OpenWrt instead of LEDE

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer 2019-10-16 15:37:33 +02:00
parent f2c7a00ef4
commit 25fc446ffb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
set -e
SDK_HOME="$HOME/sdk"
SDK_PATH=https://downloads.lede-project.org/snapshots/targets/ar71xx/generic/
SDK_PATH=https://downloads.openwrt.org/snapshots/targets/ar71xx/generic/
SDK=-sdk-ar71xx-generic_
PACKAGES_DIR="$PWD"