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