diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2022-02-12 16:07:05 +0900 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-03-06 20:40:35 +0100 |
commit | 5403defbec81ef2daaddc191d34f653cb1ab3050 (patch) | |
tree | 75fd9eeedece5947f1541f65c9ce707fc1bf6efc /target | |
parent | d339de2e215f718529e8001ecb102241131f395d (diff) | |
download | upstream-5403defbec81ef2daaddc191d34f653cb1ab3050.tar.gz upstream-5403defbec81ef2daaddc191d34f653cb1ab3050.tar.bz2 upstream-5403defbec81ef2daaddc191d34f653cb1ab3050.zip |
ramips: switch parser of trx for mt76x8 subtarget
This patch enable parser_trx and disable mtdsplit_trx for mt76x8
subtarget.
The trx format is used only on Buffalo WCR-1166DS in mt76x8 subtarget
and the parser need to be switched to parser_trx to use the custom magic
number in the header for WCR-1166DS.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/mt76x8/config-5.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/mt76x8/config-5.10 b/target/linux/ramips/mt76x8/config-5.10 index 5dc7d5ffb3..d8d70b2c29 100644 --- a/target/linux/ramips/mt76x8/config-5.10 +++ b/target/linux/ramips/mt76x8/config-5.10 @@ -109,10 +109,10 @@ 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_TRX=y CONFIG_MTD_PHYSMAP=y CONFIG_MTD_SPI_NOR=y CONFIG_MTD_SPLIT_TPLINK_FW=y -CONFIG_MTD_SPLIT_TRX_FW=y CONFIG_MTD_SPLIT_UIMAGE_FW=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y |