df706b91a400f7cd973c779c69cea38952659179
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / mongoose / Config.in
1 config 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 a small and easy to use web server
7
8           https://github.com/cesanta/mongoose
9
10 comment "mongoose needs a toolchain w/ threads"
11         depends on BR2_USE_MMU
12         depends on !BR2_TOOLCHAIN_HAS_THREADS