Skip to content
Snippets Groups Projects
Commit d4652e81 authored by Jonas Gorski's avatar Jonas Gorski
Browse files

brcm63xx: drop call to prepare_generic_squashfs


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

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

SVN-Revision: 44555
parent 56fd5df3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment