1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-21 23:56:16 +02:00

killall gmenu2x.bin (not gmenu2x) for faster Off button reaction

This commit is contained in:
kyak 2011-08-20 04:01:21 +04:00
parent d4c8f4d128
commit 72b8767e63

View File

@ -10,6 +10,6 @@ start() {
stop() {
/usr/sbin/alsactl store -f /etc/asound.state
killall gmenu2x
killall gmenu2x.bin
return 0
}