From: Waldemar Brodkorb Date: Sat, 24 Dec 2005 15:17:21 +0000 (+0000) Subject: fix bug #155, thx for this detailed bug report X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=df4ab213e9e72648b301d40304b2c5ac9c2b02e9 fix bug #155, thx for this detailed bug report SVN-Revision: 2759 --- 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 $@