aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/image/jffs2/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-02 08:08:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-02 08:08:56 +0000
commitfe9e86d5e466ba206833d45a00bd4b387523082e (patch)
tree176b5a4b0c76b2356e1eceb753b9013d83f17fbb /target/linux/image/jffs2/Makefile
parent316135b9b70c4d4eb560ade826fa31a58aea6fb7 (diff)
downloadupstream-fe9e86d5e466ba206833d45a00bd4b387523082e.tar.gz
upstream-fe9e86d5e466ba206833d45a00bd4b387523082e.tar.bz2
upstream-fe9e86d5e466ba206833d45a00bd4b387523082e.zip
add a fix for mtd build with host gcc 4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1315 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/image/jffs2/Makefile')
-rw-r--r--target/linux/image/jffs2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/image/jffs2/Makefile b/target/linux/image/jffs2/Makefile
index 8734ee2251..d5f03bef4a 100644
--- a/target/linux/image/jffs2/Makefile
+++ b/target/linux/image/jffs2/Makefile
@@ -11,6 +11,7 @@ $(DL_DIR)/$(MTD_SOURCE):
$(MTD_DIR)/.unpacked: $(DL_DIR)/$(MTD_SOURCE)
zcat $(DL_DIR)/$(MTD_SOURCE) | tar -C $(BUILD_DIR) -xvf -
+ $(PATCH) $(MTD_DIR) ./patches
touch $(MTD_DIR)/.unpacked
$(MTD_DIR)/util/mkfs.jffs2: $(MTD_DIR)/.unpacked