>From ed9fb0664bb9000885e9eaca4c8166525814ed53 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Wed, 19 Sep 2018 10:16:46 +0300 Subject: [PATCH] stage1: m-i deps stopgap fix --- features.in/stage2/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features.in/stage2/config.mk b/features.in/stage2/config.mk index 2eb7099..f8756ba 100644 --- a/features.in/stage2/config.mk +++ b/features.in/stage2/config.mk @@ -1,7 +1,8 @@ # "1" is not a typo use/stage2: sub/stage1 @$(call add_feature) - @$(call add,STAGE1_PACKAGES,file make-initrd make-initrd-propagator propagator) + @$(call add,STAGE1_PACKAGES,make-initrd file iproute2 which cifs-utils) + @$(call add,STAGE1_PACKAGES,make-initrd-propagator propagator) @$(call add,STAGE1_MODLISTS,$$(FEATURES)) @$(call xport,STAGE1_KCONFIG) -- 2.10.4