Config.in 601 B

123456789101112131415161718
  1. config BR2_PACKAGE_SHELLINABOX
  2. bool "shellinabox"
  3. depends on BR2_USE_MMU # fork()
  4. depends on !BR2_STATIC_LIBS # dlfcn.h
  5. select BR2_PACKAGE_OPENSSL
  6. select BR2_PACKAGE_ZLIB
  7. help
  8. Shell In A Box implements a web server that can export
  9. arbitrary command line tools to a web based terminal
  10. emulator. This emulator is accessible to any JavaScript and
  11. CSS enabled web browser and does not require any additional
  12. browser plugins.
  13. https://github.com/shellinabox/shellinabox
  14. comment "shellinabox needs a toolchain w/ dynamic library"
  15. depends on BR2_USE_MMU
  16. depends on BR2_STATIC_LIBS