package/dhcp/S80dhcp-server: allow empty INTERFACES
[buildroot-gz.git] / package / mongoose / Config.in
blobdf706b91a400f7cd973c779c69cea38952659179
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
8           https://github.com/cesanta/mongoose
10 comment "mongoose needs a toolchain w/ threads"
11         depends on BR2_USE_MMU
12         depends on !BR2_TOOLCHAIN_HAS_THREADS