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:
parent
e85263a607
commit
e6555e7a49
3180
data/qi_lb60/conf/config
Normal file
3180
data/qi_lb60/conf/config
Normal file
File diff suppressed because it is too large
Load Diff
1
data/qi_lb60/files/etc/VERSION
Normal file
1
data/qi_lb60/files/etc/VERSION
Normal file
@ -0,0 +1 @@
|
||||
2010-06-15
|
1
data/qi_lb60/files/etc/directfbrc
Normal file
1
data/qi_lb60/files/etc/directfbrc
Normal file
@ -0,0 +1 @@
|
||||
no-deinit-check
|
8
data/qi_lb60/files/etc/init.d/start
Executable file
8
data/qi_lb60/files/etc/init.d/start
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
|
||||
START=99
|
||||
boot() {
|
||||
source /etc/profile
|
||||
/usr/bin/gmenu2x
|
||||
}
|
18
data/qi_lb60/files/etc/profile
Normal file
18
data/qi_lb60/files/etc/profile
Normal 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 $*; }
|
@ -0,0 +1,4 @@
|
||||
title=DGClock
|
||||
icon=skin:icons/dgclock.png
|
||||
exec=/usr/bin/dgclock
|
||||
wrapper=true
|
@ -0,0 +1,4 @@
|
||||
title=GMU
|
||||
icon=skin:icons/gmu.png
|
||||
exec=/usr/bin/gmu
|
||||
wrapper=true
|
@ -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 |
BIN
data/qi_lb60/files/usr/share/gmenu2x/skins/Default/icons/gmu.png
Normal file
BIN
data/qi_lb60/files/usr/share/gmenu2x/skins/Default/icons/gmu.png
Normal file
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 |
Loading…
Reference in New Issue
Block a user