stage1: Also add STAGE1_KMODULES

It is very strange that earlier in STAGE1 added kernel modules from
a variable STAGE1_KMODULES_REGEXP only.
This commit makes the drm feature work properly.
This commit is contained in:
Anton Midyukov 2020-11-23 15:01:48 +07:00
parent 63d8e6e377
commit e447b4c7df

View File

@ -28,7 +28,7 @@ STAGE1_KFLAVOUR ?= $(lastword $(KFLAVOURS))
ifneq "$(STAGE1_KFLAVOUR)" ""
GLOBAL_STAGE1_KFLAVOUR := $(STAGE1_KFLAVOUR)
CHROOT_PACKAGES_REGEXP := $(call kpackages, \
$(STAGE1_KFLAVOUR),$(STAGE1_KMODULES_REGEXP))
$(STAGE1_KFLAVOUR),$(STAGE1_KMODULES),$(STAGE1_KMODULES_REGEXP))
ifneq "$(findstring stage2,$(SUBPROFILES))" "" ### assumes stage2 ~ propagator
PROPAGATOR_VERSION = ALT
PROPAGATOR_MAR_MODULES = ./modules