busybox: make telnet server working

This commit is contained in:
Stephan Raue 2009-09-19 21:44:35 +02:00
parent 4c90144529
commit 5222606ad6
2 changed files with 3 additions and 5 deletions

View File

@ -6,11 +6,7 @@
. /etc/sysconfig
# get options
test -f /etc/network || exit 1
. /etc/network
if test "$TELNET_SERVER" = "yes" -a -f /etc/issue; then
if test "$OE_START_TELNETSERVER" = "yes" -a -f /etc/issue; then
progress "Starting telnet daemon"
telnetd -f /etc/issue >/dev/null 2>&1 &
fi

View File

@ -1,3 +1,5 @@
ISSUE="Welcome to OpenELEC - the powerfull Mediacenter4you"
# Mediacenter to use (moovida / mythtv)
MEDIACENTER=moovida