aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-01-11 02:29:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-01-11 02:29:20 +0000
commit3e6d29ba2407fcb48cfb3d6acdccefdb9ab52906 (patch)
tree7a4d16083cd2a2e02e72a9a5a54e1862a1f9c8c6
parent2701a7690bc55eb7c94faddb646366d587047c29 (diff)
downloadupstream-3e6d29ba2407fcb48cfb3d6acdccefdb9ab52906.tar.gz
upstream-3e6d29ba2407fcb48cfb3d6acdccefdb9ab52906.tar.bz2
upstream-3e6d29ba2407fcb48cfb3d6acdccefdb9ab52906.zip
fix arch default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2899 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--Config.in5
-rw-r--r--Config.in.devel5
2 files changed, 2 insertions, 8 deletions
diff --git a/Config.in b/Config.in
index ef4ce7b7fe..15130b127b 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 9a28cf6967..019062c0ed 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