aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ath79/files/drivers/mtd/tplinkpart.c
Commit message (Collapse)AuthorAge
* ath79: move tplinkpart.c parser to patchesAdrian Schmutzler2020-04-24
| | | | | | | | | | | | | Between 4.19 and 5.4, mtd parsers have been moved to "parsers" subdirectory. Like for myloader.c in the previous patch, this patch moves tplinkpart.c to the kernel patches, so the code and the kernel includes are at the same location and the path can be adjusted per kernel. While at it, remove some outdated kernel version switches from the C code. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* ath79: add new OF only target for QCA MIPS siliconJohn Crispin2018-05-07
This target aims to replace ar71xx mid-term. The big part that is still missing is making the MMIO/AHB wifi work using OF. NAND and mikrotik subtargets will follow. Signed-off-by: John Crispin <john@phrozen.org>