mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-28 01:22:42 +00:00
ar71xx: fix LZMA loader build regression from r32090 (thx, juhosg)
SVN-Revision: 32095
This commit is contained in:
parent
8b46a72583
commit
624505df56
@ -1146,7 +1146,7 @@ endef
|
||||
define Image/Prepare
|
||||
gzip -9 -c $(KDIR)/vmlinux > $(KDIR)/vmlinux.bin.gz
|
||||
$(call CompressLzma,$(KDIR)/vmlinux,$(KDIR)/vmlinux.bin.lzma)
|
||||
$(if $(CONFIG_IB),$(call Image/Build/Profile/Default,loader))
|
||||
$(call Image/Build/Profile/$(if $(CONFIG_IB),Default,$(PROFILE)),loader)
|
||||
endef
|
||||
|
||||
define Image/Build
|
||||
|
Loading…
Reference in New Issue
Block a user