mirror of https://github.com/hak5/openwrt.git
ramips: fix legacy initramfs images
Signed-off-by: Felix Fietkau <nbd@nbd.name>
parent
dbc9ee5b72
commit
358cd6d9eb
|
@ -300,6 +300,7 @@ define Image/Build
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Profile
|
define Image/Build/Profile
|
||||||
|
$(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),$(call Image/Build/Profile/$(1),initramfs))
|
||||||
$(call Image/Build/Profile/$(1),$(2))
|
$(call Image/Build/Profile/$(1),$(2))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue