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:
parent
56fd5df368
commit
d4652e817a
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue