Allow telnet login in config mode again

This commit is contained in:
Matthias Schiffer 2014-01-09 10:06:36 +01:00
parent 38623c2a4e
commit bb3fd05d1a
2 changed files with 5 additions and 1 deletions

View File

@ -32,8 +32,9 @@ start() {
ip addr add $config_mode_addr/$config_mode_plen dev $config_mode_iface
ip link set up dev $config_mode_iface
/usr/sbin/telnetd -l /lib/gluon/config-mode/ash-login
/etc/init.d/haveged start
/etc/init.d/telnet start
/etc/init.d/dropbear start
/etc/init.d/uhttpd start
/etc/init.d/led start

View File

@ -0,0 +1,3 @@
#!/bin/sh
exec /bin/ash --login