Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mtd: add a "mtd verify" call | John Crispin | 2013-11-19 | 3 | -2/+72 | |
| | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38871 | |||||
* | ar71xx: Unifi AP Pro sysupgrade patch | Felix Fietkau | 2013-11-14 | 1 | -3/+12 | |
| | | | | | | | | | | | | | | | | | | The current implementation of mtd will not append the backup file created by sysupgrade to the correct partition, as mtd will append the data to first jffs2 partition it finds. As the kernel is also stored on a jffs2 partition (which resides before the overlay partition), the data will be appended to this partition. To fix this problem, a new option -s <number> skip the first n bytes when appending data to the jffs2 partiton, defaults to "0" is added to mtd. Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 38807 | |||||
* | package/mtd: enable seama fixup code for ar71xx | Gabor Juhos | 2013-09-19 | 1 | -1/+1 | |
| | | | | | | | | It will be used for the WD My Net N600. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38073 | |||||
* | kernel/base-files: clean up old code related to refreshing mtd partitions, ↵ | Felix Fietkau | 2013-07-14 | 1 | -38/+0 | |
| | | | | | | | | it is no longer used anywhere Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37282 | |||||
* | packages: clean up the package folder | John Crispin | 2013-06-21 | 16 | -0/+3026 | |
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007 |