projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[kirkwood] enable mach support for OpenRD Base and OpenRD Client (#8417), spare the...
[openwrt.git]
/
target
/
linux
/
omap35xx
/
gumstix
/
base-files
/
lib
/
preinit
/
95_ttyS1_noecho
1
#!/bin/sh
2
# Copyright (C) 2010 OpenWrt.org
3
4
ttyS1_noecho
() {
5
stty
-echo
< /
dev
/
ttyS1
6
}
7
8
boot_hook_add preinit_main ttyS1_noecho
9
This page took
0.044826 seconds
and
5
git commands to generate.