From fd5aa16c00c145a19f4b507894414889db40b6da Mon Sep 17 00:00:00 2001 From: Andrey Cherepanov Date: Tue, 8 Aug 2017 10:42:10 +0300 Subject: [PATCH] education.mk: use un-def as kernel flavour --- conf.d/education.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/education.mk b/conf.d/education.mk index 5031ee23..26f630f8 100644 --- a/conf.d/education.mk +++ b/conf.d/education.mk @@ -34,5 +34,6 @@ distro/education: distro/.installer use/slinux/full \ @$(call add,THE_LISTS,$(call tags,base regular)) @$(call add,SERVICES_ENABLE,bluetoothd sshd syslogd bind crond) @$(call add,STAGE1_MODLISTS,stage2-mmc) + @$(call set,KFLAVOURS,un-def) endif