diff mbox series

[OpenWrt-Devel,2/2] mediatek: mt7622: Do not deactivate CONFIG_BLK_DEV

Message ID 20180609163712.303-2-hauke@hauke-m.de
State Accepted
Delegated to: John Crispin
Headers show
Series [OpenWrt-Devel,1/2] mediatek: mt7622: Do not set CPU_SUBTYPE for Cortex A53 | expand

Commit Message

Hauke Mehrtens June 9, 2018, 4:37 p.m. UTC
zram.ko needs CONFIG_BLK_DEV activated and it is by default for all
other targets in OpenWrt.

This makes zram.ko compile again.
Compile tested only.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 target/linux/mediatek/mt7622/config-4.14 | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/target/linux/mediatek/mt7622/config-4.14 b/target/linux/mediatek/mt7622/config-4.14
index 5d43b224f4..e76b8c4ab8 100644
--- a/target/linux/mediatek/mt7622/config-4.14
+++ b/target/linux/mediatek/mt7622/config-4.14
@@ -72,7 +72,6 @@  CONFIG_ARM_PSCI_FW=y
 # CONFIG_ARM_SP805_WATCHDOG is not set
 CONFIG_ATA=y
 CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
-# CONFIG_BLK_DEV is not set
 CONFIG_BLK_DEV_SD=y
 CONFIG_BLK_MQ_PCI=y
 CONFIG_BLK_SCSI_REQUEST=y