Skip to content
Snippets Groups Projects
Commit 9015c01c authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Allow telnet login in config mode again

parent 6c952a51
Branches
Tags
No related merge requests found
......@@ -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
......
#!/bin/sh
exec /bin/ash --login
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment