aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/metadata.pl
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2012-09-28 20:54:35 +0000
committerImre Kaloz <kaloz@openwrt.org>2012-09-28 20:54:35 +0000
commite1396c49c0edb8dad267fe453ecc3cb9d51d94c1 (patch)
tree77abd8fe89267d850f18bb2c161f81950af3ab1b /scripts/metadata.pl
parent942ee241a860439c4ab4538aa4e1452cfe30a5bb (diff)
downloadmaster-187ad058-e1396c49c0edb8dad267fe453ecc3cb9d51d94c1.tar.gz
master-187ad058-e1396c49c0edb8dad267fe453ecc3cb9d51d94c1.tar.bz2
master-187ad058-e1396c49c0edb8dad267fe453ecc3cb9d51d94c1.zip
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/metadata.pl')
-rwxr-xr-xscripts/metadata.pl2
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