travis: Download SDK from OpenWrt instead of LEDE
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
f2c7a00ef4
commit
25fc446ffb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue