aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/files/drivers/mtd/tplinkpart.c
Commit message (Collapse)AuthorAge
* ar71xx: drop targetAdrian Schmutzler2020-08-30
| | | | | | | | | | This target has been mostly replaced by ath79 and won't be included in the upcoming release anymore. Finally put it to rest. This also removes all references in packages, tools, etc. as well as the uboot-ar71xx and vsc73x5-ucode packages. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* ar71xx: Add kernel 4.9 supportHauke Mehrtens2017-10-11
| | | | | | | | | | | | | This add support for kernel 4.9 to the ar71xx target. It was compile tested with the generic, NAND and mikrotik subtarget. Multiple members of the community tested it on their boards and did not report any major problem so far. Especially the NAND part received some changes to adapt to the new kernel APIs. The serial driver hack used for the Arduino Yun was not ported because the kernel changed there a lot. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* ar71xx: add 64kb bootloader mtd parser for tplinkpartJohn Crispin2015-08-17
| | | | | | | | | | | Signed-off-by: Weijie Gao <hackpascal@gmail.com> This patch adds flash layout parser for TP-Link firmwares which have a 64kb bootloader. This is used for TP-Link TL-WDR6500 v2. SVN-Revision: 46662
* kernel: modify mtd related patches for 3.14Hauke Mehrtens2014-05-08
| | | | | | | | | | | | The change is the same as ("kernel/generic: modify mtd related patches"). Since these files are under files directory, not a files directory of specific kernel version, better to also change them. So it will avoid adding files to future specific files directory (e.g. files-3.14) for this mtd related change. Signed-off-by: Zhao, Gang <gamerh2o@gmail.com> SVN-Revision: 40732
* ar71xx: use mtd_read in tplinkpartGabor Juhos2012-10-27
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33950
* ar71xx: merge 3.2 fixesGabor Juhos2012-02-10
| | | | SVN-Revision: 30406
* ar71xx: tplinkpart: include module.hGabor Juhos2012-01-22
| | | | SVN-Revision: 29855
* ar71xx: tplinkpart: allow to detect JFFS2 as wellGabor Juhos2011-12-15
| | | | SVN-Revision: 29543
* ar71xx: check squashfs signature in TP-Link mtd parserGabor Juhos2011-12-05
| | | | SVN-Revision: 29446
* ar71xx: add mtd partition parser for the TP-Link boardsGabor Juhos2011-12-03
SVN-Revision: 29415