Skip to content

Commit 41780a6

Browse files
authored
sys-kernel/bootengine: Install mmc_block module in initrd
* sys-kernel/coreos-modules: Enable mmc_block as a module * overlay sys-kernel/bootengine: Install mmc_block module in initrd Signed-off-by: Pysen X <pysen@svartavillan.se>
1 parent 71c9907 commit 41780a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
1010
if [[ "${PV}" == 9999 ]]; then
1111
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
1212
else
13-
CROS_WORKON_COMMIT="31d24b87717e6ee3b2970af5926a481d6bbff933" # flatcar-master
13+
CROS_WORKON_COMMIT="5295e877b6ebd2fb343e464ffda896534c22d4c3" # flatcar-master
1414
KEYWORDS="amd64 arm arm64 x86"
1515
fi
1616

sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ CONFIG_MLX5_CORE_EN=y
452452
CONFIG_MLX5_CORE_EN_DCB=y
453453
CONFIG_MLX5_INFINIBAND=m
454454
CONFIG_MMC=m
455+
CONFIG_MMC_BLOCK=m
455456
CONFIG_MMC_BLOCK_MINORS=16
456457
# CONFIG_MMC_RICOH_MMC is not set
457458
CONFIG_MMC_SDHCI=m

0 commit comments

Comments
 (0)