From: Daniel Engberg Date: Fri, 2 Jun 2017 01:00:39 +0000 (+0200) Subject: mvebu: Add block device sd to default kernel config X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=22ac4bd555218d292de576fb574c3b88b63097f8;p=openwrt%2Fstaging%2Fynezz.git mvebu: Add block device sd to default kernel config Add block device sd to kernel config otherwise AHCI/eSATA devices won't get enumerated in /dev Signed-off-by: Daniel Engberg --- diff --git a/target/linux/mvebu/config-4.9 b/target/linux/mvebu/config-4.9 index 3d7bf949c9..a84a7b9baf 100644 --- a/target/linux/mvebu/config-4.9 +++ b/target/linux/mvebu/config-4.9 @@ -57,6 +57,7 @@ CONFIG_ATAGS=y CONFIG_AUTO_ZRELADDR=y # CONFIG_BINFMT_FLAT is not set CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_SD=y CONFIG_BLK_MQ_PCI=y CONFIG_BOUNCE=y # CONFIG_CACHE_FEROCEON_L2 is not set