1 config BR2_PACKAGE_MONGOOSE
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 depends on BR2_USE_MMU # fork()
6 Mongoose is a small and easy to use web server
8 https://github.com/cesanta/mongoose
10 comment "mongoose needs a toolchain w/ threads"
11 depends on BR2_USE_MMU
12 depends on !BR2_TOOLCHAIN_HAS_THREADS