From 53d1c28abc488729eab0600b1acd56057ad13bff Mon Sep 17 00:00:00 2001 From: Andrey Cherepanov Date: Wed, 2 Aug 2017 15:39:09 +0300 Subject: [PATCH] education.mk: eMMC support --- conf.d/education.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/education.mk b/conf.d/education.mk index f6ac191c..5031ee23 100644 --- a/conf.d/education.mk +++ b/conf.d/education.mk @@ -33,5 +33,6 @@ distro/education: distro/.installer use/slinux/full \ @$(call add,THE_LISTS,education/desktop) @$(call add,THE_LISTS,$(call tags,base regular)) @$(call add,SERVICES_ENABLE,bluetoothd sshd syslogd bind crond) + @$(call add,STAGE1_MODLISTS,stage2-mmc) endif