aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/h5000.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/h5000.conf')
-rw-r--r--conf/machine/h5000.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/h5000.conf b/conf/machine/h5000.conf
index 2197520..a01393b 100644
--- a/conf/machine/h5000.conf
+++ b/conf/machine/h5000.conf
@@ -13,7 +13,10 @@ MACHINE_FEATURES = "touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget us
# Software/packages selection
#
PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
-EXTRA_IMAGECMD_jffs2 = "-e 0x40000 -p ; echo '${IMAGE_NAME} ${IMAGE_NAME}.rootfs.jffs2 - root' >> ${DEPLOY_DIR_IMAGE}/reflash.ctl"
+
+JFFS2_ERASEBLOCK = "0x40000"
+EXTRA_IMAGECMD_jffs2_append = " ; echo '${IMAGE_NAME} ${IMAGE_NAME}.rootfs.jffs2 - root' >> ${DEPLOY_DIR_IMAGE}/reflash.ctl"
+
# Ship complete set of modules ('kernel-modules') for easier debug purposes
MACHINE_EXTRA_RDEPENDS = "kernel ipaq-boot-params"