python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / mongoose / Config.in
blob22b385d457dff9763c11676069c298089e1556d6
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 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