From 11cc65a1174cb0973871af1231fe6b8f54dd613d Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Thu, 20 Feb 2020 23:45:00 +0700 Subject: [PATCH] stage2: Added ahci_platform.ko into 50-stage2-ata This kernel module needed for bootloading on dbm2 (Baical-M) --- features.in/stage2/stage1/modules.d/50-stage2-ata | 1 + 1 file changed, 1 insertion(+) diff --git a/features.in/stage2/stage1/modules.d/50-stage2-ata b/features.in/stage2/stage1/modules.d/50-stage2-ata index ea96d014..fb9d5670 100644 --- a/features.in/stage2/stage1/modules.d/50-stage2-ata +++ b/features.in/stage2/stage1/modules.d/50-stage2-ata @@ -1,6 +1,7 @@ kernel/drivers/ata kernel/drivers/block ahci.ko +ahci_platform.ko ata_piix.ko libata.ko pata_it8213.ko