education.mk: use un-def as kernel flavour

This commit is contained in:
Andrey Cherepanov 2017-08-08 10:42:10 +03:00 committed by Michael Shigorin
parent 53d1c28abc
commit fd5aa16c00

View File

@ -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