mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-19 21:46:52 +00:00
image.mk: fix make variable/command context leakage between LegacyDevice templates
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
9a0381f969
commit
3004275c17
@ -481,6 +481,7 @@ define LegacyDevice
|
||||
$(call LegacyDevice/$(1),$(1))
|
||||
$(call LegacyDevice/Check,$(1))
|
||||
$(call LegacyDevice/$(if $(DUMP),Dump,Build),$(1))
|
||||
|
||||
endef
|
||||
|
||||
define BuildImage
|
||||
|
Loading…
Reference in New Issue
Block a user