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 <[email protected]> --- target/linux/mediatek/mt7622/config-4.14 | 1 - 1 file changed, 1 deletion(-) 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 -- 2.11.0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/listinfo/openwrt-devel
