Config.in 366 B

12345678910111213
  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
  8. https://github.com/cesanta/mongoose
  9. comment "mongoose needs a toolchain w/ threads"
  10. depends on BR2_USE_MMU
  11. depends on !BR2_TOOLCHAIN_HAS_THREADS