diff options
Diffstat (limited to 'package/mongoose/Config.in')
| -rw-r--r-- | package/mongoose/Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/mongoose/Config.in b/package/mongoose/Config.in index 35723dea23..8060942aed 100644 --- a/package/mongoose/Config.in +++ b/package/mongoose/Config.in @@ -1,12 +1,13 @@ config BR2_PACKAGE_MONGOOSE bool "mongoose" + depends on BR2_LARGEFILE depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU # fork() help Mongoose is a small and easy to use web server - https://github.com/valenok/mongoose + https://github.com/cesanta/mongoose -comment "mongoose needs a toolchain w/ threads" +comment "mongoose needs a toolchain w/ threads, largefile" depends on BR2_USE_MMU - depends on !BR2_TOOLCHAIN_HAS_THREADS + depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE |

