projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[scripts] ext-toolchain.sh:
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
image
/
Makefile
diff --git
a/target/linux/brcm47xx/image/Makefile
b/target/linux/brcm47xx/image/Makefile
index
bc2ff3a
..
f7cce16
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
This page took
0.027508 seconds
and
4
git commands to generate.