X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0cca467832e1e56a22be77ddf949c6169fc8d89c..396af9c62b1747896ec3bfbf89df2f3b7c80350b:/target/linux/brcm47xx/image/Makefile?ds=sidebyside diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index bc2ff3a8f..f7cce1699 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