fix bug #155, thx for this detailed bug report

SVN-Revision: 2759
master
Waldemar Brodkorb 19 years ago
parent 3862f176c1
commit c26d81b652
  1. 5
      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 $@

Loading…
Cancel
Save