aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/mtd/wrt160nl_part.c
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: merge 3.2 fixesGabor Juhos2012-02-101-1/+1
| | | | SVN-Revision: 30406
* ar71xx: use dynamically allocated partitions in wrt160nl_partGabor Juhos2012-01-311-4/+14
| | | | SVN-Revision: 29970
* ar71xx: wrt160nl_part: include module.h and fix compiler warningsGabor Juhos2012-01-221-3/+8
| | | | SVN-Revision: 29856
* ar71xx: Fix header offset for newer WRT160NL modelsGabor Juhos2011-05-311-9/+16
| | | | | | | | | | | | Newer WRT160NLs have a flash chip with 4K erase blocks instead of 64K, resulting in miscalculated partition sizes. Since the actual sizes did not change, hardcode them to their current sizes, and make sure they are at least one erase block big (in case Cisco decides to start to use chips with 128K erase blocks). Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27049
* ar71xx: wrap long linesGabor Juhos2010-11-121-2/+4
| | | | | | | | (build errors has been fixed - juhosg) Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23977
* ar71xx: fix whitespaces nitsGabor Juhos2010-11-121-2/+2
| | | | | | | | (build error has been fixed - juhosg) Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23975
* ar71xx: update image generation and trx header parsing for the WRT160NLGabor Juhos2010-03-271-6/+1
| | | | | | | * patch by Bernhard Loos * note: trailing whitespaces has been removed SVN-Revision: 20525
* WRT160NL: more mtd parser cleanupGabor Juhos2009-08-091-68/+106
| | | | SVN-Revision: 17201
* WRT160NL: mtd parser cleanupGabor Juhos2009-08-081-17/+16
| | | | SVN-Revision: 17177
* move the trx parser out from the patchGabor Juhos2009-08-081-0/+149
SVN-Revision: 17176