X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/7fcbe42f45129a7425435a8653acea88cd053fc8..5211f861aeb667a8fc64f26b2d2d1c59f2300930:/openwrt/target/linux/image/brcm/Makefile diff --git a/openwrt/target/linux/image/brcm/Makefile b/openwrt/target/linux/image/brcm/Makefile index 01a3cab32..c9ba78df7 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 $@