Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package: mtd: use in-kernel bcm63xx image tag header | Jonas Gorski | 2012-10-08 | 1 | -1/+1 |
| | | | | | | | Use the image tag header from the kernel instead of an external header file. SVN-Revision: 33654 | ||||
* | mtd: fix trx_fixup | Felix Fietkau | 2012-07-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 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 Wich | 2012-01-18 | 1 | -1/+1 |
| | | | | | | $(LINUX_DIR)/include first, fixes compilation with external CodeSourcery toolchain SVN-Revision: 29779 | ||||
* | target: linux: mtd: fix MTDREFRESH to an arbitrary high number | Jonas Gorski | 2011-11-09 | 1 | -1/+1 |
| | | | | | | | | | 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 times | Gabor Juhos | 2011-07-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 27358 | ||||
* | package/mtd: make fixtrx available on ar71xx as well | Gabor Juhos | 2011-01-05 | 1 | -1/+1 |
| | | | | SVN-Revision: 24911 | ||||
* | package/mtd: write remaining data after adding file to the jffs2 partition | Gabor Juhos | 2010-09-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 22881 | ||||
* | mtd: request locked pages when mmap'ing the FIS table, cures random ↵ | Jo-Philipp Wich | 2010-06-16 | 1 | -1/+1 |
| | | | | | | 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_remap | Gabor Juhos | 2010-03-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 20537 | ||||
* | mtd: treat failure to open FIS partition as fatal when a fis_layout is ↵ | Jo-Philipp Wich | 2010-01-19 | 1 | -1/+1 |
| | | | | | | given, aborts mtd write if reformat is needed and FIS table not available SVN-Revision: 19231 | ||||
* | mtd: bump release | Felix Fietkau | 2009-09-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 17661 | ||||
* | mtd: add support for rewriting the fis table layout on redboot based systems | Felix Fietkau | 2009-09-21 | 1 | -6/+8 |
| | | | | SVN-Revision: 17659 | ||||
* | bump some revisions and update copyrights | Andy Boyett | 2009-09-10 | 1 | -3/+3 |
| | | | | SVN-Revision: 17554 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | clean up mtd, fix up trx header when integrating jffs2 data on broadcom devices | Felix Fietkau | 2008-09-23 | 1 | -2/+5 |
| | | | | SVN-Revision: 12655 | ||||
* | fix mtd target define for brcm-2.4 | Felix Fietkau | 2008-09-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 12650 | ||||
* | add support for appending a file to jffs2 during reflash on the fly | Felix Fietkau | 2008-08-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 12250 | ||||
* | move package description to a separate definition, remove it when ↵ | Nicolas Thill | 2007-09-07 | 1 | -3/+5 |
| | | | | | | DESCRIPTION=TITLE SVN-Revision: 8659 | ||||
* | cleanup mtd, implement jffs2write - one step closer to config preserving ↵ | Felix Fietkau | 2007-08-20 | 1 | -1/+1 |
| | | | | | | system upgrades SVN-Revision: 8444 | ||||
* | add reboot fix for mtd (thanks, wbx) | Felix Fietkau | 2006-11-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 5645 | ||||
* | replace lots of manual install commands with INSTALL_* variables | Felix Fietkau | 2006-11-23 | 1 | -2/+2 |
| | | | | SVN-Revision: 5624 | ||||
* | implement target profiles in menuconfig | Felix Fietkau | 2006-11-12 | 1 | -1/+0 |
| | | | | SVN-Revision: 5512 | ||||
* | turn target runtime check of mtd into a compile-time check | Felix Fietkau | 2006-10-24 | 1 | -1/+8 |
| | | | | SVN-Revision: 5285 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 1 | -0/+38 |