diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2019-04-11 16:38:01 +0100 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2019-04-11 17:14:01 +0100 |
commit | 750a57b8364c2ef9e021b9428725585e47864163 (patch) | |
tree | d77319f87b6e58550640a478c1fa4caedf14af04 /scripts | |
parent | 8f17c019a19f1d0a50e649e81dab9d8f74ad7efb (diff) | |
download | upstream-750a57b8364c2ef9e021b9428725585e47864163.tar.gz upstream-750a57b8364c2ef9e021b9428725585e47864163.tar.bz2 upstream-750a57b8364c2ef9e021b9428725585e47864163.zip |
build: switch default target from ar71xx to ath79
ar71xx is in the process of being deprecated as a target accepting new
devices. The replacement target for the same hardware is DTS
based ath79.
Switch the default build target selection from ar71xx to ath79.
This is intended to encourage DTS takeup & support for ath79 and longer
term will also aid kernel upstream support.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/target-metadata.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/target-metadata.pl b/scripts/target-metadata.pl index bd73ee910c..123958799f 100755 --- a/scripts/target-metadata.pl +++ b/scripts/target-metadata.pl @@ -170,7 +170,7 @@ EOF print <<EOF; choice prompt "Target System" - default TARGET_ar71xx + default TARGET_ath79 reset if !DEVEL EOF |