Skip to content

Commit

Permalink
build: switch default target from ar71xx to ath79
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ldir-EDB0 committed Apr 11, 2019
1 parent 8f17c01 commit 750a57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/target-metadata.pl
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ ()
print <<EOF;
choice
prompt "Target System"
default TARGET_ar71xx
default TARGET_ath79
reset if !DEVEL
EOF
Expand Down

0 comments on commit 750a57b

Please sign in to comment.