1 config BR2_PACKAGE_MONGOOSE
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 depends on BR2_USE_MMU # fork()
6 Mongoose is an embedded networking library, which can turn
7 anything into a web server
9 https://github.com/cesanta/mongoose
11 comment "mongoose needs a toolchain w/ threads"
12 depends on BR2_USE_MMU
13 depends on !BR2_TOOLCHAIN_HAS_THREADS