summaryrefslogtreecommitdiffstats
path: root/package/shellinabox/Config.in
diff options
context:
space:
mode:
authorOlivier Singla <olivier.singla@gmail.com>2016-07-05 22:27:31 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-06 12:04:15 +0200
commit479cebcfb75cc0d738714102e647f401628a849e (patch)
tree4c9dac05e33eecf39c3a796a9b8425e3fc109a26 /package/shellinabox/Config.in
parentf25345558418eef068539e396402db1093ebc6c5 (diff)
downloadbuildroot-479cebcfb75cc0d738714102e647f401628a849e.tar.gz
buildroot-479cebcfb75cc0d738714102e647f401628a849e.zip
shellinabox: new package
Shell In A Box implements a web server that can export arbitrary command line tools to a web based terminal emulator. This emulator is accessible to any JavaScript and CSS enabled web browser and does not require any additional browser plugins. Signed-off-by: Olivier Singla <olivier.singla@gmail.com> [Thomas: - Use "select" instead of "depends on" for the OpenSSL dependency, and use alphabetic ordering. - Rewrap Config.in help text. - Use github macro - Explain why the OpenSSL dependency is mandatory, while --enable-ssl/--disable-ssl are available.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/shellinabox/Config.in')
-rw-r--r--package/shellinabox/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/shellinabox/Config.in b/package/shellinabox/Config.in
new file mode 100644
index 0000000000..b349ef34b4
--- /dev/null
+++ b/package/shellinabox/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_SHELLINABOX
+ bool "shellinabox"
+ select BR2_PACKAGE_OPENSSL
+ select BR2_PACKAGE_ZLIB
+ help
+ Shell In A Box implements a web server that can export
+ arbitrary command line tools to a web based terminal
+ emulator. This emulator is accessible to any JavaScript and
+ CSS enabled web browser and does not require any additional
+ browser plugins.
+
+ https://github.com/shellinabox/shellinabox
OpenPOWER on IntegriCloud