From 84b43f112a569ece93cf62894828db8c0446cdb6 Mon Sep 17 00:00:00 2001
From: Imre Kaloz <kaloz@openwrt.org>
Date: Fri, 28 Sep 2012 20:54:35 +0000
Subject: [PATCH] AR71xx/9xxx based routers are the most common these days,
 select that as the default target

SVN-Revision: 33590
---
 scripts/metadata.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab