projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a614e3c
)
fix reserved area in firmware for 'dirty flag'
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 22 Oct 2005 18:52:10 +0000
(18:52 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 22 Oct 2005 18:52:10 +0000
(18:52 +0000)
SVN-Revision: 2249
openwrt/target/linux/image/brcm/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/image/brcm/Makefile
b/openwrt/target/linux/image/brcm/Makefile
index 0740f6eb30945d97636875b2dee6bcd3fd5ad5b1..adebb5e8bdcff28c7f755f268b940dcd1ba346d9 100644
(file)
--- a/
openwrt/target/linux/image/brcm/Makefile
+++ b/
openwrt/target/linux/image/brcm/Makefile
@@
-28,7
+28,7
@@
endif
$(KDIR)/loader.tmp.gz:
cp $(BUILD_DIR)/loader.gz $@
- echo -e "\\x00" >> $@
+ echo -
n
e "\\x00" >> $@
$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx: $(KDIR)/loader.tmp.gz
$(STAGING_DIR)/bin/trx -o $@ $(KDIR)/loader.tmp.gz $(KDIR)/vmlinux.lzma $(TRXALIGN) $(KDIR)/root.$(FS)