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