1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 09:47:43 +02:00

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
This commit is contained in:
Mirko Vogt 2010-07-24 19:47:41 +00:00
parent e85263a607
commit e6555e7a49
13 changed files with 3220 additions and 0 deletions

3180
data/qi_lb60/conf/config Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
2010-06-15

View File

@ -0,0 +1 @@
no-deinit-check

View File

@ -0,0 +1,8 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=99
boot() {
source /etc/profile
/usr/bin/gmenu2x
}

View File

@ -0,0 +1,18 @@
#!/bin/sh
[ -f /etc/banner ] && cat /etc/banner
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
export HOME=$(grep -e "^${USER:-root}:" /etc/passwd | cut -d ":" -f 6)
export HOME=${HOME:-/root}
export PS1='\u@\h:\w\$ '
export SDL_NOMOUSE=1
export SDL_VIDEODRIVER=fbcon
[ -x /bin/more ] || alias more=less
[ -x /usr/bin/vim ] && alias vi=vim || alias vim=vi
[ -z "$KSH_VERSION" -o \! -s /etc/mkshrc ] || . /etc/mkshrc
[ -x /sbin/arp ] || arp() { cat /proc/net/arp; }
[ -z /bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }

View File

@ -0,0 +1,4 @@
title=DGClock
icon=skin:icons/dgclock.png
exec=/usr/bin/dgclock
wrapper=true

View File

@ -0,0 +1,4 @@
title=GMU
icon=skin:icons/gmu.png
exec=/usr/bin/gmu
wrapper=true

View File

@ -0,0 +1,4 @@
title=StarDict
icon=skin:icons/stardict.png
exec=/usr/bin/stardict
wrapper=true

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 752 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB