diff options
author | Mike Baker <mbm@openwrt.org> | 2005-01-17 00:19:20 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-01-17 00:19:20 +0000 |
commit | 0a5eabc8e656be443a0d84651f6fa86299ac4af0 (patch) | |
tree | 019928486619cbab36268fb28dbebfe254e70648 /openwrt/toolchain/Config.in | |
parent | 0ae49a0bd37554489d703ad4a2f371b50842105e (diff) | |
download | mtk-20170518-0a5eabc8e656be443a0d84651f6fa86299ac4af0.zip mtk-20170518-0a5eabc8e656be443a0d84651f6fa86299ac4af0.tar.gz mtk-20170518-0a5eabc8e656be443a0d84651f6fa86299ac4af0.tar.bz2 |
Update defaults
SVN-Revision: 202
Diffstat (limited to 'openwrt/toolchain/Config.in')
-rw-r--r-- | openwrt/toolchain/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/toolchain/Config.in b/openwrt/toolchain/Config.in index 22a11e7..bbde429 100644 --- a/openwrt/toolchain/Config.in +++ b/openwrt/toolchain/Config.in @@ -14,14 +14,14 @@ comment "Common Toolchain Options" config BR2_ENABLE_MULTILIB bool "Enable multilib support?" - default y + default n help If you want multilib enabled, enable this... config BR2_LARGEFILE bool "Enable large file (files > 2 GB) support?" depends on !BR2_cris - default y + default n help Enable large file (files > 2 GB) support |