Skip to content
Snippets Groups Projects
Commit 24dfe525 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

brcm47xx: fix padding of trx images, padjffs2 does not work properly on empty files by default

SVN-Revision: 28125
parent cd2c6850
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ define Image/Prepare ...@@ -20,7 +20,7 @@ define Image/Prepare
clean install clean install
echo -ne "\\x00" >> $(KDIR)/loader.gz echo -ne "\\x00" >> $(KDIR)/loader.gz
rm -f $(KDIR)/fs_mark 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) $(call prepare_generic_squashfs,$(KDIR)/fs_mark)
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment