There is a typo in /etc/inittab for the second serial port. This patch fixes that typo and allow logins from the second port.
Signed-off-by: Mark Kelly Index: package/base-files/files/etc/inittab =================================================================== --- package/base-files/files/etc/inittab (revision 18289) +++ package/base-files/files/etc/inittab (working copy) @@ -2,4 +2,4 @@ ::shutdown:/etc/init.d/rcS K stop tts/0::askfirst:/bin/ash --login ttyS0::askfirst:/bin/ash --login -tty1::askfirst:/bin/ash --login +ttyS1::askfirst:/bin/ash --login
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel