[Buildroot] [PATCH v2 03/15] package/uclibc: default to Y for LARGEFILE

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Mar 17 16:48:27 UTC 2015


This will allow us to remove largefile handling in the tree without
breaking things while doing so.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
---
 package/uclibc/Config.in | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index 56fea8a..a180227 100644
--- a/package/uclibc/Config.in
+++ b/package/uclibc/Config.in
@@ -90,11 +90,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"
-- 
2.0.5



More information about the buildroot mailing list