summaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/mikrotik/config-default
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2022-04-05 13:52:25 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2022-04-05 17:31:04 +0200
commitd1456a4ad9fce88014d5d8ade9d11c16b517e2d1 (patch)
tree08ebc60a9fdcf0bd3e2454e4bf484b998f26055a /target/linux/ath79/mikrotik/config-default
parent5af9aafabbc0c3306e638d89846e1b424259478d (diff)
downloadopenwrt-d1456a4ad9fce88014d5d8ade9d11c16b517e2d1.tar.gz
openwrt-d1456a4ad9fce88014d5d8ade9d11c16b517e2d1.tar.bz2
openwrt-d1456a4ad9fce88014d5d8ade9d11c16b517e2d1.zip
ath79: mikrotik: enable ecc hamming algorithm for kernel 5.15
This algorithm has it's own symbol now. Enable it to fix nand support Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ath79/mikrotik/config-default')
-rw-r--r--target/linux/ath79/mikrotik/config-default1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/mikrotik/config-default b/target/linux/ath79/mikrotik/config-default
index 2ff8a14f1d..67d4ca6edc 100644
--- a/target/linux/ath79/mikrotik/config-default
+++ b/target/linux/ath79/mikrotik/config-default
@@ -15,6 +15,7 @@ CONFIG_MTD_NAND=y
CONFIG_MTD_NAND_AR934X=y
CONFIG_MTD_NAND_CORE=y
CONFIG_MTD_NAND_ECC=y
+CONFIG_MTD_NAND_ECC_SW_HAMMING=y
CONFIG_MTD_NAND_RB4XX=y
CONFIG_MTD_NAND_RB91X=y
CONFIG_MTD_RAW_NAND=y