regular.mk: Use stage2 features instead STAGE1_MODLISTS
This commit is contained in:
parent
15cbaefdda
commit
af77f3f887
@ -2,12 +2,14 @@
|
||||
ifeq (distro,$(IMAGE_CLASS))
|
||||
|
||||
# common ground (really lowlevel)
|
||||
distro/.regular-bare: distro/.base +net-eth use/kernel/net use/docs/license
|
||||
distro/.regular-bare: distro/.base +net-eth use/kernel/net use/docs/license \
|
||||
use/stage2/fs use/stage2/hid use/stage2/md \
|
||||
use/stage2/mmc use/stage2/net use/stage2/net-nfs \
|
||||
use/stage2/rtc use/stage2/sbc use/stage2/scsi use/stage2/usb
|
||||
@$(call try,SAVE_PROFILE,yes)
|
||||
|
||||
# base target (for most images)
|
||||
distro/.regular-base: distro/.regular-bare use/vmguest use/memtest +efi
|
||||
@$(call add,STAGE1_MODLISTS,stage2-mmc)
|
||||
distro/.regular-base: distro/.regular-bare use/vmguest use/memtest +efi; @:
|
||||
|
||||
# graphical target (not enforcing xorg drivers or blobs)
|
||||
distro/.regular-x11: distro/.regular-base \
|
||||
|
Loading…
x
Reference in New Issue
Block a user