Skip to content

Commit

Permalink
travis: use mpc85xx-p2020 sdk instead of ar71xx
Browse files Browse the repository at this point in the history
Target ar71xx is deprecated and removed in the master branch and makes SDK
not available anymore. Travis fails because of that.
It was superseded by target ath79. These devices have 4 MB flash and/or 32 MB RAM.

However, ath79 is being used by CircleCI if you have it configured for
your repository and if you are contributing to this repository. It
is not good to have two CI for the same target. Let's use powerpc.

Signed-off-by: Josef Schlehofer <[email protected]>
  • Loading branch information
BKPepe committed Jun 18, 2020
1 parent f89c9e8 commit 4526fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis_do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
set -e

SDK_HOME="$HOME/sdk"
SDK_PATH=https://downloads.openwrt.org/snapshots/targets/ar71xx/generic/
SDK=-sdk-ar71xx-generic_
SDK_PATH=https://downloads.openwrt.org/snapshots/targets/mpc85xx/p2020/
SDK=-sdk-mpc85xx-p2020_
PACKAGES_DIR="$PWD"

echo_red() { printf "\033[1;31m$*\033[m\n"; }
Expand Down

0 comments on commit 4526fb3

Please sign in to comment.