education.mk: eMMC support

This commit is contained in:
Andrey Cherepanov 2017-08-02 15:39:09 +03:00 committed by Michael Shigorin
parent c01c017241
commit 53d1c28abc

View File

@ -33,5 +33,6 @@ distro/education: distro/.installer use/slinux/full \
@$(call add,THE_LISTS,education/desktop) @$(call add,THE_LISTS,education/desktop)
@$(call add,THE_LISTS,$(call tags,base regular)) @$(call add,THE_LISTS,$(call tags,base regular))
@$(call add,SERVICES_ENABLE,bluetoothd sshd syslogd bind crond) @$(call add,SERVICES_ENABLE,bluetoothd sshd syslogd bind crond)
@$(call add,STAGE1_MODLISTS,stage2-mmc)
endif endif