1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

move all nanonote openwrt package file to this repo

This commit is contained in:
Xiangfu Liu
2011-01-28 15:25:54 +08:00
parent 91d3fea2ec
commit fbcbd879ba
197 changed files with 2148 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
lang="English"
tvoutEncoding="PAL"
wallpaper="skins/Default/wallpapers/default.png"
skin="Default"
resolutionX=320
section=0
backlight=25
menuClock=100
resolutionY=240
outputLogs=0
maxClock=336
link=0
saveSelection=1
gamma=10
globalVolume=50
videoBpp=32
+3
View File
@@ -2,5 +2,8 @@
source /etc/profile
setfont2 /usr/share/setfont2/un-fuzzy-6x10-font.pnm
clear
cd /usr/share/gmenu2x
./gmenu2x
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
# $1 = ip
# $2 = inet
# $3 = samba
# $4 = web
insmod net2272
insmod g_ether
ifconfig usb0 $1 netmask 255.255.255.0 up
# route add default gw $defaultgw
if [ $2 = "on" ]; then /etc/init.d/inet start; fi
if [ $3 = "on" ]; then smbd; fi
if [ $4 = "on" ]; then thttpd; fi
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
export PATH=$PATH:/sbin
rmmod g_file_storage
rmmod net2272
if [ $1 = "nand" ]; then
mount /mnt/nand || mount -o remount,rw /mnt/nand
elif [ $1 = "root" ]; then
mount -o remount,rw /
else
mount /mnt/sd || mount -o remount,rw /mnt/sd
fi
+15
View File
@@ -0,0 +1,15 @@
#!/bin/bash
# $1 = sd|nand|root
# defaults to sd (compatible with previous versions)
export PATH=$PATH:/sbin
modprobe net2272
if [ $1 = "nand" ]; then
umount /mnt/nand || mount -o remount,loop,ro /mnt/nand
modprobe g_file_storage file=/dev/loop/7
elif [ $1 = "root" ]; then
mount -o remount,loop,ro /
modprobe g_file_storage file=/dev/mtdblock/3
else
umount /mnt/sd || mount -o remount,loop,ro /mnt/sd
modprobe g_file_storage file=/dev/mmcsd/disc0/disc
fi
+3
View File
@@ -0,0 +1,3 @@
title=abook
icon=skin:icons/abook.png
exec=/usr/bin/abook
+3
View File
@@ -0,0 +1,3 @@
title=aewan
icon=skin:icons/aewan.png
exec=/usr/bin/aewan
+4
View File
@@ -0,0 +1,4 @@
title=alsamixer
icon=skin:icons/alsamixer.png
exec=/usr/bin/alsamixer
params=-Vall
+4
View File
@@ -0,0 +1,4 @@
title=bc
icon=skin:icons/calc.png
params=-l
exec=/usr/bin/bc
+3
View File
@@ -0,0 +1,3 @@
title=calcurse
icon=skin:icons/calcurse.png
exec=/usr/bin/calcurse
+3
View File
@@ -0,0 +1,3 @@
title=centerim
icon=skin:icons/irc.png
exec=/usr/bin/centerim
+3
View File
@@ -0,0 +1,3 @@
title=ctronome
icon=skin:icons/ctronome.png
exec=/usr/bin/ctronome
+4
View File
@@ -0,0 +1,4 @@
title=DGClock
icon=skin:icons/dgclock.png
exec=/usr/bin/dgclock
wrapper=true
+3
View File
@@ -0,0 +1,3 @@
title=elinks
icon=skin:icons/browser.png
exec=/usr/bin/elinks
+3
View File
@@ -0,0 +1,3 @@
title=emacs
icon=skin:icons/emacs.png
exec=/usr/bin/emacs
+3
View File
@@ -0,0 +1,3 @@
title=GMU
icon=skin:icons/gmu.png
exec=/usr/bin/gmu
+3
View File
@@ -0,0 +1,3 @@
title=guile
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/guile
+3
View File
@@ -0,0 +1,3 @@
title=htop
icon=skin:icons/htop.png
exec=/usr/bin/htop
+3
View File
@@ -0,0 +1,3 @@
title=ikog.py
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/ikog.py
+3
View File
@@ -0,0 +1,3 @@
title=joe
icon=skin:icons/editor.png
exec=/usr/bin/joe
+4
View File
@@ -0,0 +1,4 @@
title=lynx
icon=skin:icons/lynx.png
exec=/bin/sh
params=--login -c /usr/bin/lynx
@@ -0,0 +1,3 @@
title=mathomatic
icon=skin:icons/mathomatic.png
exec=/usr/bin/mathomatic
+3
View File
@@ -0,0 +1,3 @@
title=mc
icon=skin:icons/mc.png
exec=/usr/bin/mc
+3
View File
@@ -0,0 +1,3 @@
title=mcabber
icon=skin:icons/mcabber.png
exec=/usr/bin/mcabber
+3
View File
@@ -0,0 +1,3 @@
$title=mediatomb
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/mediatomb
+3
View File
@@ -0,0 +1,3 @@
title=minicom
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/minicom
+3
View File
@@ -0,0 +1,3 @@
title=mutt
icon=skin:icons/mutt.png
exec=/usr/bin/mutt
+4
View File
@@ -0,0 +1,4 @@
title=NanoMap
icon=skin:icons/nanomap.png
exec=/usr/bin/NanoMap
params=-qws
+3
View File
@@ -0,0 +1,3 @@
title=netsurf
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/netsurf@BROKEN #don't know how to exit
+3
View File
@@ -0,0 +1,3 @@
title=nightsky
icon=skin:icons/nightsky.png
exec=/usr/bin/nightsky
+3
View File
@@ -0,0 +1,3 @@
title=powertop
icon=skin:icons/powertop.png
exec=/usr/bin/powertop
+3
View File
@@ -0,0 +1,3 @@
title=qc
icon=skin:icons/calc.png
exec=/usr/bin/qc
+3
View File
@@ -0,0 +1,3 @@
title=sc
icon=skin:icons/sc.png
exec=/usr/bin/sc
+4
View File
@@ -0,0 +1,4 @@
title=sdcv
icon=skin:icons/stardict.png
exec=/usr/bin/sdcv
params=--utf8-output
+3
View File
@@ -0,0 +1,3 @@
title=snownews
icon=skin:icons/leaf_red.png
exec=/usr/bin/snownews
+3
View File
@@ -0,0 +1,3 @@
title=StarDict
icon=skin:icons/stardict.png
exec=/usr/bin/stardict
+3
View File
@@ -0,0 +1,3 @@
title=tunec
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/tunec
+3
View File
@@ -0,0 +1,3 @@
title=vim
icon=skin:icons/vim.png
exec=/usr/bin/vim
+4
View File
@@ -0,0 +1,4 @@
title=w3m
icon=skin:icons/w3m.png
exec=/usr/bin/w3m
params=http://en.qi-hardware.com/wiki/Main_Page
+3
View File
@@ -0,0 +1,3 @@
title=backgammon
icon=skin:icons/backgammon.png
exec=/usr/bin/backgammon
+3
View File
@@ -0,0 +1,3 @@
title=gnuchess
icon=skin:icons/chess.png
exec=/usr/bin/gnuchess
+4
View File
@@ -0,0 +1,4 @@
title=gottet
icon=skin:icons/gottet.png
exec=/usr/bin/gottet
params=-qws
+4
View File
@@ -0,0 +1,4 @@
title=qball
icon=skin:icons/qball.png
exec=/usr/bin/qball
params=-qws
+3
View File
@@ -0,0 +1,3 @@
title=tetris
icon=skin:icons/tetris.png
exec=/usr/bin/tetris
+4
View File
@@ -0,0 +1,4 @@
title=Tile
icon=skin:icons/tile.png
exec=/usr/bin/Tile
params=-qws
+3
View File
@@ -0,0 +1,3 @@
title=worm
icon=skin:icons/worm.png
exec=/usr/bin/worm
+4
View File
@@ -0,0 +1,4 @@
title=ash(Default)
icon=skin:icons/utilities-terminal.png
exec=/bin/ash
params=--login
+4
View File
@@ -0,0 +1,4 @@
title=bash
icon=skin:icons/utilities-terminal.png
exec=/bin/bash
params=--login
+3
View File
@@ -0,0 +1,3 @@
title=byobu
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/byobu
+4
View File
@@ -0,0 +1,4 @@
title=fbterm
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/fbterm
params=-- /bin/ash --login
+3
View File
@@ -0,0 +1,3 @@
title=jfbterm
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/jfbterm
+3
View File
@@ -0,0 +1,3 @@
title=nanoterm
icon=skin:icons/utilities-terminal.png
exec=/usr/bin/nanoterm
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

+1
View File
@@ -0,0 +1 @@
../icons/utilities-terminal.png
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1010 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Some files were not shown because too many files have changed in this diff Show More