move all nanonote openwrt package file to this repo
16
nanonote/gmenu2x.conf
Normal 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
gmenu2x.sh → nanonote/gmenu2x.sh
Normal file → Executable file
@ -2,5 +2,8 @@
|
||||
|
||||
source /etc/profile
|
||||
|
||||
setfont2 /usr/share/setfont2/un-fuzzy-6x10-font.pnm
|
||||
clear
|
||||
|
||||
cd /usr/share/gmenu2x
|
||||
./gmenu2x
|
12
nanonote/scripts/services.sh
Executable 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
nanonote/scripts/usboff.sh
Executable 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
nanonote/scripts/usbon.sh
Executable 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
nanonote/sections/applications/abook
Normal file
@ -0,0 +1,3 @@
|
||||
title=abook
|
||||
icon=skin:icons/abook.png
|
||||
exec=/usr/bin/abook
|
3
nanonote/sections/applications/aewan
Normal file
@ -0,0 +1,3 @@
|
||||
title=aewan
|
||||
icon=skin:icons/aewan.png
|
||||
exec=/usr/bin/aewan
|
4
nanonote/sections/applications/alsamixer
Normal file
@ -0,0 +1,4 @@
|
||||
title=alsamixer
|
||||
icon=skin:icons/alsamixer.png
|
||||
exec=/usr/bin/alsamixer
|
||||
params=-Vall
|
4
nanonote/sections/applications/bc
Normal file
@ -0,0 +1,4 @@
|
||||
title=bc
|
||||
icon=skin:icons/calc.png
|
||||
params=-l
|
||||
exec=/usr/bin/bc
|
3
nanonote/sections/applications/calcurse
Normal file
@ -0,0 +1,3 @@
|
||||
title=calcurse
|
||||
icon=skin:icons/calcurse.png
|
||||
exec=/usr/bin/calcurse
|
3
nanonote/sections/applications/centerim
Normal file
@ -0,0 +1,3 @@
|
||||
title=centerim
|
||||
icon=skin:icons/irc.png
|
||||
exec=/usr/bin/centerim
|
3
nanonote/sections/applications/ctronome
Normal file
@ -0,0 +1,3 @@
|
||||
title=ctronome
|
||||
icon=skin:icons/ctronome.png
|
||||
exec=/usr/bin/ctronome
|
4
nanonote/sections/applications/dgclock
Normal file
@ -0,0 +1,4 @@
|
||||
title=DGClock
|
||||
icon=skin:icons/dgclock.png
|
||||
exec=/usr/bin/dgclock
|
||||
wrapper=true
|
3
nanonote/sections/applications/elinks
Normal file
@ -0,0 +1,3 @@
|
||||
title=elinks
|
||||
icon=skin:icons/browser.png
|
||||
exec=/usr/bin/elinks
|
3
nanonote/sections/applications/emacs
Normal file
@ -0,0 +1,3 @@
|
||||
title=emacs
|
||||
icon=skin:icons/emacs.png
|
||||
exec=/usr/bin/emacs
|
3
nanonote/sections/applications/gmu
Normal file
@ -0,0 +1,3 @@
|
||||
title=GMU
|
||||
icon=skin:icons/gmu.png
|
||||
exec=/usr/bin/gmu
|
3
nanonote/sections/applications/guile
Normal file
@ -0,0 +1,3 @@
|
||||
title=guile
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/bin/guile
|
3
nanonote/sections/applications/htop
Normal file
@ -0,0 +1,3 @@
|
||||
title=htop
|
||||
icon=skin:icons/htop.png
|
||||
exec=/usr/bin/htop
|
3
nanonote/sections/applications/ikog
Normal file
@ -0,0 +1,3 @@
|
||||
title=ikog.py
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/bin/ikog.py
|
3
nanonote/sections/applications/joe
Normal file
@ -0,0 +1,3 @@
|
||||
title=joe
|
||||
icon=skin:icons/editor.png
|
||||
exec=/usr/bin/joe
|
4
nanonote/sections/applications/lynx
Normal file
@ -0,0 +1,4 @@
|
||||
title=lynx
|
||||
icon=skin:icons/lynx.png
|
||||
exec=/bin/sh
|
||||
params=--login -c /usr/bin/lynx
|
3
nanonote/sections/applications/mathomatic
Normal file
@ -0,0 +1,3 @@
|
||||
title=mathomatic
|
||||
icon=skin:icons/mathomatic.png
|
||||
exec=/usr/bin/mathomatic
|
3
nanonote/sections/applications/mc
Normal file
@ -0,0 +1,3 @@
|
||||
title=mc
|
||||
icon=skin:icons/mc.png
|
||||
exec=/usr/bin/mc
|
3
nanonote/sections/applications/mcabber
Normal file
@ -0,0 +1,3 @@
|
||||
title=mcabber
|
||||
icon=skin:icons/mcabber.png
|
||||
exec=/usr/bin/mcabber
|
3
nanonote/sections/applications/mediatomb
Normal file
@ -0,0 +1,3 @@
|
||||
$title=mediatomb
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/bin/mediatomb
|
3
nanonote/sections/applications/minicom
Normal file
@ -0,0 +1,3 @@
|
||||
title=minicom
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/bin/minicom
|
3
nanonote/sections/applications/mutt
Normal file
@ -0,0 +1,3 @@
|
||||
title=mutt
|
||||
icon=skin:icons/mutt.png
|
||||
exec=/usr/bin/mutt
|
4
nanonote/sections/applications/nanomap
Normal file
@ -0,0 +1,4 @@
|
||||
title=NanoMap
|
||||
icon=skin:icons/nanomap.png
|
||||
exec=/usr/bin/NanoMap
|
||||
params=-qws
|
3
nanonote/sections/applications/netsurf
Normal 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
nanonote/sections/applications/nightsky
Normal file
@ -0,0 +1,3 @@
|
||||
title=nightsky
|
||||
icon=skin:icons/nightsky.png
|
||||
exec=/usr/bin/nightsky
|
3
nanonote/sections/applications/powertop
Normal file
@ -0,0 +1,3 @@
|
||||
title=powertop
|
||||
icon=skin:icons/powertop.png
|
||||
exec=/usr/bin/powertop
|
3
nanonote/sections/applications/qc
Normal file
@ -0,0 +1,3 @@
|
||||
title=qc
|
||||
icon=skin:icons/calc.png
|
||||
exec=/usr/bin/qc
|
3
nanonote/sections/applications/sc
Normal file
@ -0,0 +1,3 @@
|
||||
title=sc
|
||||
icon=skin:icons/sc.png
|
||||
exec=/usr/bin/sc
|
4
nanonote/sections/applications/sdcv
Normal file
@ -0,0 +1,4 @@
|
||||
title=sdcv
|
||||
icon=skin:icons/stardict.png
|
||||
exec=/usr/bin/sdcv
|
||||
params=--utf8-output
|
3
nanonote/sections/applications/snownews
Normal file
@ -0,0 +1,3 @@
|
||||
title=snownews
|
||||
icon=skin:icons/leaf_red.png
|
||||
exec=/usr/bin/snownews
|
3
nanonote/sections/applications/stardict
Normal file
@ -0,0 +1,3 @@
|
||||
title=StarDict
|
||||
icon=skin:icons/stardict.png
|
||||
exec=/usr/bin/stardict
|
3
nanonote/sections/applications/tunec
Normal file
@ -0,0 +1,3 @@
|
||||
title=tunec
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/bin/tunec
|
3
nanonote/sections/applications/vim
Normal file
@ -0,0 +1,3 @@
|
||||
title=vim
|
||||
icon=skin:icons/vim.png
|
||||
exec=/usr/bin/vim
|
4
nanonote/sections/applications/w3m
Normal 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
nanonote/sections/games/backgammon
Normal file
@ -0,0 +1,3 @@
|
||||
title=backgammon
|
||||
icon=skin:icons/backgammon.png
|
||||
exec=/usr/bin/backgammon
|
3
nanonote/sections/games/gnuchess
Normal file
@ -0,0 +1,3 @@
|
||||
title=gnuchess
|
||||
icon=skin:icons/chess.png
|
||||
exec=/usr/bin/gnuchess
|
4
nanonote/sections/games/gottet
Normal file
@ -0,0 +1,4 @@
|
||||
title=gottet
|
||||
icon=skin:icons/gottet.png
|
||||
exec=/usr/bin/gottet
|
||||
params=-qws
|
4
nanonote/sections/games/qball
Normal file
@ -0,0 +1,4 @@
|
||||
title=qball
|
||||
icon=skin:icons/qball.png
|
||||
exec=/usr/bin/qball
|
||||
params=-qws
|
3
nanonote/sections/games/tetris
Normal file
@ -0,0 +1,3 @@
|
||||
title=tetris
|
||||
icon=skin:icons/tetris.png
|
||||
exec=/usr/bin/tetris
|
4
nanonote/sections/games/tile
Normal file
@ -0,0 +1,4 @@
|
||||
title=Tile
|
||||
icon=skin:icons/tile.png
|
||||
exec=/usr/bin/Tile
|
||||
params=-qws
|
3
nanonote/sections/games/worm
Normal file
@ -0,0 +1,3 @@
|
||||
title=worm
|
||||
icon=skin:icons/worm.png
|
||||
exec=/usr/bin/worm
|
4
nanonote/sections/terminals/ash
Normal file
@ -0,0 +1,4 @@
|
||||
title=ash(Default)
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/bin/ash
|
||||
params=--login
|
4
nanonote/sections/terminals/bash
Normal file
@ -0,0 +1,4 @@
|
||||
title=bash
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/bin/bash
|
||||
params=--login
|
3
nanonote/sections/terminals/byobu
Normal file
@ -0,0 +1,3 @@
|
||||
title=byobu
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/bin/byobu
|
4
nanonote/sections/terminals/fbterm
Normal file
@ -0,0 +1,4 @@
|
||||
title=fbterm
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/bin/fbterm
|
||||
params=-- /bin/ash --login
|
3
nanonote/sections/terminals/jfbterm
Normal file
@ -0,0 +1,3 @@
|
||||
title=jfbterm
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/bin/jfbterm
|
3
nanonote/sections/terminals/nanoterm
Normal file
@ -0,0 +1,3 @@
|
||||
title=nanoterm
|
||||
icon=skin:icons/utilities-terminal.png
|
||||
exec=/usr/bin/nanoterm
|
BIN
nanonote/skins/2010-12-14/icons/dgclock.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
nanonote/skins/2010-12-14/icons/duck.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
nanonote/skins/2010-12-14/icons/gmu.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
nanonote/skins/2010-12-14/icons/leaf_red.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
nanonote/skins/2010-12-14/icons/nanomap.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
nanonote/skins/2010-12-14/icons/nightsky.png
Normal file
After Width: | Height: | Size: 537 B |
BIN
nanonote/skins/2010-12-14/icons/stardict.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
nanonote/skins/2010-12-14/icons/utilities-terminal.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
nanonote/skins/2010-12-14/icons/vido.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
1
nanonote/skins/2010-12-14/sections/terminals.png
Symbolic link
@ -0,0 +1 @@
|
||||
../icons/utilities-terminal.png
|
BIN
nanonote/skins/Default/icons/abook.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
nanonote/skins/Default/icons/about.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
nanonote/skins/Default/icons/aewan.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
nanonote/skins/Default/icons/alsamixer.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
nanonote/skins/Default/icons/backgammon.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
nanonote/skins/Default/icons/bc.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
nanonote/skins/Default/icons/browser.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
nanonote/skins/Default/icons/calc.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
nanonote/skins/Default/icons/calcurse.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
nanonote/skins/Default/icons/chess.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
nanonote/skins/Default/icons/configure.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
nanonote/skins/Default/icons/ctronome.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
nanonote/skins/Default/icons/date.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
nanonote/skins/Default/icons/dgclock.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
nanonote/skins/Default/icons/ebook.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
nanonote/skins/Default/icons/editor.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
nanonote/skins/Default/icons/emacs.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
nanonote/skins/Default/icons/empathy.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
nanonote/skins/Default/icons/exit.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
nanonote/skins/Default/icons/explorer.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
nanonote/skins/Default/icons/generic.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
nanonote/skins/Default/icons/gmu.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
nanonote/skins/Default/icons/gottet.png
Executable file
After Width: | Height: | Size: 1.3 KiB |
BIN
nanonote/skins/Default/icons/htop.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
nanonote/skins/Default/icons/imgv.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
nanonote/skins/Default/icons/irc.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
nanonote/skins/Default/icons/lynx.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
nanonote/skins/Default/icons/mathomatic.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
nanonote/skins/Default/icons/mc.png
Normal file
After Width: | Height: | Size: 1010 B |
BIN
nanonote/skins/Default/icons/mcabber.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
nanonote/skins/Default/icons/mplayer.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
nanonote/skins/Default/icons/music.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
nanonote/skins/Default/icons/mutt.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
nanonote/skins/Default/icons/nanomap.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
nanonote/skins/Default/icons/nightsky.png
Normal file
After Width: | Height: | Size: 537 B |
BIN
nanonote/skins/Default/icons/photo.png
Normal file
After Width: | Height: | Size: 2.5 KiB |