Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tools: Fix compilation on x32 host | Felix Fietkau | 2014-10-25 |
| | | | | | | | | | | | | | | | | | | 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 table | Felix Fietkau | 2014-10-12 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42875 | ||
* | tools/mtd-utils: add EOF marker support to libubigen/ubinize | Gabor Juhos | 2013-11-07 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38682 | ||
* | mtd-utils: get rid of extern inline to fix build errors | Felix Fietkau | 2013-10-28 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38565 | ||
* | tools/mtd-utils: remove empty patches | Gabor Juhos | 2012-05-13 |
| | | | | SVN-Revision: 31705 | ||
* | tools/mtd-utils: fix build error | Gabor Juhos | 2012-03-03 |
| | | | | SVN-Revision: 30797 | ||
* | tools/mtd-utils: update mkfs.ubifs XZ support | Gabor Juhos | 2012-03-03 |
| | | | | SVN-Revision: 30796 | ||
* | tools/mtd-utils: add XZ compression support to mkfs.ubifs | Gabor Juhos | 2012-03-02 |
| | | | | SVN-Revision: 30795 | ||
* | tools/mtd-utils: cleanup mkubifs lzo patch | Gabor Juhos | 2012-03-01 |
| | | | | SVN-Revision: 30770 | ||
* | tools/mtd-utils: update to 1.4.5 | Gabor Juhos | 2012-03-01 |
| | | | | | | | | | | | | | | 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-20101124 | Alexandros C. Couloumbis | 2010-11-24 |
| | | | | SVN-Revision: 24129 | ||
* | tools/mtd-utils: add two upstream patches | Alexandros C. Couloumbis | 2010-10-15 |
| | | | | SVN-Revision: 23453 | ||
* | mtd-utils: refresh patches again | Jo-Philipp Wich | 2010-10-03 |
| | | | | SVN-Revision: 23194 | ||
* | tools/mtd-utils: kill 132-revert-zlib-cleanup.patch. it's wrong. | Alexandros C. Couloumbis | 2010-10-03 |
| | | | | SVN-Revision: 23192 | ||
* | mtd-utils: refresh patches | Jo-Philipp Wich | 2010-10-02 |
| | | | | SVN-Revision: 23179 | ||
* | tools/mtd-utils: fix compilation on OS X | Jo-Philipp Wich | 2010-10-02 |
| | | | | SVN-Revision: 23176 | ||
* | tools/mtd-utils: update to mtd-utils-20101001, fix FreeBSD (and hopefully ↵ | Alexandros C. Couloumbis | 2010-10-01 |
| | | | | | | Darwin) build issues. SVN-Revision: 23169 | ||
* | mtd-utils: revert r23075 | Jo-Philipp Wich | 2010-09-15 |
| | | | | SVN-Revision: 23076 | ||
* | mtd-utils: do not rely on host kernel headers, redefine the integer types ↵ | Jo-Philipp Wich | 2010-09-15 |
| | | | | | | instead (#7950) SVN-Revision: 23075 | ||
* | revert r23048 for now until Darwin compile issues have been sorted out (#7934) | Jo-Philipp Wich | 2010-09-13 |
| | | | | SVN-Revision: 23057 | ||
* | tools/mtd-utils: update to version git-20100912 | Alexandros C. Couloumbis | 2010-09-13 |
| | | | | SVN-Revision: 23048 | ||
* | mtd-utils: remove bogus include statement to make it more portable | Felix Fietkau | 2010-04-14 |
| | | | | SVN-Revision: 20853 | ||
* | add jffs2/lzma support (not activated by default yet) | Alexandros C. Couloumbis | 2010-04-12 |
| | | | | SVN-Revision: 20828 | ||
* | mtd-utils: do not try to compile in support for ubifs ioctls and extended ↵ | Felix Fietkau | 2010-02-24 |
| | | | | | | flags - some linux distros do not support this SVN-Revision: 19846 | ||
* | mtd-utils: refresh the cygwin_fixes patch | Felix Fietkau | 2010-01-16 |
| | | | | SVN-Revision: 19159 | ||
* | mtd-utils: fix compile on mac os x | Felix Fietkau | 2010-01-16 |
| | | | | SVN-Revision: 19158 | ||
* | mtd-utils: Don't include lzo headers aswell... | Lars-Peter Clausen | 2010-01-11 |
| | | | | SVN-Revision: 19107 | ||
* | mtd-utils: Disable lzo for mkfs.ubifs | Lars-Peter Clausen | 2010-01-11 |
| | | | | SVN-Revision: 19104 | ||
* | make mtd-utils compile correctly on cygwin | Florian Fainelli | 2010-01-05 |
| | | | | SVN-Revision: 19039 | ||
* | add ubinize to the mtd-utils build | Felix Fietkau | 2009-06-14 |
| | | | | SVN-Revision: 16457 | ||
* | upgrade to a more recent version of mtd-utils - preparation for adding UBI ↵ | Felix Fietkau | 2009-06-14 |
| | | | | | | support SVN-Revision: 16455 | ||
* | tools: refresh patches for tools lua, mtd-utils, ipkg-utils, squashfs, lzma, ↵ | Hauke Mehrtens | 2009-02-21 |
| | | | | | | and autoconf are touched SVN-Revision: 14589 | ||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 |