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 | e1396c49c0edb8dad267fe453ecc3cb9d51d94c1 (patch) | |
tree | 77abd8fe89267d850f18bb2c161f81950af3ab1b /scripts | |
parent | 942ee241a860439c4ab4538aa4e1452cfe30a5bb (diff) | |
download | upstream-e1396c49c0edb8dad267fe453ecc3cb9d51d94c1.tar.gz upstream-e1396c49c0edb8dad267fe453ecc3cb9d51d94c1.tar.bz2 upstream-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')
-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 |