projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93a00a2
)
fix bug #155, thx for this detailed bug report
author
Waldemar Brodkorb
<
[email protected]
>
Sat, 24 Dec 2005 15:13:36 +0000
(15:13 +0000)
committer
Waldemar Brodkorb
<
[email protected]
>
Sat, 24 Dec 2005 15:13:36 +0000
(15:13 +0000)
SVN-Revision: 2758
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 0408bb5cc4eb1bc29c868be09f99439ab6dc7e5e..1008520da1de41723d708f10eb7013dc322ce3ec 100644
(file)
--- a/
openwrt/target/linux/image/brcm/Makefile
+++ b/
openwrt/target/linux/image/brcm/Makefile
@@
-1,3
+1,5
@@
+# $Id$
+#
include $(TOPDIR)/rules.mk
KDIR:=$(BUILD_DIR)/linux-$(KERNEL)-$(BOARD)
@@
-25,6
+27,10
@@
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 $@