n810: Add fstab for maemo filesystems

SVN-Revision: 23195
master
Michael Büsch 14 years ago
parent 3d44120515
commit 68219be4e7
  1. 13
      target/linux/omap24xx/base-files/etc/config/fstab
  2. 3
      target/linux/omap24xx/profiles/100-n810.mk

@ -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

@ -8,10 +8,11 @@
define Profile/n810-base
NAME:=Nokia n810 (base)
PACKAGES:= \
block-hotplug \
block-mount block-hotplug \
gpsd \
ip iw wireless-tools kmod-p54-spi wpa-supplicant \
dnsmasq dropbear \
pwrtray-backend \
kmod-fs-vfat kmod-fs-msdos \
kmod-input-evdev \
kmod-leds-gpio \

Loading…
Cancel
Save