projects
/
openwrt
/
staging
/
aparcar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5af9aaf
)
ath79: mikrotik: enable ecc hamming algorithm for kernel 5.15
author
Koen Vandeputte
<
[email protected]
>
Tue, 5 Apr 2022 11:52:25 +0000
(13:52 +0200)
committer
Koen Vandeputte
<
[email protected]
>
Tue, 5 Apr 2022 15:31:04 +0000
(17:31 +0200)
This algorithm has it's own symbol now.
Enable it to fix nand support
Signed-off-by: Koen Vandeputte <
[email protected]
>
target/linux/ath79/mikrotik/config-default
patch
|
blob
|
history
diff --git
a/target/linux/ath79/mikrotik/config-default
b/target/linux/ath79/mikrotik/config-default
index 2ff8a14f1defd2fdb7899d02bdd12249ea682426..67d4ca6edc716a7cb9fa9da66be6e954e3fd9801 100644
(file)
--- 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