Commit 52ef4746 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

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: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 7f96ef35
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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"