summaryrefslogtreecommitdiff
path: root/package/mtd/Makefile
Commit message (Collapse)AuthorAge
* packages: clean up the package folderJohn Crispin2013-06-21
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
* mtd: avoid adding the kernel dir to includes, use the toolchain headersFelix Fietkau2012-11-04
| | | | SVN-Revision: 34071
* licensing: Add licensing metadata to many packages Two new variables are ↵Hamish Guthrie2012-10-19
| | | | | | | | | introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated. The licensing metadata is put into the bin/<platform>/packages/Packages file for later parsing. A script for that is on it's way! SVN-Revision: 33861
* package/mtd: add option for fixing seama imagesGabor Juhos2012-10-18
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33841
* package: mtd: use in-kernel bcm63xx image tag headerJonas Gorski2012-10-08
| | | | | | | Use the image tag header from the kernel instead of an external header file. SVN-Revision: 33654
* mtd: fix trx_fixupFelix Fietkau2012-07-25
| | | | | | | | | | | | | | | | With the BRCM47xx image I have built (Linksys E3000), there are additional writes following the completion of "mtd_replace_jffs2" which invalidate the 'trx_fixup' performed by 'mtd_replace_jffs2'. Moving the 'trx_fixup' to somewhere after all writes have completed fixes the problem. I also noticed that 'erasesize' used to compute 'block_offset' in 'mtd_fixtrx' is used before it is computed by 'mtd_check_open'; moving the call to 'mtd_check_open' up a few lines fixes this. Unlike 'mtd_fixtrx', 'trx_fixup' appears to assume that the TRX header is always at offset 0; which may be the cause of the problem described in Ticket #8960. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 32866
* mtd: external toolchains usually do not know about MTDREFRESH, so search in ↵Jo-Philipp Wich2012-01-18
| | | | | | $(LINUX_DIR)/include first, fixes compilation with external CodeSourcery toolchain SVN-Revision: 29779
* target: linux: mtd: fix MTDREFRESH to an arbitrary high numberJonas Gorski2011-11-09
| | | | | | | | | To make the ioctl number "stable", use an arbitrary high number to prevent conflicts with new mtd ioctls that would push MTDREFRESH's number. Also make mtd use the in-kernel mtd headers. SVN-Revision: 28893
* package/mtd: don't append jffs2 data multiple timesGabor Juhos2011-07-02
| | | | SVN-Revision: 27358
* package/mtd: make fixtrx available on ar71xx as wellGabor Juhos2011-01-05
| | | | SVN-Revision: 24911
* package/mtd: write remaining data after adding file to the jffs2 partitionGabor Juhos2010-09-03
| | | | SVN-Revision: 22881
* mtd: request locked pages when mmap'ing the FIS table, cures random ↵Jo-Philipp Wich2010-06-16
| | | | | | segfaults in table rewrite until http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=2d4dc890b5c8fabd818a8586607e6843c4375e62 is added. SVN-Revision: 21823
* package/mtd: fix automatic partition size detection in fis_remapGabor Juhos2010-03-28
| | | | SVN-Revision: 20537
* mtd: treat failure to open FIS partition as fatal when a fis_layout is ↵Jo-Philipp Wich2010-01-19
| | | | | | given, aborts mtd write if reformat is needed and FIS table not available SVN-Revision: 19231
* mtd: bump releaseFelix Fietkau2009-09-21
| | | | SVN-Revision: 17661
* mtd: add support for rewriting the fis table layout on redboot based systemsFelix Fietkau2009-09-21
| | | | SVN-Revision: 17659
* bump some revisions and update copyrightsAndy Boyett2009-09-10
| | | | SVN-Revision: 17554
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-17
| | | | SVN-Revision: 15242
* clean up mtd, fix up trx header when integrating jffs2 data on broadcom devicesFelix Fietkau2008-09-23
| | | | SVN-Revision: 12655
* fix mtd target define for brcm-2.4Felix Fietkau2008-09-22
| | | | SVN-Revision: 12650
* add support for appending a file to jffs2 during reflash on the flyFelix Fietkau2008-08-08
| | | | SVN-Revision: 12250
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-07
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* cleanup mtd, implement jffs2write - one step closer to config preserving ↵Felix Fietkau2007-08-20
| | | | | | system upgrades SVN-Revision: 8444
* add reboot fix for mtd (thanks, wbx)Felix Fietkau2006-11-26
| | | | SVN-Revision: 5645
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-23
| | | | SVN-Revision: 5624
* implement target profiles in menuconfigFelix Fietkau2006-11-12
| | | | SVN-Revision: 5512
* turn target runtime check of mtd into a compile-time checkFelix Fietkau2006-10-24
| | | | SVN-Revision: 5285
* finally move buildroot-ng to trunkFelix Fietkau2016-03-20