summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas2025-05-14 07:45:24 +0000
committerÁlvaro Fernández Rojas2025-05-14 09:37:51 +0000
commit61da745817f28673b193d60bb4bc5b76dd215246 (patch)
treecb61aeee81cc06e0ef75c56feaa1604af0484c36
parentd02071c24f505ddba74b52c4ccd590e44ca8977d (diff)
downloadopenwrt-61da745817f28673b193d60bb4bc5b76dd215246.tar.gz
bmips: add missing NAND config symbol
bcm6328, bcm6362 and bcm6368 targets are missing a key config symbol which prevents the NAND from working. Fixes: f6c02b014d9c ("bmips: 6.1: refresh config and add missing symbols") Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
-rw-r--r--target/linux/bmips/bcm6328/config-6.61
-rw-r--r--target/linux/bmips/bcm6362/config-6.61
-rw-r--r--target/linux/bmips/bcm6368/config-6.61
3 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/bmips/bcm6328/config-6.6 b/target/linux/bmips/bcm6328/config-6.6
index d4323cb83c..ac6c5d4ab4 100644
--- a/target/linux/bmips/bcm6328/config-6.6
+++ b/target/linux/bmips/bcm6328/config-6.6
@@ -164,6 +164,7 @@ CONFIG_MTD_CFI_BE_BYTE_SWAP=y
CONFIG_MTD_CFI_STAA=y
CONFIG_MTD_JEDECPROBE=y
CONFIG_MTD_NAND_BRCMNAND=y
+CONFIG_MTD_NAND_BRCMNAND_BCM63XX=y
CONFIG_MTD_NAND_CORE=y
CONFIG_MTD_NAND_ECC=y
CONFIG_MTD_NAND_ECC_SW_HAMMING=y
diff --git a/target/linux/bmips/bcm6362/config-6.6 b/target/linux/bmips/bcm6362/config-6.6
index 5e7ee965cd..06b5e06dd3 100644
--- a/target/linux/bmips/bcm6362/config-6.6
+++ b/target/linux/bmips/bcm6362/config-6.6
@@ -166,6 +166,7 @@ CONFIG_MTD_CFI_BE_BYTE_SWAP=y
CONFIG_MTD_CFI_STAA=y
CONFIG_MTD_JEDECPROBE=y
CONFIG_MTD_NAND_BRCMNAND=y
+CONFIG_MTD_NAND_BRCMNAND_BCM63XX=y
CONFIG_MTD_NAND_CORE=y
CONFIG_MTD_NAND_ECC=y
CONFIG_MTD_NAND_ECC_SW_HAMMING=y
diff --git a/target/linux/bmips/bcm6368/config-6.6 b/target/linux/bmips/bcm6368/config-6.6
index a80bb2457f..c191ba2a79 100644
--- a/target/linux/bmips/bcm6368/config-6.6
+++ b/target/linux/bmips/bcm6368/config-6.6
@@ -165,6 +165,7 @@ CONFIG_MTD_CFI_BE_BYTE_SWAP=y
CONFIG_MTD_CFI_STAA=y
CONFIG_MTD_JEDECPROBE=y
CONFIG_MTD_NAND_BRCMNAND=y
+CONFIG_MTD_NAND_BRCMNAND_BCM63XX=y
CONFIG_MTD_NAND_CORE=y
CONFIG_MTD_NAND_ECC=y
CONFIG_MTD_NAND_ECC_SW_HAMMING=y