diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-10-03 12:16:56 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-10-03 12:16:56 +0000 |
commit | 68219be4e76133e9d3cff8e76d0e66232efbf593 (patch) | |
tree | 64af7dc694c7d589581de47e00b4480efd326593 /target/linux | |
parent | 3d441205155900e8e87043ff48e85e4b65fc45a0 (diff) | |
download | upstream-68219be4e76133e9d3cff8e76d0e66232efbf593.tar.gz upstream-68219be4e76133e9d3cff8e76d0e66232efbf593.tar.bz2 upstream-68219be4e76133e9d3cff8e76d0e66232efbf593.zip |
n810: Add fstab for maemo filesystems
SVN-Revision: 23195
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/omap24xx/base-files/etc/config/fstab | 13 | ||||
-rw-r--r-- | target/linux/omap24xx/profiles/100-n810.mk | 3 |
2 files changed, 15 insertions, 1 deletions
diff --git a/target/linux/omap24xx/base-files/etc/config/fstab b/target/linux/omap24xx/base-files/etc/config/fstab new file mode 100644 index 0000000000..5430d56d59 --- /dev/null +++ b/target/linux/omap24xx/base-files/etc/config/fstab @@ -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 diff --git a/target/linux/omap24xx/profiles/100-n810.mk b/target/linux/omap24xx/profiles/100-n810.mk index f424b9723b..d4db4017cf 100644 --- a/target/linux/omap24xx/profiles/100-n810.mk +++ b/target/linux/omap24xx/profiles/100-n810.mk @@ -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 \ |