[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git] / target / linux / x86 / thincan / base-files / etc / init.d / alsa
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3 START=50
4
5 start() {
6 amixer set PCM 50% unmute
7 amixer set Headphone 100% unmute
8 }
9
This page took 0.0404 seconds and 5 git commands to generate.