OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 config mount
2 option target /maemo/initfs
3 option device /dev/mtdblock3
4 option fstype jffs2
5 option options rw,noatime
6 option enabled 0
7  
8 config mount
9 option target /maemo/rootfs
10 option device /dev/mtdblock4
11 option fstype jffs2
12 option options rw,noatime
13 option enabled 0