remove unwanted --squash option from poodle.conf
authorPhil Blundell <philb@gnu.org>
Sun, 29 Aug 2004 12:14:12 +0000 (12:14 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 29 Aug 2004 12:14:12 +0000 (12:14 +0000)
BKrev: 4131c894bILJB_G0X9yLwsDFZerXkA

conf/poodle.conf

index 8c072bf..6cd63b7 100644 (file)
@@ -12,7 +12,7 @@ kernel-module-ip-gre  \
 kernel-module-ipip kernel-module-irnet kernel-module-net-fd kernel-module-registers kernel-module-pxa-bi \
 kernel-module-usbdcore kernel-module-usbdmonitor modutils-collateral"
 
-EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad --squash --faketime -n" 
+EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad --faketime -n" 
 
 IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.bin ${EXTRA_IMAGECMD}"