diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-07-25 18:12:20 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-25 18:12:20 +0000 |
| commit | 3e3d27e10b2088809a4aa0953a2ecb8b3c6927c4 (patch) | |
| tree | e73f160012375aaf65f355ed3ff54a51b390389c | |
| parent | 7f04060cfb0ba7a6ded8feaf718a2a63313b3393 (diff) | |
| download | upstream-3e3d27e10b2088809a4aa0953a2ecb8b3c6927c4.tar.gz upstream-3e3d27e10b2088809a4aa0953a2ecb8b3c6927c4.tar.bz2 upstream-3e3d27e10b2088809a4aa0953a2ecb8b3c6927c4.zip | |
work around bug in menuconfig without DEVELOPER=1 (target arch)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1566 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in index 576e4826da1..6d636d1a721 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 |
