aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-omap-2.6.29/omap3-touchbook
diff options
context:
space:
mode:
authorKoen Kooi <k-kooi@ti.com>2009-09-16 13:50:29 +0200
committerKoen Kooi <koen@openembedded.org>2009-09-16 13:59:59 +0200
commit14a286d359b63e7267463f72abcb951919146634 (patch)
treebb9a344bfc748aae239fa3cc3426bed92ee1d216 /recipes/linux/linux-omap-2.6.29/omap3-touchbook
parent143a138985a14f8f3364a10ca391dc701edb3ca6 (diff)
downloadopenembedded-14a286d359b63e7267463f72abcb951919146634.tar.gz
linux-omap 2.6.29: only use touchbook aufs stuff when passsing "special" as root device name
Diffstat (limited to 'recipes/linux/linux-omap-2.6.29/omap3-touchbook')
-rw-r--r--recipes/linux/linux-omap-2.6.29/omap3-touchbook/aufs-squashfs-mount-to-avoid-initramfs.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-omap-2.6.29/omap3-touchbook/aufs-squashfs-mount-to-avoid-initramfs.patch b/recipes/linux/linux-omap-2.6.29/omap3-touchbook/aufs-squashfs-mount-to-avoid-initramfs.patch
index 1d409e2532..9a9b982fef 100644
--- a/recipes/linux/linux-omap-2.6.29/omap3-touchbook/aufs-squashfs-mount-to-avoid-initramfs.patch
+++ b/recipes/linux/linux-omap-2.6.29/omap3-touchbook/aufs-squashfs-mount-to-avoid-initramfs.patch
@@ -7,7 +7,7 @@
+ int do_special = 0;
+ if (strcmp(root_device_name, "special") == 0)
+ do_special = 1;
-+ do_special = 1;
++ //do_special = 1;
+
+ if (do_special) {
+ dev_t ROOT_DEV_RO;