You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
234 B
9 lines
234 B
3 years ago
|
ifeq (distro,$(IMAGE_CLASS))
|
||
|
use/mediacheck: use/stage2 sub/stage2@mediacheck \
|
||
|
use/grub/mediacheck.cfg use/syslinux/mediacheck.cfg
|
||
|
@$(call add_feature)
|
||
|
@$(call add,POSTPROCESS_TARGETS,90mediacheck)
|
||
|
else
|
||
|
use/mediacheck: ; @:
|
||
|
endif
|