diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-24 15:17:21 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-24 15:17:21 +0000 |
commit | 1f6783e68550e9f36d98193b4fbdec7799d60116 (patch) | |
tree | 9f046f42dd94bbd2c398f800d30f52bd9870ae69 /openwrt/target/linux/image/brcm/Makefile | |
parent | a6d15cf60b2d83703b15d1d956be5c6c44bd886d (diff) |
fix bug #155, thx for this detailed bug report
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2759 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/image/brcm/Makefile')
-rw-r--r-- | openwrt/target/linux/image/brcm/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openwrt/target/linux/image/brcm/Makefile b/openwrt/target/linux/image/brcm/Makefile index 01a3cab32d..c9ba78df7c 100644 --- 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 $@ |