1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-18 13:13:55 +02: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:
Felix Fietkau 2016-06-17 20:22:44 +02:00
parent 425e2c1d96
commit 8a156ad129

View File

@ -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))
)