summaryrefslogtreecommitdiff
path: root/openwrt/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
commit328d6b8fa26e189a18cbcf6f48ac2c2751e52ae5 (patch)
tree4f867911e89466ec82f56d3457fbdbf788a72915 /openwrt/target/linux/image/jffs2/Makefile
parentf68e180ae8299e6c0889871c555a58318e50eeda (diff)
downloadmtk-20170518-328d6b8fa26e189a18cbcf6f48ac2c2751e52ae5.zip
mtk-20170518-328d6b8fa26e189a18cbcf6f48ac2c2751e52ae5.tar.gz
mtk-20170518-328d6b8fa26e189a18cbcf6f48ac2c2751e52ae5.tar.bz2
add a fix for mtd build with host gcc 4
SVN-Revision: 1315
Diffstat (limited to 'openwrt/target/linux/image/jffs2/Makefile')
-rw-r--r--openwrt/target/linux/image/jffs2/Makefile1
1 files changed, 1 insertions, 0 deletions
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