n810: Add fstab for maemo filesystems
authorMichael Büsch <mb@bu3sch.de>
Sun, 3 Oct 2010 12:16:56 +0000 (12:16 +0000)
committerMichael Büsch <mb@bu3sch.de>
Sun, 3 Oct 2010 12:16:56 +0000 (12:16 +0000)
SVN-Revision: 23195

target/linux/omap24xx/base-files/etc/config/fstab [new file with mode: 0644]
target/linux/omap24xx/profiles/100-n810.mk

diff --git a/target/linux/omap24xx/base-files/etc/config/fstab b/target/linux/omap24xx/base-files/etc/config/fstab
new file mode 100644 (file)
index 0000000..5430d56
--- /dev/null
@@ -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
index f424b9723b5b0af841e5bca43330475c384fe3f4..d4db4017cf9e32c3fe6088f46b3643cacc241d8a 100644 (file)
@@ -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 \