diff options
Diffstat (limited to 'package/shellinabox/Config.in')
| -rw-r--r-- | package/shellinabox/Config.in | 12 |
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 |

