projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd2c685
)
brcm47xx: fix padding of trx images, padjffs2 does not work properly on empty files...
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 29 Aug 2011 21:23:51 +0000
(21:23 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 29 Aug 2011 21:23:51 +0000
(21:23 +0000)
SVN-Revision: 28125
target/linux/brcm47xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/brcm47xx/image/Makefile
b/target/linux/brcm47xx/image/Makefile
index bc2ff3a8f122634c9aaa6a8be27c5be6669de7f9..f7cce169951f95393327be87b249100728084dea 100644
(file)
--- 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