Commit da1f96b7 authored by Anton Midyukov's avatar Anton Midyukov

education.mk: do not set KFLAVOURS for sisyphus

kernel-image-un-def will be removed from Sisyphus soon.
parent d75f4518
......@@ -182,7 +182,9 @@ else
@$(call add,MAIN_GROUPS,education/06_kde5)
endif # e2k%
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
ifneq (,$(filter-out sisyphus,$(BRANCH)))
@$(call set,KFLAVOURS,std-def un-def)
endif
@$(call add,THE_KMODULES,virtualbox)
@$(call add,THE_KMODULES,lsadrv bbswitch)
@$(call add,THE_KMODULES,staging)
......
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