ar71xx: fix build error when initramfs is disabled
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
6f86d2e2ab
commit
70cf8c3048
@ -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…
Reference in New Issue
Block a user