From 968f7483be4da200c6812511dfc60e86296fef04 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 2 Jul 2005 08:08:56 +0000 Subject: 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 --- target/linux/image/jffs2/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/image/jffs2/Makefile') diff --git a/target/linux/image/jffs2/Makefile b/target/linux/image/jffs2/Makefile index 8734ee225..d5f03bef4 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 -- cgit v1.2.3