summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-09-28 20:54:35 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-09-28 20:54:35 +0000
commitf1fe09d1fc8f05ce9df46c5b4d54e09e20f1d570 (patch)
tree77abd8fe89267d850f18bb2c161f81950af3ab1b /scripts
parentaddfc9235e8ceb0317c9016cf4ad649989241b8d (diff)
AR71xx/9xxx based routers are the most common these days, select that as the default target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33590 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/metadata.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/metadata.pl b/scripts/metadata.pl
index bd6dbc54a..7afc38892 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