summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--rules/host-mtd.make4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c809964fc..e4aa268bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,9 @@
* util-linux: fix install of mount, add option for umount
patch by Steven Scholz
-
+
+ * host-mtd: fixed build of jffs2dump util; patch by Gary Thomas
+
2005-08-03 Robert Schwebel <r.schwebel@pengutronix.de>
* rootfs: add mechanism for /media mountpoints
diff --git a/rules/host-mtd.make b/rules/host-mtd.make
index 94a3f5719..a5c418e13 100644
--- a/rules/host-mtd.make
+++ b/rules/host-mtd.make
@@ -93,7 +93,7 @@ ifdef PTXCONF_HOSTTOOL_MTD_JFFS_DUMP
cd $(HOSTTOOL_MTD_DIR)/util && make jffs_dump $(HOSTTOOL_MTD_MAKEVARS)
endif
ifdef PTXCONF_HOSTTOOL_MTD_JFFS2_DUMP
- cd $(HOSTTOOL_MTD_DIR)/util && make jffs2_dump $(HOSTTOOL_MTD_MAKEVARS)
+ cd $(HOSTTOOL_MTD_DIR)/util && make jffs2dump $(HOSTTOOL_MTD_MAKEVARS)
endif
touch $@
@@ -117,7 +117,7 @@ ifdef PTXCONF_HOSTTOOL_MTD_JFFS_DUMP
install $(HOSTTOOL_MTD_DIR)/util/jffs_dump $(PTXCONF_PREFIX)/bin
endif
ifdef PTXCONF_HOSTTOOL_MTD_JFFS2_DUMP
- install $(HOSTTOOL_MTD_DIR)/util/jffs2_dump $(PTXCONF_PREFIX)/bin
+ install $(HOSTTOOL_MTD_DIR)/util/jffs2dump $(PTXCONF_PREFIX)/bin
endif
touch $@