From 82473612acbb92c3eedbabdfa3c6525392b5c00c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 19 Sep 2009 22:02:29 +0200 Subject: [PATCH] busybox: add tenet server configuration --- packages/sysutils/busybox/conf.d/telnetd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/sysutils/busybox/conf.d/telnetd diff --git a/packages/sysutils/busybox/conf.d/telnetd b/packages/sysutils/busybox/conf.d/telnetd new file mode 100644 index 0000000000..7c3dde9894 --- /dev/null +++ b/packages/sysutils/busybox/conf.d/telnetd @@ -0,0 +1,11 @@ +################################################################################ +# Telnet Server environment variables. +# +# This file contains non-OpenELEC evironment variables as well as OpenELEC +# evironment variables that are not user defined. +################################################################################ + +#------------------------------------------------------------------------------- +# Start Telnet Server on boot. +#------------------------------------------------------------------------------- +OE_START_TELNETSERVER=yes