From: Gustavo Zacarias Date: Mon, 30 Mar 2015 21:07:23 +0000 (-0300) Subject: toolchain-common: default to Y for LARGEFILE X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f360fec787991a408793f1a676c28f225ad94f38;p=buildroot.git toolchain-common: 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 Reviewed-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in index 304afe452c..7eb22ce55c 100644 --- a/toolchain/toolchain-common.in +++ b/toolchain/toolchain-common.in @@ -7,6 +7,7 @@ source "package/gdb/Config.in.host" config BR2_LARGEFILE bool + default y config BR2_INET_IPV6 bool