diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2022-10-18 22:37:46 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2022-10-19 07:07:14 +0200 |
commit | 711f1a8bcbdde1ee9e2934d707fb1765fc644268 (patch) | |
tree | a75fb5fdc5bfea7c1b0fdcf15486faec1e5aa647 /target/linux/ramips/mt76x8 | |
parent | 4eda414b09c790344e47c1cebe78e5433b4dc10d (diff) | |
download | upstream-711f1a8bcbdde1ee9e2934d707fb1765fc644268.tar.gz upstream-711f1a8bcbdde1ee9e2934d707fb1765fc644268.tar.bz2 upstream-711f1a8bcbdde1ee9e2934d707fb1765fc644268.zip |
kernel: mtd: backport SafeLoader parser
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/ramips/mt76x8')
-rw-r--r-- | target/linux/ramips/mt76x8/config-5.10 | 1 | ||||
-rw-r--r-- | target/linux/ramips/mt76x8/config-5.15 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/mt76x8/config-5.10 b/target/linux/ramips/mt76x8/config-5.10 index 39d04b8d10..37f0bb8e3e 100644 --- a/target/linux/ramips/mt76x8/config-5.10 +++ b/target/linux/ramips/mt76x8/config-5.10 @@ -110,6 +110,7 @@ CONFIG_MODULES_USE_ELF_REL=y CONFIG_MT7621_WDT=y # CONFIG_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y +# CONFIG_MTD_PARSER_TPLINK_SAFELOADER is not set CONFIG_MTD_PARSER_TRX=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_SPI_NOR=y diff --git a/target/linux/ramips/mt76x8/config-5.15 b/target/linux/ramips/mt76x8/config-5.15 index 555b57fe60..5e44d613df 100644 --- a/target/linux/ramips/mt76x8/config-5.15 +++ b/target/linux/ramips/mt76x8/config-5.15 @@ -111,6 +111,7 @@ CONFIG_MODULES_USE_ELF_REL=y CONFIG_MT7621_WDT=y # CONFIG_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y +# CONFIG_MTD_PARSER_TPLINK_SAFELOADER is not set CONFIG_MTD_PARSER_TRX=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_SPI_NOR=y |