From f360fec787991a408793f1a676c28f225ad94f38 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 30 Mar 2015 18:07:23 -0300 Subject: [PATCH] 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 --- toolchain/toolchain-common.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2