Commit ed1acda3 authored by Andrey Cherepanov's avatar Andrey Cherepanov Committed by Anton Midyukov

education.mk: add un-def as optional kernel

parent ec395ad7
...@@ -53,7 +53,7 @@ distro/alt-education: distro/.installer mixin/education \ ...@@ -53,7 +53,7 @@ distro/alt-education: distro/.installer mixin/education \
@$(call add,MAIN_GROUPS,education/kde5) @$(call add,MAIN_GROUPS,education/kde5)
@$(call add,MAIN_GROUPS,education/server-apps-edu) @$(call add,MAIN_GROUPS,education/server-apps-edu)
ifeq (,$(filter-out i586 x86_64,$(ARCH))) ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,KFLAVOURS,std-def) @$(call set,KFLAVOURS,un-def std-def)
@$(call add,THE_KMODULES,virtualbox) @$(call add,THE_KMODULES,virtualbox)
@$(call add,THE_KMODULES,nvidia) @$(call add,THE_KMODULES,nvidia)
@$(call add,THE_KMODULES,lsadrv bbswitch) @$(call add,THE_KMODULES,lsadrv bbswitch)
......
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