From 328d6b8fa26e189a18cbcf6f48ac2c2751e52ae5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 2 Jul 2005 08:08:56 +0000 Subject: add a fix for mtd build with host gcc 4 SVN-Revision: 1315 --- openwrt/target/linux/image/jffs2/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'openwrt/target/linux/image/jffs2/Makefile') diff --git a/openwrt/target/linux/image/jffs2/Makefile b/openwrt/target/linux/image/jffs2/Makefile index 8734ee2..d5f03be 100644 --- a/openwrt/target/linux/image/jffs2/Makefile +++ b/openwrt/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.1