forked from Ivasoft/openwrt
n810: Add fstab for maemo filesystems
SVN-Revision: 23195
This commit is contained in:
13
target/linux/omap24xx/base-files/etc/config/fstab
Normal file
13
target/linux/omap24xx/base-files/etc/config/fstab
Normal 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
|
||||
Reference in New Issue
Block a user