projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42256cd
)
fix bug #155, thx for this detailed bug report
author
Waldemar Brodkorb
<wbx@openwrt.org>
Sat, 24 Dec 2005 15:17:21 +0000
(15:17 +0000)
committer
Waldemar Brodkorb
<wbx@openwrt.org>
Sat, 24 Dec 2005 15:17:21 +0000
(15:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2759
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
01a3cab
..
c9ba78d
100644
(file)
--- a/
openwrt/target/linux/image/brcm/Makefile
+++ b/
openwrt/target/linux/image/brcm/Makefile
@@
-25,6
+25,11
@@
endif
ifeq ($(FS),jffs2-4MB)
TRXALIGN:=-a 0x10000
endif
+# see ticket #155
+ifeq ($(FS),squashfs)
+TRXALIGN:=-a 1024
+endif
+
$(KDIR)/loader.tmp.gz:
cp $(BUILD_DIR)/loader.gz $@