aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-25 18:12:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-25 18:12:20 +0000
commit47cc9f2fb29c56a1d62e57b6bea6566f0b8b2958 (patch)
treee73f160012375aaf65f355ed3ff54a51b390389c
parent5188cfc3e708930a4b8828fbdfb5f5ee3dcb3671 (diff)
downloadupstream-47cc9f2fb29c56a1d62e57b6bea6566f0b8b2958.tar.gz
upstream-47cc9f2fb29c56a1d62e57b6bea6566f0b8b2958.tar.bz2
upstream-47cc9f2fb29c56a1d62e57b6bea6566f0b8b2958.zip
work around bug in menuconfig without DEVELOPER=1 (target arch)
SVN-Revision: 1566
-rw-r--r--openwrt/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in
index 576e4826da..6d636d1a72 100644
--- a/openwrt/Config.in
+++ b/openwrt/Config.in
@@ -10,6 +10,9 @@ config BR2_HAVE_DOT_CONFIG
bool
default y
+config BR2_mipsel
+ default y
+
choice
default BR2_mipsel
help