mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 16:35:44 +00:00
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
@ -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…
x
Reference in New Issue
Block a user