1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 18:18:26 +02:00

nanonote speedup powerup, thanks Bas

This commit is contained in:
Xiangfu Liu 2011-08-22 14:42:05 +08:00
parent 0df4b6db40
commit 0ffd3d045a

View File

@ -4,6 +4,7 @@ START=01
STOP=01
start() {
/usr/bin/poke 0x10003024 0
/usr/sbin/alsactl restore -f /etc/asound.state
return 0
}