mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 17:13:00 +02:00
e6555e7a49
in order to tell OpenWrt to use them, they can be symlinked, like: ln -s data/qi_lb60/files files ln -s data/qi_lb60/conf/config .config
9 lines
118 B
Bash
Executable File
9 lines
118 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
START=99
|
|
boot() {
|
|
source /etc/profile
|
|
/usr/bin/gmenu2x
|
|
}
|