Browse Source

Restore UCLIBC_HAS_LFS as "always enabled"

Otherwise, buildroot rejects uClibc-ng in an external toolchain.

Signed-off-by: Alexey Neyman <stilor@att.net>
Alexey Neyman 7 years ago
parent
commit
43ee648e8b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      extra/Configs/Config.in

+ 5 - 0
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