1 config BR2_PACKAGE_MONGOOSE
3 depends on BR2_LARGEFILE
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 depends on BR2_USE_MMU # fork()
7 Mongoose is a small and easy to use web server
9 https://github.com/cesanta/mongoose
11 comment "mongoose needs a toolchain w/ threads, largefile"
12 depends on BR2_USE_MMU
13 depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE