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 | 47cc9f2fb29c56a1d62e57b6bea6566f0b8b2958 (patch) | |
tree | e73f160012375aaf65f355ed3ff54a51b390389c /openwrt/Config.in | |
parent | 5188cfc3e708930a4b8828fbdfb5f5ee3dcb3671 (diff) | |
download | mtk-20170518-47cc9f2fb29c56a1d62e57b6bea6566f0b8b2958.zip mtk-20170518-47cc9f2fb29c56a1d62e57b6bea6566f0b8b2958.tar.gz mtk-20170518-47cc9f2fb29c56a1d62e57b6bea6566f0b8b2958.tar.bz2 |
work around bug in menuconfig without DEVELOPER=1 (target arch)
SVN-Revision: 1566
Diffstat (limited to 'openwrt/Config.in')
-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 576e482..6d636d1 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 |