From f81ca8ca901b5dfeafb21882a8a816f8b622504f Mon Sep 17 00:00:00 2001 From: Andrey Cherepanov Date: Thu, 28 Apr 2022 14:01:36 +0300 Subject: [PATCH] education: add secondary kernel un-def --- conf.d/education.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/education.mk b/conf.d/education.mk index 49466092..e24b9dd7 100644 --- a/conf.d/education.mk +++ b/conf.d/education.mk @@ -128,7 +128,7 @@ else @$(call add,MAIN_GROUPS,education/09_video-conferencing) endif # e2k% ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH))) - @$(call set,KFLAVOURS,std-def) + @$(call set,KFLAVOURS,std-def un-def) @$(call add,MAIN_PACKAGES,kernel-headers-std-def) @$(call add,MAIN_PACKAGES,kernel-headers-modules-std-def) @$(call add,MAIN_PACKAGES,kernel-headers-std-def)