diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-09-15 00:03:22 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-09-15 00:03:22 +0200 |
commit | 21e43093670b22302fc4d7166544290498a991b4 (patch) | |
tree | 4010e5b2880163890a1014becff925a8d5a7d084 /target/linux/mediatek/base-files/etc/config/fstab | |
parent | de1230ab3be91cea8e4a51211b0d1ce24cc85d81 (diff) | |
download | mtk-20170518-21e43093670b22302fc4d7166544290498a991b4.zip mtk-20170518-21e43093670b22302fc4d7166544290498a991b4.tar.gz mtk-20170518-21e43093670b22302fc4d7166544290498a991b4.tar.bz2 |
target/linux/mediatek: add all base-files
Diffstat (limited to 'target/linux/mediatek/base-files/etc/config/fstab')
-rw-r--r-- | target/linux/mediatek/base-files/etc/config/fstab | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/mediatek/base-files/etc/config/fstab b/target/linux/mediatek/base-files/etc/config/fstab new file mode 100644 index 0000000..c984b93 --- /dev/null +++ b/target/linux/mediatek/base-files/etc/config/fstab @@ -0,0 +1,16 @@ +config 'global' + option anon_swap '0' + option anon_mount '1' + option auto_swap '1' + option auto_mount '1' + option delay_root '5' + option check_fs '0' + +config 'mount' + option target '/mnt/sd*' + option enabled '1' + +config 'mount' + option target '/mnt/mmcblk*' + option enabled '1' + |