mirror of https://github.com/hak5/openwrt.git
ar71xx: fix build error when initramfs is disabled
Signed-off-by: Felix Fietkau <nbd@nbd.name>lede-17.01
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