From: Waldemar Brodkorb Date: Sat, 24 Dec 2005 15:13:36 +0000 (+0000) Subject: fix bug #155, thx for this detailed bug report X-Git-Tag: whiterussian_rc5~279 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=fbf1d53102f89ec42859e598a28ecb9299aee806;p=openwrt%2Fsvn-archive%2Fopenwrt.git fix bug #155, thx for this detailed bug report SVN-Revision: 2758 --- diff --git a/openwrt/target/linux/image/brcm/Makefile b/openwrt/target/linux/image/brcm/Makefile index 0408bb5cc4..1008520da1 100644 --- 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 $@