diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-29 12:14:12 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-29 12:14:12 +0000 |
commit | 96b3a318a0eb1b94aa4c8f0fa47a6ca4dd576ae2 (patch) | |
tree | 34f4d7ad7feaf13fbbebfa64cf8ed2a96fc4cffb | |
parent | a58a826c2283fd35f70c66d068b3eb1e0d592f46 (diff) |
remove unwanted --squash option from poodle.conf
BKrev: 4131c894bILJB_G0X9yLwsDFZerXkA
-rw-r--r-- | conf/poodle.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/poodle.conf b/conf/poodle.conf index 8c072bf78f..6cd63b7d7f 100644 --- a/conf/poodle.conf +++ b/conf/poodle.conf @@ -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}" |