automatically mount sd-card as it's possible (might be done via hotplug later)
[openwrt-github/.git] / target / linux / s3c24xx / base-files / etc / config / fstab
1 config mount
2         option target   /card
3         option device   /dev/mmcblk0p1
4         option fstype   auto
5         option options  rw,sync
6         option enabled  1