diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-01-11 02:29:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-01-11 02:29:20 +0000 |
commit | 19f58a15a6685c4493d676a90ca600d052090c19 (patch) | |
tree | b354610e1783707db7fa8f262afb77339ff0ebd9 /openwrt/Config.in | |
parent | b8ef5a018c175113d36819b05e695dacad6a1e04 (diff) | |
download | mtk-20170518-19f58a15a6685c4493d676a90ca600d052090c19.zip mtk-20170518-19f58a15a6685c4493d676a90ca600d052090c19.tar.gz mtk-20170518-19f58a15a6685c4493d676a90ca600d052090c19.tar.bz2 |
fix arch default
SVN-Revision: 2899
Diffstat (limited to 'openwrt/Config.in')
-rw-r--r-- | openwrt/Config.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in index ef4ce7b..15130b1 100644 --- a/openwrt/Config.in +++ b/openwrt/Config.in @@ -10,12 +10,9 @@ config BR2_HAVE_DOT_CONFIG bool default y -config BR2_mipsel - bool - default y - choice prompt "Target Architecture" + default BR2_mipsel # Supported architectures |