mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-10 21:50:14 +02:00
8 lines
138 B
Plaintext
8 lines
138 B
Plaintext
|
#!/bin/sh /etc/rc.common
|
||
|
# Copyright (C) 2006 OpenWrt.org
|
||
|
|
||
|
START=99
|
||
|
boot() {
|
||
|
SDL_NOMOUSE=1 start-stop-daemon -S -b -x /usr/bin/gmenu2x
|
||
|
}
|