diff options
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 22a11e7d6..bbde429e9 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 |