summaryrefslogtreecommitdiffstats
path: root/package/system/mtd/src
Commit message (Expand)AuthorAgeFilesLines
* gemini: Fix up firmware checksum on DIR-685Linus Walleij2019-05-181-0/+1
* mtd: Make fixwrgg command work on DIR-685Linus Walleij2019-05-181-14/+13
* mtd: base-files: Unify dual-firmware devices (Linksys)Jeff Kletsky2019-05-183-134/+91
* mtd: add logic for TP-Link ramips recovery magicDavid Bauer2019-01-264-2/+129
* mtd: add linksys_bootcount to the ipq40xx targetOever González2019-01-262-0/+116
* mtd: improve check for TRX header being already fixedRafał Miłecki2018-07-151-7/+8
* mtd: support bad blocks within the mtd_fixtrx()Rafał Miłecki2018-07-151-6/+28
* mtd: fix erase handling with partition offset on writeFelix Fietkau2018-04-201-1/+1
* ramips: add support for D-Link DAP-1522 A1George Hopkins2018-02-131-1/+1
* mtd: add fixwrg commandGeorge Hopkins2018-02-134-3/+233
* mtd: add fixwrgg commandStijn Tintel2016-10-275-3/+239
* mtd: fix endianness detection on muslStijn Tintel2016-10-272-0/+2
* package/system/mtd: fix usage messagePaul Wassi2016-10-261-1/+1
* mtd: fix up error messagesJohn Crispin2016-10-152-2/+2
* mtd: fix building with glibcJosua Mayer2016-08-181-0/+1
* mtd: support -c (datasize) option for fixseama commandRafał Miłecki2016-06-203-7/+9
* mtd: add linksys_bootcount for ipq806xAdrian Panella2016-06-131-0/+1
* mtd: fix typo in error message for 'c' optionRafał Miłecki2016-06-111-1/+1
* treewide: replace nbd@openwrt.org with nbd@nbd.nameFelix Fietkau2016-06-076-6/+6
* mtd: imagetag: fix compilation with changed mtd_fixtrx callRafał Miłecki2016-05-111-1/+4
* mtd: add -c option for specifying amount of data to be used for checksumRafał Miłecki2016-05-093-12/+31
* mtd: trx: use separated buffer for TRX headerRafał Miłecki2016-05-091-5/+18
* mtd: seama: exit with error if Seama header wasn't foundrmilecki2016-05-091-1/+1
* mtd: seama: fix image data handlingrmilecki2016-05-091-28/+18
* mtd: seama: move buf allocation to the MD5 functionrmilecki2016-05-091-16/+22
* mtd: seama: update MD5 using header in the first block bufferrmilecki2016-05-091-4/+3
* mtd: seama: add md5 to header structrmilecki2016-05-092-12/+11
* mtd: check for Seama magic early when fixing MD5rmilecki2016-05-091-7/+21
* mtd: add missing breaks in a switchrmilecki2016-05-091-0/+2
* mtd: use tabs for indentsrmilecki2016-05-091-7/+7
* mtd: fix reading of image magic bytes in smaller chunksJohn Crispin2016-03-031-5/+12
* mtd: fix Seama format after replacing EOF with sysupgrade dataRafał Miłecki2016-02-101-2/+13
* mtd: detect image format when writingRafał Miłecki2016-02-063-13/+60
* mtd: allow writing Seama files to "firmware" on Broadcom targetsRafał Miłecki2016-01-281-0/+6
* mtd: enable "fixseama" on bcm53xxRafał Miłecki2016-01-281-1/+1
* kirkwood: support Linksys boot counter on EA[34]500Luka Perkov2015-11-101-0/+1
* mvebu: add support for the Linksys boot counterImre Kaloz2015-08-194-0/+128
* mtd: add missing <endian.h> includeFelix Fietkau2015-06-051-0/+1
* mtd: fix md5sum error checkingJohn Crispin2015-03-051-1/+1
* package: mtd: move bcm963xx_tag definition into source codeJonas Gorski2015-02-271-1/+92
* mtd: make the dump commnd honour the -o optionJohn Crispin2014-12-031-6/+5
* mtd: make the mtd dump call run properly on nand flashJohn Crispin2014-12-021-5/+18
* mtd: add ability to dump a mtd deviceJohn Crispin2014-12-021-5/+57
* mtd: fix 2 compiler warningsJohn Crispin2014-11-261-2/+1
* bcm53xx: add fixtrxHauke Mehrtens2014-09-211-0/+1
* mtd: disable trx_check() for ar71xx, fixes a regression introduced in r42403Felix Fietkau2014-09-021-0/+2
* mtd: Fix trx check after partition rename ("linux" to "firmware")Felix Fietkau2014-09-021-1/+1
* mtd: fix compile error with muslFelix Fietkau2014-05-211-0/+1
* mtd: improve mtd detectionJohn Crispin2014-03-301-1/+3
* mtd: add support for bad blocks in NAND flashFelix Fietkau2014-03-263-5/+56