Someone with a serial console please test the following diff:

Index: package/base-files/default/etc/inittab
===================================================================
--- package/base-files/default/etc/inittab      (revision 360)
+++ package/base-files/default/etc/inittab      (working copy)
@@ -1,3 +1,3 @@
 ::sysinit:/etc/init.d/rcS
-tts/0::askfirst:/bin/ash --login
+tts/0::askfirst:-/bin/sh
 #tts/1::askfirst:/bin/ash --login

This is to ensure the box is usable even if ash is not built.
The - in front of /bin/sh should ordinarily act as --login (ash,
bash) and -l (mksh) option; please test it as shown above first.
If that doesn't work, test this one instead:

Index: package/base-files/default/etc/inittab
===================================================================
--- package/base-files/default/etc/inittab      (revision 360)
+++ package/base-files/default/etc/inittab      (working copy)
@@ -1,3 +1,3 @@
 ::sysinit:/etc/init.d/rcS
-tts/0::askfirst:/bin/ash --login
+tts/0::askfirst:/bin/sh
 #tts/1::askfirst:/bin/ash --login


Thanks!
//mirabile
-- 
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence.              -- Coywolf Qi Hunt
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to