brcm63xx: drop call to prepare_generic_squashfs

We do not use the result, so no need to call it.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 44555
This commit is contained in:
Jonas Gorski 2015-02-27 17:38:09 +00:00
parent 56fd5df368
commit d4652e817a

View file

@ -162,9 +162,6 @@ define Image/Prepare
$(call Image/PrepareLoader,-initramfs)
$(foreach board,$(sort $(TARGET_$(PROFILE)_DTBS)), $(call Image/PrepareLoaderDTB,-initramfs,$(board)))
endif
rm -f $(KDIR)/fs_mark
touch $(KDIR)/fs_mark
$(call prepare_generic_squashfs,$(KDIR)/fs_mark)
endef
define Image/Build/Initramfs