Commit 0ef3192c authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: add eMMC support

Should have been done along with commit d887dd1f back then! Reported-by: 's avatarLeonid Krivoshein <klark@altlinux.org>
parent 45e47303
......@@ -6,7 +6,8 @@ distro/.regular-bare: distro/.base +net-eth use/kernel/net use/docs/license
@$(call try,SAVE_PROFILE,yes)
# base target (for most images)
distro/.regular-base: distro/.regular-bare use/vmguest use/memtest +efi; @:
distro/.regular-base: distro/.regular-bare use/vmguest use/memtest +efi
@$(call add,STAGE1_MODLISTS,stage2-mmc)
# graphical target (not enforcing xorg drivers or blobs)
distro/.regular-x11: distro/.regular-base +vmguest +wireless \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment