mvebu: fix build failures when initramfs is not selected

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 39301
master
Luka Perkov 11 years ago
parent a844275f37
commit a467c52eca
  1. 2
      target/linux/mvebu/image/Makefile

@ -30,7 +30,9 @@ endef
define Image/BuildKernel
$(foreach dtb,$(TARGET_DTBS),$(call Image/Build/DTB,$(dtb)))
ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)
$(call Image/Build/Initramfs)
endif
endef
define Image/Build/squashfs

Loading…
Cancel
Save