Commit e447b4c7 authored by Anton Midyukov's avatar Anton Midyukov

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.
parent 63d8e6e3
......@@ -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
......
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