1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 20:00:13 +03:00

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
This commit is contained in:
wbx 2005-12-24 15:17:21 +00:00
parent 7e2c5f7b0c
commit 67834b459b

View File

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