Commit 64529e45 authored by Anton Midyukov's avatar Anton Midyukov

memtest: drop old condition for add memtest_bios (for BRANCH=p9)

parent 2c43e5dd
......@@ -3,12 +3,8 @@ use/memtest: use/syslinux use/grub
@$(call add_feature)
@$(call add,SYSTEM_PACKAGES,memtest86+)
@$(call add,SYSLINUX_CFG,memtest)
ifeq (,$(filter-out sisyphus p10,$(BRANCH)))
@$(call add,GRUB_CFG,memtest)
else
@$(call add,GRUB_CFG,memtest_bios)
endif
else
use/memtest: ; @:
endif
# see also use/efi/memtest86
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment