mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
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>
This commit is contained in:
parent
7f96ef3580
commit
52ef47467c
@ -87,11 +87,9 @@ config BR2_UCLIBC_CONFIG
|
|||||||
If unsure, use the default.
|
If unsure, use the default.
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_BUILDROOT_LARGEFILE
|
config BR2_TOOLCHAIN_BUILDROOT_LARGEFILE
|
||||||
bool "Enable large file (files > 2 GB) support"
|
bool
|
||||||
select BR2_LARGEFILE
|
select BR2_LARGEFILE
|
||||||
help
|
default y
|
||||||
Enable this option if you want your toolchain to support
|
|
||||||
files bigger than 2 GB.
|
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_BUILDROOT_INET_IPV6
|
config BR2_TOOLCHAIN_BUILDROOT_INET_IPV6
|
||||||
bool "Enable IPv6 support"
|
bool "Enable IPv6 support"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user