image.mk: add a separate step for building kernel images for LegacyDevice support
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
425e2c1d96
commit
8a156ad129
1 changed files with 1 additions and 0 deletions
|
@ -466,6 +466,7 @@ define LegacyDevice/Build
|
|||
$$(call Image/Prepare/Profile,$(1))
|
||||
|
||||
legacy-image-$(1):
|
||||
$$(call Image/BuildKernel/Profile,$(1))
|
||||
$(foreach fs,$(TARGET_FILESYSTEMS),
|
||||
$$(call Image/Build/Profile,$(1),$(fs))
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue