diff options
| author | Daniel Engberg | 2017-06-02 01:00:39 +0000 |
|---|---|---|
| committer | Alexander Couzens | 2017-06-02 10:02:21 +0000 |
| commit | 22ac4bd555218d292de576fb574c3b88b63097f8 (patch) | |
| tree | 0eaebbe4dee0e668e0e49048c57033faa7575718 | |
| parent | 1893b5622df4c7b8be0f2bc5bb73756ac1ded1eb (diff) | |
| download | openwrt-22ac4bd555218d292de576fb574c3b88b63097f8.tar.gz | |
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@pyret.net>
| -rw-r--r-- | target/linux/mvebu/config-4.9 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |