2012-12-12 13:03:16 +01:00
|
|
|
config BR2_PACKAGE_MONGOOSE
|
|
|
|
bool "mongoose"
|
2014-05-12 21:31:26 +02:00
|
|
|
depends on BR2_LARGEFILE
|
2012-12-12 13:03:16 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-10-09 22:25:46 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2012-12-12 13:03:16 +01:00
|
|
|
help
|
|
|
|
Mongoose is a small and easy to use web server
|
|
|
|
|
2014-05-27 11:31:43 +02:00
|
|
|
https://github.com/cesanta/mongoose
|
2012-12-12 13:03:16 +01:00
|
|
|
|
2014-05-12 21:31:26 +02:00
|
|
|
comment "mongoose needs a toolchain w/ threads, largefile"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2014-05-12 21:31:26 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE
|