octeon: disable edgerouter image
[openwrt/staging/chunkeey.git] / target / linux / ath79 / patches-4.19 / 404-mtd-cybertan-trx-parser.patch
1 --- a/drivers/mtd/parsers/Makefile
2 +++ b/drivers/mtd/parsers/Makefile
3 @@ -1,3 +1,4 @@
4 +obj-$(CONFIG_MTD_PARSER_CYBERTAN) += parser_cybertan.o
5 obj-$(CONFIG_MTD_PARSER_TRX) += parser_trx.o
6 obj-$(CONFIG_MTD_SHARPSL_PARTS) += sharpslpart.o
7 obj-$(CONFIG_MTD_ROUTERBOOT_PARTS) += routerbootpart.o
8 --- a/drivers/mtd/parsers/Kconfig
9 +++ b/drivers/mtd/parsers/Kconfig
10 @@ -1,3 +1,11 @@
11 +config MTD_PARSER_CYBERTAN
12 + tristate "Parser for Cybertan format partitions"
13 + depends on MTD && (ATH79 || COMPILE_TEST)
14 + help
15 + Cybertan has a proprietory header than encompasses a Broadcom trx
16 + header. This driver will parse the header and take care of the
17 + special offsets that result in the extra headers.
18 +
19 config MTD_PARSER_TRX
20 tristate "Parser for TRX format partitions"
21 depends on MTD && (BCM47XX || ARCH_BCM_5301X || COMPILE_TEST)