diff options
Diffstat (limited to 'package/mongoose/Config.in')
-rw-r--r-- | package/mongoose/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/mongoose/Config.in b/package/mongoose/Config.in index 8060942aed..df706b91a4 100644 --- a/package/mongoose/Config.in +++ b/package/mongoose/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_MONGOOSE bool "mongoose" - depends on BR2_LARGEFILE depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU # fork() help @@ -8,6 +7,6 @@ config BR2_PACKAGE_MONGOOSE https://github.com/cesanta/mongoose -comment "mongoose needs a toolchain w/ threads, largefile" +comment "mongoose needs a toolchain w/ threads" depends on BR2_USE_MMU - depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE + depends on !BR2_TOOLCHAIN_HAS_THREADS |