2
0
forked from Ivasoft/openwrt

n810: Add fstab for maemo filesystems

SVN-Revision: 23195
This commit is contained in:
Michael Büsch
2010-10-03 12:16:56 +00:00
parent 3d44120515
commit 68219be4e7
2 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
config mount
option target /maemo/initfs
option device /dev/mtdblock3
option fstype jffs2
option options rw
option enabled 1
config mount
option target /maemo/rootfs
option device /dev/mtdblock4
option fstype jffs2
option options rw
option enabled 1