mirror of https://github.com/hak5/openwrt.git
ar71xx: only build all loader images if the image builder is enabled - saves some time on make target/install
SVN-Revision: 32090lede-17.01
parent
4c25e42fa8
commit
02ab0d3ef9
|
@ -1146,7 +1146,7 @@ endef
|
||||||
define Image/Prepare
|
define Image/Prepare
|
||||||
gzip -9 -c $(KDIR)/vmlinux > $(KDIR)/vmlinux.bin.gz
|
gzip -9 -c $(KDIR)/vmlinux > $(KDIR)/vmlinux.bin.gz
|
||||||
$(call CompressLzma,$(KDIR)/vmlinux,$(KDIR)/vmlinux.bin.lzma)
|
$(call CompressLzma,$(KDIR)/vmlinux,$(KDIR)/vmlinux.bin.lzma)
|
||||||
$(call Image/Build/Profile/Default,loader)
|
$(if $(CONFIG_IB),$(call Image/Build/Profile/Default,loader))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build
|
define Image/Build
|
||||||
|
|
Loading…
Reference in New Issue