ar71xx: fix build error when initramfs is disabled

Signed-off-by: Felix Fietkau <nbd@nbd.name>
master
Felix Fietkau 8 years ago
parent 6f86d2e2ab
commit 70cf8c3048
  1. 2
      target/linux/ar71xx/image/legacy.mk

@ -1156,7 +1156,7 @@ endef
define Image/Build/Profile
$(call Image/Build/Profile/$(1),buildkernel)
$(call Image/Build/Profile/$(1),initramfs)
$(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),$(call Image/Build/Profile/$(1),initramfs))
$(call Image/Build/Profile/$(1),$(2))
endef

Loading…
Cancel
Save