diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-23 14:51:30 -0800 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-24 05:14:44 +0100 |
commit | 43ee648e8b2894cab7aba3339bd1ff405cb481ef (patch) | |
tree | 84d8ac660ae2d237fee2999c9c3d590ba02a23d4 /extra/Configs | |
parent | 6af3332a4cbd1ffbc81f74759ef7c5e1a87d2e10 (diff) |
Restore UCLIBC_HAS_LFS as "always enabled"
Otherwise, buildroot rejects uClibc-ng in an external toolchain.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index a9d62f50f..b2cf977b7 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -566,6 +566,11 @@ config UCLIBC_HAS_SYSLOG Support sending messages to the system logger. This requires socket-support. +config UCLIBC_HAS_LFS + def_bool y + help + Large file support (always enabled; config symbol retained for + feature test to be compatible with uClibc). choice prompt "Malloc Implementation" default MALLOC if ! ARCH_USE_MMU |