1config 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 14 https://github.com/shellinabox/shellinabox 15 16comment "shellinabox needs a toolchain w/ dynamic library" 17 depends on BR2_USE_MMU 18 depends on BR2_STATIC_LIBS 19