omap35xx: Add 3.0.3 kernel support for Gumstix
[openwrt.git] / target / linux / omap35xx / gumstix / base-files / lib / preinit / 95_ttyS1_noecho
index 66b0bf9..319f513 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright (C) 2010 OpenWrt.org
 
 ttyS1_noecho() {
-       stty -echo < /dev/ttyS1
+       stty -echo < /dev/ttyO1
 }
 
 boot_hook_add preinit_main ttyS1_noecho