aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mtd-utils/patches
Commit message (Collapse)AuthorAgeFilesLines
* tools: mtd-utils: Update to version 2.1.2Hauke Mehrtens2020-08-265-13/+13
| | | | | | | | | | The release notes says this: As already said, the changes since 2.1.1 are primarily bug fixes, addressing compiler warnings and issues reported by diagnostic tools, but also build failures for some configurations. https://lists.infradead.org/pipermail/linux-mtd/2020-July/081299.html Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* tools/mtd-utils: update to 2.1.1DENG Qingfang2019-08-272-12/+12
| | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* tools/mtd-utils: update to version 2.0.2Hauke Mehrtens2018-04-289-272/+84
| | | | | | | | This version now uses autotools to configure the build system. They are also using the newly added zlib package. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* tools/mtd-utils: Mark some lzma functions as staticHauke Mehrtens2018-04-281-37/+37
| | | | | | | | | | | | | | | These functions are not declared in any header file and only used in same compile unit, mark them as static to remove one gcc warning and make it easier for the compiler to optimize them out. This also fixes some style problems to make this patch match the version in the packages folder. This is copied from this commit to the mtd-utils we pack into the image: 56d0dd56e9c6efa79 ("mtd-utils: Mark some lzma functions as static") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* tools/mtd-utils: include sysmacros.h explicitlyAlex Maclean2017-10-272-4/+27
| | | | | | | | | | | | glibc is moving to remove the include of sys/sysmacros.h from sys/types.h, and some distros have done this early. Other libcs may already lack this include. Include sysmacros.h explicitly. Fixes: FS#1015 Signed-off-by: Alex Maclean <monkeh@monkeh.net> [refresh patches] Signed-off-by: Mathias Kresin <dev@kresin.me>
* mtd-utils/mkfs.jffs2: honor env SOURCE_DATE_EPOCHAlexander Couzens2017-06-191-0/+62
| | | | | | | Use the timestamp from the enviroment SOURCE_DATE_EPOCH if set instead of the build time. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* kernel: remove ubifs xz decompression supportFelix Fietkau2017-01-092-382/+4
| | | | | | | It has been unused, and less useful than squashfs for cases where flash space usage matters. Signed-off-by: Felix Fietkau <nbd@nbd.name>
* update mtd-utils to 1.5.2Hauke Mehrtens2015-12-055-101/+4
| | | | | | | | | | | | - update mtd-utils to 1.5.2 (git a494d30ab1ae40cb7665680cadf5af3ca3830a73) - remove patches that went upstream - fixes build from scratch as of broken patches Signed-off-by: Sven Roederer <devel-sven@geroedel.de> [use the final version of 1.5.2 instead, fix header of jffs2_lzma_(de,)compress()] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47790
* tools/mtd-utils: avoid linking libm staticallyJo-Philipp Wich2015-09-171-10/+30
| | | | | | | | | Rework static linker flags to not link libm statically, this should fix the build on CentOS where libm.a is not provided by the libc devel package. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 46989
* tools/mtd-utils: prefer static linkingJo-Philipp Wich2015-09-141-0/+23
| | | | | | | | | | - Add patch for optional static linking preference - Prefer static linking on Linux systems - Enable verbose compiler messages when building with V=c Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 46908
* tools/mtd-utils: upgrade to latest gitImre Kaloz2015-05-2612-614/+173
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45760
* tools: Fix compilation on x32 hostFelix Fietkau2014-10-251-1/+4
| | | | | | | | | | | | | | | | | | Compiling the host tools on the new x32 architecture (which is an ILP32 ELF32 system on an amd64 CPU) fails for various reasons. gmp: pull same fix I applied to OpenADK, which was inspired by the fix in the Debian source package mtd-utils: write a workaround myself; only affects x32, but the use of llseek is dangerous according to the manpage, so the guard ifdef should probably go away findutils: pull fix straight from the Debian source packae Signed-off-by: Thorsten Glaser <tg@mirbsd.org> SVN-Revision: 43060
* tools/mtd-utils: fix a segfault in parsing the device tableFelix Fietkau2014-10-121-0/+11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42875
* tools/mtd-utils: add EOF marker support to libubigen/ubinizeGabor Juhos2013-11-072-0/+166
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38682
* mtd-utils: get rid of extern inline to fix build errorsFelix Fietkau2013-10-281-0/+41
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38565
* tools/mtd-utils: remove empty patchesGabor Juhos2012-05-132-0/+0
| | | | SVN-Revision: 31705
* tools/mtd-utils: fix build errorGabor Juhos2012-03-031-1/+1
| | | | SVN-Revision: 30797
* tools/mtd-utils: update mkfs.ubifs XZ supportGabor Juhos2012-03-031-30/+148
| | | | SVN-Revision: 30796
* tools/mtd-utils: add XZ compression support to mkfs.ubifsGabor Juhos2012-03-021-0/+286
| | | | SVN-Revision: 30795
* tools/mtd-utils: cleanup mkubifs lzo patchGabor Juhos2012-03-011-61/+55
| | | | SVN-Revision: 30770
* tools/mtd-utils: update to 1.4.5Gabor Juhos2012-03-019-138/+158
| | | | | | | | | | | | | | This updates mtd-utils in tools: 100-optional_lzo.patch and 101-ubifs-optional_lzo.patch are now uneeded as a WITHOUT_LZO flag is provided by the upstream sources. All remaining patches are refreshed for the new version. 135-mkubifs_optional_lzo.patch was created to respect WITHOUT_LZO also in mkubifs. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 30769
* tools/mtd-utils: update to mtd-utils-20101124Alexandros C. Couloumbis2010-11-242-193/+0
| | | | SVN-Revision: 24129
* tools/mtd-utils: add two upstream patchesAlexandros C. Couloumbis2010-10-152-0/+193
| | | | SVN-Revision: 23453
* mtd-utils: refresh patches againJo-Philipp Wich2010-10-032-3/+3
| | | | SVN-Revision: 23194
* tools/mtd-utils: kill 132-revert-zlib-cleanup.patch. it's wrong.Alexandros C. Couloumbis2010-10-031-210/+0
| | | | SVN-Revision: 23192
* mtd-utils: refresh patchesJo-Philipp Wich2010-10-025-60/+56
| | | | SVN-Revision: 23179
* tools/mtd-utils: fix compilation on OS XJo-Philipp Wich2010-10-021-10/+10
| | | | SVN-Revision: 23176
* tools/mtd-utils: update to mtd-utils-20101001, fix FreeBSD (and hopefully ↵Alexandros C. Couloumbis2010-10-019-53/+286
| | | | | | Darwin) build issues. SVN-Revision: 23169
* mtd-utils: revert r23075Jo-Philipp Wich2010-09-152-38/+39
| | | | SVN-Revision: 23076
* mtd-utils: do not rely on host kernel headers, redefine the integer types ↵Jo-Philipp Wich2010-09-152-39/+38
| | | | | | instead (#7950) SVN-Revision: 23075
* revert r23048 for now until Darwin compile issues have been sorted out (#7934)Jo-Philipp Wich2010-09-135-40/+40
| | | | SVN-Revision: 23057
* tools/mtd-utils: update to version git-20100912Alexandros C. Couloumbis2010-09-135-40/+40
| | | | SVN-Revision: 23048
* mtd-utils: remove bogus include statement to make it more portableFelix Fietkau2010-04-141-2/+1
| | | | SVN-Revision: 20853
* add jffs2/lzma support (not activated by default yet)Alexandros C. Couloumbis2010-04-121-0/+5031
| | | | SVN-Revision: 20828
* mtd-utils: do not try to compile in support for ubifs ioctls and extended ↵Felix Fietkau2010-02-241-4/+4
| | | | | | flags - some linux distros do not support this SVN-Revision: 19846
* mtd-utils: refresh the cygwin_fixes patchFelix Fietkau2010-01-161-33/+24
| | | | SVN-Revision: 19159
* mtd-utils: fix compile on mac os xFelix Fietkau2010-01-161-0/+100
| | | | SVN-Revision: 19158
* mtd-utils: Don't include lzo headers aswell...Lars-Peter Clausen2010-01-111-4/+14
| | | | SVN-Revision: 19107
* mtd-utils: Disable lzo for mkfs.ubifsLars-Peter Clausen2010-01-111-0/+79
| | | | SVN-Revision: 19104
* make mtd-utils compile correctly on cygwinFlorian Fainelli2010-01-051-0/+466
| | | | SVN-Revision: 19039
* add ubinize to the mtd-utils buildFelix Fietkau2009-06-141-30/+18
| | | | SVN-Revision: 16457
* upgrade to a more recent version of mtd-utils - preparation for adding UBI ↵Felix Fietkau2009-06-144-83/+104
| | | | | | support SVN-Revision: 16455
* tools: refresh patches for tools lua, mtd-utils, ipkg-utils, squashfs, lzma, ↵Hauke Mehrtens2009-02-212-18/+14
| | | | | | and autoconf are touched SVN-Revision: 14589
* finally move buildroot-ng to trunkFelix Fietkau2016-03-202-0/+87