1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-15 02:31:05 +02:00
Mirko Vogt e6555e7a49 move metadata such as config and unpackaged files into git - directory data/
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
2010-07-24 19:47:41 +00:00

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
}