perl-path-tiny: bump to version 0.061
[buildroot-gz.git] / package / mongoose / Config.in
blob8060942aed1597a1c5e0f3e2573fdd3fe21d1292
1 config BR2_PACKAGE_MONGOOSE
2         bool "mongoose"
3         depends on BR2_LARGEFILE
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on BR2_USE_MMU # fork()
6         help
7           Mongoose is a small and easy to use web server
9           https://github.com/cesanta/mongoose
11 comment "mongoose needs a toolchain w/ threads, largefile"
12         depends on BR2_USE_MMU
13         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE