diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-09-28 20:54:35 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-09-28 20:54:35 +0000 |
commit | 84b43f112a569ece93cf62894828db8c0446cdb6 (patch) | |
tree | de301b75eea1110e70f412bcdd9a066f1cd870fe | |
parent | a31bdfbea0508a0a2501eb0d7a1d23d9fdeb9a9e (diff) | |
download | upstream-84b43f112a569ece93cf62894828db8c0446cdb6.tar.gz upstream-84b43f112a569ece93cf62894828db8c0446cdb6.tar.bz2 upstream-84b43f112a569ece93cf62894828db8c0446cdb6.zip |
AR71xx/9xxx based routers are the most common these days, select that as the default target
SVN-Revision: 33590
-rwxr-xr-x | scripts/metadata.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/metadata.pl b/scripts/metadata.pl index bd6dbc54ac..7afc388927 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -270,7 +270,7 @@ sub gen_target_config() { print <<EOF; choice prompt "Target System" - default TARGET_brcm47xx + default TARGET_ar71xx reset if !DEVEL EOF |