mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:55:01 +02:00
nanonote-files: restore sound configure when boot
This commit is contained in:
parent
ba3ac45158
commit
ad4e848b13
12
nanonote-files/script-files/etc/init.d/ben-nanonote
Executable file
12
nanonote-files/script-files/etc/init.d/ben-nanonote
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=99
|
||||
STOP=99
|
||||
|
||||
start() {
|
||||
/usr/sbin/alsactl restore
|
||||
}
|
||||
|
||||
stop() {
|
||||
/usr/sbin/alsactl store
|
||||
}
|
Loading…
Reference in New Issue
Block a user