From 144e109f1270bf1ac89c8339cd37fc2d5b41ccd7 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 25 Jul 2005 18:12:20 +0000 Subject: [PATCH] work around bug in menuconfig without DEVELOPER=1 (target arch) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1566 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Config.in b/Config.in index 576e4826da..6d636d1a72 100644 --- a/Config.in +++ b/Config.in @@ -10,6 +10,9 @@ config BR2_HAVE_DOT_CONFIG bool default y +config BR2_mipsel + default y + choice default BR2_mipsel help -- 2.30.2