Przeglądaj źródła

AR71xx/9xxx based routers are the most common these days, select that as the default target

SVN-Revision: 33590
Imre Kaloz 13 lat temu
rodzic
commit
84b43f112a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      scripts/metadata.pl

+ 1 - 1
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