diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-06-09 18:37:12 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-18 07:10:19 +0200 |
commit | 6745af9a0de28171b45c0e8584e393bd80f0a377 (patch) | |
tree | 861713410a6f3a74c0c991eeecbf5e296c1daf26 /target/linux | |
parent | 10ce015c652b1e48c1c113604e26481626fa6059 (diff) | |
download | upstream-6745af9a0de28171b45c0e8584e393bd80f0a377.tar.gz upstream-6745af9a0de28171b45c0e8584e393bd80f0a377.tar.bz2 upstream-6745af9a0de28171b45c0e8584e393bd80f0a377.zip |
mediatek: mt7622: Do not deactivate CONFIG_BLK_DEV
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>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mediatek/mt7622/config-4.14 | 1 |
1 files changed, 0 insertions, 1 deletions
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 |