projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
n810: Add fstab for maemo filesystems
[openwrt.git]
/
target
/
linux
/
omap24xx
/
base-files
/
etc
/
config
/
fstab
1
config mount
2
option target /maemo/initfs
3
option device /dev/mtdblock3
4
option fstype jffs2
5
option options rw
6
option enabled 1
7
8
config mount
9
option target /maemo/rootfs
10
option device /dev/mtdblock4
11
option fstype jffs2
12
option options rw
13
option enabled 1
This page took
0.04814 seconds
and
5
git commands to generate.