mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 20:25:19 +02:00
ar71xx: only build all loader images if the image builder is enabled - saves some time on make target/install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32090 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d19ba29311
commit
7ea20fba6a
@ -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)
|
||||
$(call Image/Build/Profile/Default,loader)
|
||||
$(if $(CONFIG_IB),$(call Image/Build/Profile/Default,loader))
|
||||
endef
|
||||
|
||||
define Image/Build
|
||||
|
Loading…
Reference in New Issue
Block a user