xref: /OK3568_Linux_fs/buildroot/package/mongoose/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_MONGOOSE
2	bool "mongoose"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	depends on BR2_USE_MMU # fork()
5	help
6	  Mongoose is an embedded networking library, which can turn
7	  anything into a web server
8
9	  https://github.com/cesanta/mongoose
10
11comment "mongoose needs a toolchain w/ threads"
12	depends on BR2_USE_MMU
13	depends on !BR2_TOOLCHAIN_HAS_THREADS
14