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 | 99f31467b4c1241d8d80a83ecc2cbf31d18bdf0e (patch) | |
tree | a871137474a12e414488f22fd6700189b2f57979 | |
parent | 66c359cc54fb91e8e558b21fe9dd65c925d8b9c5 (diff) | |
download | upstream-99f31467b4c1241d8d80a83ecc2cbf31d18bdf0e.tar.gz upstream-99f31467b4c1241d8d80a83ecc2cbf31d18bdf0e.tar.bz2 upstream-99f31467b4c1241d8d80a83ecc2cbf31d18bdf0e.zip |
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
-rw-r--r-- | Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ config BR2_HAVE_DOT_CONFIG bool default y +config BR2_mipsel + default y + choice default BR2_mipsel help |