projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed32201
)
sunxi: Enable SD block devices
author
Daniel Engberg
<daniel.engberg.lists@pyret.net>
Fri, 22 Jun 2018 18:55:15 +0000
(20:55 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Tue, 18 Dec 2018 16:32:19 +0000
(17:32 +0100)
USB storage support is however SCSI Disk block device support isn't
meaning that connected devices wont enumerate.
Enable CONFIG_BLK_DEV_SD by default to fix it.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
(backported from
3accbc6aacae62c83ddf010f9b095fb7a3d69f05
)
target/linux/sunxi/config-4.14
patch
|
blob
|
history
diff --git
a/target/linux/sunxi/config-4.14
b/target/linux/sunxi/config-4.14
index 708917ec50f38f1ec2902663d6a8e5b05d2f7bb2..639dfc1a69dd9d8fd3a17f3efdf80cbf4898883c 100644
(file)
--- a/
target/linux/sunxi/config-4.14
+++ b/
target/linux/sunxi/config-4.14
@@
-67,6
+67,7
@@
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_BACKLIGHT_PWM=y
CONFIG_BINFMT_MISC=y
CONFIG_BLK_DEV_LOOP=y
+CONFIG_BLK_DEV_SD=y
CONFIG_BLK_SCSI_REQUEST=y
CONFIG_BOUNCE=y
# CONFIG_BPF_SYSCALL is not set