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:39:20 +0000
commit65906202fccc45adb77f4879fd8d36be6d7578b3 (patch)
treed4355ecb90bd6cc508e7a72629cb5bfce497265e
parentd71e6920fa22a670fdfb76dcd6165c0f3d2d2c2a (diff)
downloadopenwrt-65906202fccc45adb77f4879fd8d36be6d7578b3.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> (cherry picked from commit 61da745817f28673b193d60bb4bc5b76dd215246)
-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 c069c11d9b..741159b6d6 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 5e6a936ab1..6c05f40727 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 e214d9a0f1..eda0538602 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