[package] libpcap: explicitely disable libnl support to prevent different build resul...
[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/ttyO1
6 }
7
8 boot_hook_add preinit_main ttyS1_noecho
9
This page took 0.039689 seconds and 5 git commands to generate.