diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-30 18:07:23 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-01 22:42:32 +0200 |
| commit | f360fec787991a408793f1a676c28f225ad94f38 (patch) | |
| tree | dbb50af3c159058c1f6b722ed4eaac594597ec73 /toolchain | |
| parent | 52ef47467c5929bfc0ccd5c87e8aa7adc1dbfc73 (diff) | |
| download | buildroot-f360fec787991a408793f1a676c28f225ad94f38.tar.gz buildroot-f360fec787991a408793f1a676c28f225ad94f38.zip | |
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 <gustavo@zacarias.com.ar>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain')
| -rw-r--r-- | toolchain/toolchain-common.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |

