summaryrefslogtreecommitdiffstats
path: root/target/linux/image
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-24 15:17:21 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-24 15:17:21 +0000
commit67834b459b86042afa1554722776b15cf8b7aa1d (patch)
tree9ae717184da8b0b706f35f8beddaa358baf6b30f /target/linux/image
parent7e2c5f7b0cf1d66f3c6d85b47fb827198193e3ce (diff)
fix bug #155, thx for this detailed bug report
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2759 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/image')
-rw-r--r--target/linux/image/brcm/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/image/brcm/Makefile b/target/linux/image/brcm/Makefile
index 01a3cab32..c9ba78df7 100644
--- a/target/linux/image/brcm/Makefile
+++ b/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 $@