mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-27 09:03:20 +02:00
9 lines
118 B
Plaintext
9 lines
118 B
Plaintext
|
#!/bin/sh /etc/rc.common
|
||
|
# Copyright (C) 2006 OpenWrt.org
|
||
|
|
||
|
START=99
|
||
|
boot() {
|
||
|
source /etc/profile
|
||
|
/usr/bin/gmenu2x
|
||
|
}
|