diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2021-03-29 08:16:17 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2021-04-08 11:25:41 +0200 |
commit | 0a98a33e099d57c6bcb55c56540242af66d2e899 (patch) | |
tree | d729c53722047050f1e9273ceae32b866be4b4e6 /target/linux/bcm53xx | |
parent | 64ddac2c1cdf068e66a1325eb4c4d6972a6a8b4f (diff) | |
download | upstream-0a98a33e099d57c6bcb55c56540242af66d2e899.tar.gz upstream-0a98a33e099d57c6bcb55c56540242af66d2e899.tar.bz2 upstream-0a98a33e099d57c6bcb55c56540242af66d2e899.zip |
kernel: backport 5.13 mtd partitioning changes
1. Use upstream accepted NVMEM patches
2. Minor fix for BCM4908 partitioning
3. Support for Linksys firmware partitions on Northstar
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit 3fd0a4222b6efbfbdb560c5b13e899ecda627494)
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r-- | target/linux/bcm53xx/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/config-5.4 b/target/linux/bcm53xx/config-5.4 index 07a8f85aa0..f57bfd36b6 100644 --- a/target/linux/bcm53xx/config-5.4 +++ b/target/linux/bcm53xx/config-5.4 @@ -258,6 +258,7 @@ CONFIG_MTD_BCM47XX_PARTS=y CONFIG_MTD_NAND_BRCMNAND=y CONFIG_MTD_NAND_CORE=y CONFIG_MTD_NAND_ECC_SW_HAMMING=y +CONFIG_MTD_OF_PARTS_LINKSYS_NS=y CONFIG_MTD_PARSER_TRX=y CONFIG_MTD_RAW_NAND=y CONFIG_MTD_SPI_NOR=y |