[source] mvebu: Add block device sd to default kernel config

LEDE Commits lede-commits at lists.infradead.org
Fri Jun 2 03:03:18 PDT 2017


lynxis pushed a commit to source.git, branch master:
https://git.lede-project.org/22ac4bd555218d292de576fb574c3b88b63097f8

commit 22ac4bd555218d292de576fb574c3b88b63097f8
Author: Daniel Engberg <daniel.engberg.lists at pyret.net>
AuthorDate: Fri Jun 2 03:00:39 2017 +0200

    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 <daniel.engberg.lists at pyret.net>
---
 target/linux/mvebu/config-4.9 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/mvebu/config-4.9 b/target/linux/mvebu/config-4.9
index 3d7bf94..a84a7b9 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



More information about the lede-commits mailing list