From: Daniel Engberg Date: Fri, 22 Jun 2018 18:55:15 +0000 (+0200) Subject: sunxi: Enable SD block devices X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=3accbc6aacae62c83ddf010f9b095fb7a3d69f05;p=openwrt%2Fstaging%2Fstintel.git sunxi: Enable SD block devices 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 --- diff --git a/target/linux/sunxi/config-4.14 b/target/linux/sunxi/config-4.14 index 197e099ab4..6e318250a7 100644 --- 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