summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2005-08-04 16:39:48 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2005-08-04 16:39:48 +0000
commitb15495694467eb6118d35e6890620e2d1272df5b (patch)
tree1e5ac430aa1cbf33addfd5704552b4413d965279
parente5a916b3e132dc28dae3d993f581b50b6fe543e5 (diff)
downloadptxdist-b15495694467eb6118d35e6890620e2d1272df5b.tar.gz
ptxdist-b15495694467eb6118d35e6890620e2d1272df5b.tar.xz
* host-mtd: fixed build of jffs2dump util; patch by Gary Thomas
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3018 33e552b5-05e3-0310-8538-816dae2090ed
-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 $@