summaryrefslogtreecommitdiff
path: root/target/linux/brcm47xx/image/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-08-29 21:23:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-08-29 21:23:51 +0000
commit24dfe525c201ab61cade8482b906201f96dc6903 (patch)
treea999037db733f8e035ebd13efc43cdd141a14a5f /target/linux/brcm47xx/image/Makefile
parentcd2c68501c2444566a157f2a1bfecff65c49fdcb (diff)
downloadmtk-20170518-24dfe525c201ab61cade8482b906201f96dc6903.zip
mtk-20170518-24dfe525c201ab61cade8482b906201f96dc6903.tar.gz
mtk-20170518-24dfe525c201ab61cade8482b906201f96dc6903.tar.bz2
brcm47xx: fix padding of trx images, padjffs2 does not work properly on empty files by default
SVN-Revision: 28125
Diffstat (limited to 'target/linux/brcm47xx/image/Makefile')
-rw-r--r--target/linux/brcm47xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile
index bc2ff3a..f7cce16 100644
--- a/target/linux/brcm47xx/image/Makefile
+++ b/target/linux/brcm47xx/image/Makefile
@@ -20,7 +20,7 @@ define Image/Prepare
clean install
echo -ne "\\x00" >> $(KDIR)/loader.gz
rm -f $(KDIR)/fs_mark
- touch $(KDIR)/fs_mark
+ echo -ne '\xde\xad\xc0\xde' > $(KDIR)/fs_mark
$(call prepare_generic_squashfs,$(KDIR)/fs_mark)
endef