From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Wed, 11 Jan 2006 02:29:20 +0000 (+0000)
Subject: fix arch default
X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/ce399c5f844d8c117a2b4f9f68184602597bdc6f

fix arch default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2899 3c298f89-4303-0410-b956-a3cf2f4a3e73
---

diff --git a/Config.in b/Config.in
index ef4ce7b7f..15130b127 100644
--- a/Config.in
+++ b/Config.in
@@ -10,12 +10,9 @@ config BR2_HAVE_DOT_CONFIG
 	bool
 	default y
 
-config BR2_mipsel
-	bool
-	default y
-
 choice
 	prompt "Target Architecture"
+	default BR2_mipsel
 
 # Supported architectures
 
diff --git a/Config.in.devel b/Config.in.devel
index 9a28cf696..019062c0e 100644
--- a/Config.in.devel
+++ b/Config.in.devel
@@ -13,12 +13,9 @@ config BR2_HAVE_DOT_CONFIG
 	bool
 	default y
 
-config BR2_mipsel
-	bool
-	default y
-
 choice
 	prompt "Target Architecture"
+	default BR2_mipsel
 
 # Supported architectures