Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-08 | mtd-utils: fix build with external toolchain | Peter Korsgaard | |
Reported by H Hartley Sweeten. Make sure we pass proper CFLAGS to mtd-utils, so builds needing --sysroot works (E.G. external toolchains). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-02-03 | mtd: don't put mtd options in a seperate submenu | Peter Korsgaard | |
Similar to other packages. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-02-03 | mtd: tweak default values | Peter Korsgaard | |
Don't enable uncommon tools by default. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-02-03 | mtd: zlib/lzo is only needed for mkfs.jffs2 | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-02-03 | mtd: host support cleanup | Peter Korsgaard | |
Build host version in build/mtd-utils-<VERSION>-host like other host packages, and install into host/usr/sbin. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-02-03 | mtd-utils: bump version, get rid of obsolete git version | Peter Korsgaard | |
ubimirror is gone, ubiformat/ubinize/ubirename/ubirsvol are new. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-01-18 | package/mtd: Remove obsolete utilities, add new ones | H Hartley Sweeten | |
A number of options under "MTD tools selection" are no longer available. Remove them to avoid possible build errors. In addition, the nandtest utility is present in MTD-utils release so remove the depends on BR2_PACKAGE_MTD_UTILS_GIT. Add a number of new utilities that exist in the latest version. All of these do not have a 'default y' so existing configurations should not change. Reorder the MTD_TARGETS_* to match the Config.in so it's easier to notice missing utilities. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-01-18 | package/mtd: mtd-utils: fix fec.c build (bcopy reference) | Peter Korsgaard | |
Needs similar fix as what we already have for mtd-utils.git Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-12-23 | Bump mtd-utils to 1.2.0 | Gustavo Zacarias | |
Closes #827. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-12-20 | mtd-utils: move phony dependencies to toplevel mtd-host target | Peter Korsgaard | |
Real targets shouldn't have phony dependencies, as make otherwise always consider them out of date. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-12-15 | mtd-utils: fix dependency on host package | Thomas Petazzoni | |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-12-14 | package/mtd-utils: fix git build after gitweb update | Peter Korsgaard | |
Reported by Daniel Mack <daniel@caiaq.de> The gitweb installation of infradead.org has been updated, and gitweb >= 1.6.6-rc1 adds the first 7 characters of the git SHA1 to the snapshot tarball directory name. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-09-23 | rename TOOL_BUILD_DIR to TOOLCHAIN_DIR | Michael Roth | |
To reflect the new output directory hierachy rename the Makefile variable TOOL_BUILD_DIR to TOOLCHAIN_DIR. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-07-21 | mtd: get rid of ancient deprecated versions | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-04-08 | jffs2root: build host version of lzo and use for host mkfs.jffs2 | Peter Korsgaard | |
2009-03-26 | package/mtd: don't enable rarely used commands by default | Peter Korsgaard | |
Most people don't need them, so don't enable mkfsjffs + doc tools by default. | |||
2009-03-26 | package/mtd: default to mtd-utils release, mark 20061007 snapshot as deprecated | Peter Korsgaard | |
2009-03-26 | mtd-utils.git: revert r24869 (convert to DOWNLOAD helper) to fix download | Peter Korsgaard | |
Reported by Thomas Petazzoni. The git download doesn't work nicely with DOWNLOAD, so revert to the direct WGET handling. | |||
2009-03-26 | package/mtd: remove unneeded 'depends on BR2_PACKAGE_MTD' | Peter Korsgaard | |
The entire mtd handling is within an if BR2_PACKAGE_MTD conditional | |||
2009-02-17 | mtd-utils: flashcp: handle non-power-of-2 erase size (E.G. for dataflash) | Peter Korsgaard | |
2009-01-20 | mtd/mtd-utils: mkfs.jffs2: fix device_table handling | Peter Korsgaard | |
2009-01-20 | mtd/mtd-utils: sys/acl.h patch is needed for host-mkfs.jffs2 as well | Peter Korsgaard | |
The host stuff seems pretty broken though as we don't build a host version of liblzo. | |||
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2009-01-08 | mtd: mark 20050122 snapshot as deprecated | Peter Korsgaard | |
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-11-11 | Fix the mtd package with regard to external toolchain use. | Thomas Petazzoni | |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2008-09-04 | Remove lzo patches which aren't required with latest liblzo package updates | Hamish Moffatt | |
2008-08-26 | Update to work with recent lzo changes | Hamish Moffatt | |
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-06-19 | buildroot: s/depends/depends on/ | Peter Korsgaard | |
The new kconfig is more strict regarding depends/depends on, so fixup the tree. | |||
2008-06-17 | Remove patch which isn't required for the specified upstream version | Hamish Moffatt | |
2008-04-24 | revert 21840 | John Voltz | |
2008-04-24 | add selectable commit id to mtd-utils | John Voltz | |
2008-04-08 | Remove configuration item for git commit ID, as our patches are ↵ | Hamish Moffatt | |
version-specific. Upgrade to a newer version than the previous default. Fix parallel compile issue. Fix issue with quoting of URL. | |||
2008-03-26 | Remove old mtd snapshot option, as the source tarball is no longer available | Hamish Moffatt | |
Add option to fetch a snapshot from the mtd-utils git (via gitweb) Snapshot version provides UBI tools also | |||
2008-02-28 | Make sure 'linkage.h' headers are installed. Add hack to bootstrap newer | "Steven J. Hill" | |
versions of GCC. Filter out 'gnu99' from assembly flags. Use the 'headers' target instead of 'pregen' to prepare for more NPTL integration. Fix broken MTD package configuration....someone believes in the Klingon release process apparently. Fix build issues with netplug and libpng. Fix source path for microcom as original site no longer exists. | |||
2008-02-12 | Add support for summarising JFFS2 images. With support in the kernel this ↵ | Hamish Moffatt | |
improves mount time significantly. | |||
2007-12-27 | Added BR2_DEBIAN_MIRROR | Thomas Lundquist | |
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-09-27 | Remove superfluose defaults | Ulf Samuelsson | |
2007-09-27 | mtd-utils require lzo | Ulf Samuelsson | |
2007-09-27 | Fix some issues with mtdutils | Ulf Samuelsson | |
2007-09-27 | Add mtd-utils-1.1.0 as mtd alternative | Ulf Samuelsson | |
2007-09-25 | Don't limit 2006 version to Atmel targets (why?) | Peter Korsgaard | |
2007-09-23 | Late mtd does not support linux-2.4 | Ulf Samuelsson | |
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-08-22 | - use the BZCAT/ZCAT as configured by the user | Bernhard Reutner-Fischer | |
2007-08-11 | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | |
2007-07-20 | Patch mtd from correct directory | Ulf Samuelsson | |
2007-07-20 | Add optional mtd configuration (experimental - only available for Atmel targets) | Ulf Samuelsson | |