projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
target
/
linux
/
omap35xx
/
gumstix
/
base-files
/
lib
/
preinit
/
95_ttyS1_noecho
diff --git
a/target/linux/omap35xx/gumstix/base-files/lib/preinit/95_ttyS1_noecho
b/target/linux/omap35xx/gumstix/base-files/lib/preinit/95_ttyS1_noecho
index
66b0bf9
..
319f513
100644
(file)
--- a/
target/linux/omap35xx/gumstix/base-files/lib/preinit/95_ttyS1_noecho
+++ b/
target/linux/omap35xx/gumstix/base-files/lib/preinit/95_ttyS1_noecho
@@
-2,7
+2,7
@@
# Copyright (C) 2010 OpenWrt.org
ttyS1_noecho() {
- stty -echo < /dev/tty
S
1
+ stty -echo < /dev/tty
O
1
}
boot_hook_add preinit_main ttyS1_noecho
This page took
0.023602 seconds
and
4
git commands to generate.