1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 03:01:18 +02:00

fix bug #155, thx for this detailed bug report

SVN-Revision: 2759
This commit is contained in:
Waldemar Brodkorb 2005-12-24 15:17:21 +00:00
parent 3862f176c1
commit c26d81b652

@ -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 $@