mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 20:19:29 -05:00
image.mk: fix dependencies for legacy make prepare step
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -453,7 +453,7 @@ define LegacyDevice/Check
|
||||
_TARGET := $$(if $$(_PROFILE_SET),legacy-images,install-disabled)
|
||||
$$(if $$(_PROFILE_SET),install: legacy-images-make)
|
||||
ifndef IB
|
||||
$$(if $$(_PROFILE_SET),compile: legacy-images-prepare-make)
|
||||
$$(if $$(_PROFILE_SET),mkfs_prepare: legacy-images-prepare-make)
|
||||
endif
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user