diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-30 18:07:22 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-01 22:42:22 +0200 |
commit | 52ef47467c5929bfc0ccd5c87e8aa7adc1dbfc73 (patch) | |
tree | 95dbee790cd5aa9baaf7d9ce950031f47b368b75 | |
parent | 7f96ef3580af371e4d448207f0f4ecd01bc0cee1 (diff) | |
download | buildroot-52ef47467c5929bfc0ccd5c87e8aa7adc1dbfc73.tar.gz buildroot-52ef47467c5929bfc0ccd5c87e8aa7adc1dbfc73.zip |
package/uclibc: default to Y for LARGEFILE
This will allow us to remove largefile handling in the tree without
breaking things while doing so.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/uclibc/Config.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in index 3fb9b4d1ae..e4405598c5 100644 --- a/package/uclibc/Config.in +++ b/package/uclibc/Config.in @@ -87,11 +87,9 @@ config BR2_UCLIBC_CONFIG If unsure, use the default. config BR2_TOOLCHAIN_BUILDROOT_LARGEFILE - bool "Enable large file (files > 2 GB) support" + bool select BR2_LARGEFILE - help - Enable this option if you want your toolchain to support - files bigger than 2 GB. + default y config BR2_TOOLCHAIN_BUILDROOT_INET_IPV6 bool "Enable IPv6 support" |