package/uclibc: default to Y for LARGEFILE
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 30 Mar 2015 21:07:22 +0000 (18:07 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 1 Apr 2015 20:42:22 +0000 (22:42 +0200)
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>
package/uclibc/Config.in

index 3fb9b4d1aec6159d1eb38a7179750f936d5ca35c..e4405598c56ce564e59f7dd9042d6217cf766549 100644 (file)
@@ -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"