summaryrefslogtreecommitdiffstats
path: root/package/mtd
Commit message (Collapse)AuthorAgeFilesLines
* Merge TARGET_CONFIGURE_ENV into TARGET_CONFIGURE_OPTSThomas Petazzoni2010-07-071-2/+1
| | | | | | | | | | | TARGET_CONFIGURE_ENV defines CFLAGS, LDFLAGS, CXXFLAGS and FCFLAGS, separatly from all other variables that are part of TARGET_CONFIGURE_OPTS. This is useless and not consistent with the HOST_CONFIGURE_ variables, therefore we merge TARGET_CONFIGURE_ENV into TARGET_CONFIGURE_OPTS and fix the few users of TARGET_CONFIGURE_ENV. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mtd-utils: recv_image needs IPv6 support in toolchainPeter Korsgaard2010-05-261-0/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd-utils: buildsystem is broken with parallel make (regarding libubi)Peter Korsgaard2010-05-191-4/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd: Add missing 'mtdinfo'Michael Roth2010-04-191-0/+4
| | | | | | | | Commit 9277cb760a4cc6e62d0cd23fa938dd953e875a13 added support for mtdinfo to mtd.mk but missed corresponding Config.in stuff. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd: host compilation needs host-zlibPeter Korsgaard2010-04-151-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd: mkfs.jffs2 requires zlib to buildWill Wagner2010-04-151-0/+3
| | | | | | [Peter: lzo needed as well] Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd: convert to gentargets, add host packageThomas Petazzoni2010-04-091-98/+46
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mtd-utils: fix build with external toolchainPeter Korsgaard2010-03-081-2/+2
| | | | | | | | | 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>
* mtd: don't put mtd options in a seperate submenuPeter Korsgaard2010-02-031-1/+1
| | | | | | Similar to other packages. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd: tweak default valuesPeter Korsgaard2010-02-031-5/+0
| | | | | | Don't enable uncommon tools by default. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd: zlib/lzo is only needed for mkfs.jffs2Peter Korsgaard2010-02-032-2/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd: host support cleanupPeter Korsgaard2010-02-031-12/+21
| | | | | | | 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>
* mtd-utils: bump version, get rid of obsolete git versionPeter Korsgaard2010-02-0312-552/+192
| | | | | | ubimirror is gone, ubiformat/ubinize/ubirename/ubirsvol are new. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/mtd: Remove obsolete utilities, add new onesH Hartley Sweeten2010-01-183-64/+78
| | | | | | | | | | | | | | | | | | 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>
* package/mtd: mtd-utils: fix fec.c build (bcopy reference)Peter Korsgaard2010-01-181-0/+1
| | | | | | Needs similar fix as what we already have for mtd-utils.git Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump mtd-utils to 1.2.0Gustavo Zacarias2009-12-237-24/+47
| | | | | | | Closes #827. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd-utils: move phony dependencies to toplevel mtd-host targetPeter Korsgaard2009-12-201-2/+2
| | | | | | | Real targets shouldn't have phony dependencies, as make otherwise always consider them out of date. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd-utils: fix dependency on host packageThomas Petazzoni2009-12-151-1/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mtd-utils: fix git build after gitweb updatePeter Korsgaard2009-12-141-1/+3
| | | | | | | | | | 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>
* rename TOOL_BUILD_DIR to TOOLCHAIN_DIRMichael Roth2009-09-232-6/+6
| | | | | | | | 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>
* mtd: get rid of ancient deprecated versionsPeter Korsgaard2009-07-218-481/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* jffs2root: build host version of lzo and use for host mkfs.jffs2Peter Korsgaard2009-04-081-7/+7
|
* package/mtd: don't enable rarely used commands by defaultPeter Korsgaard2009-03-261-5/+0
| | | | Most people don't need them, so don't enable mkfsjffs + doc tools by default.
* package/mtd: default to mtd-utils release, mark 20061007 snapshot as deprecatedPeter Korsgaard2009-03-261-1/+2
|
* mtd-utils.git: revert r24869 (convert to DOWNLOAD helper) to fix downloadPeter Korsgaard2009-03-261-1/+1
| | | | | | | Reported by Thomas Petazzoni. The git download doesn't work nicely with DOWNLOAD, so revert to the direct WGET handling.
* package/mtd: remove unneeded 'depends on BR2_PACKAGE_MTD'Peter Korsgaard2009-03-261-22/+0
| | | | The entire mtd handling is within an if BR2_PACKAGE_MTD conditional
* mtd-utils: flashcp: handle non-power-of-2 erase size (E.G. for dataflash)Peter Korsgaard2009-02-171-0/+23
|
* mtd/mtd-utils: mkfs.jffs2: fix device_table handlingPeter Korsgaard2009-01-201-0/+23
|
* mtd/mtd-utils: sys/acl.h patch is needed for host-mkfs.jffs2 as wellPeter Korsgaard2009-01-201-0/+0
| | | | | The host stuff seems pretty broken though as we don't build a host version of liblzo.
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-164-4/+4
|
* mtd: mark 20050122 snapshot as deprecatedPeter Korsgaard2009-01-081-0/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-085-8/+8
|
* Fix the mtd package with regard to external toolchain use.Thomas Petazzoni2008-11-113-0/+3
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Remove lzo patches which aren't required with latest liblzo package updatesHamish Moffatt2008-09-042-24/+0
|
* Update to work with recent lzo changesHamish Moffatt2008-08-262-24/+0
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-1/+1
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* Remove patch which isn't required for the specified upstream versionHamish Moffatt2008-06-171-10/+0
|
* revert 21840John Voltz2008-04-242-16/+4
|
* add selectable commit id to mtd-utilsJohn Voltz2008-04-243-4/+26
|
* Remove configuration item for git commit ID, as our patches are ↵Hamish Moffatt2008-04-083-26/+4
| | | | | | | | | version-specific. Upgrade to a newer version than the previous default. Fix parallel compile issue. Fix issue with quoting of URL.
* Remove old mtd snapshot option, as the source tarball is no longer availableHamish Moffatt2008-03-2610-130/+355
| | | | | | Add option to fetch a snapshot from the mtd-utils git (via gitweb) Snapshot version provides UBI tools also
* Make sure 'linkage.h' headers are installed. Add hack to bootstrap newer "Steven J. Hill"2008-02-281-2/+2
| | | | | | | | | 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.
* Add support for summarising JFFS2 images. With support in the kernel this ↵Hamish Moffatt2008-02-123-9/+26
| | | | improves mount time significantly.
* Added BR2_DEBIAN_MIRRORThomas Lundquist2007-12-272-2/+2
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-013-3/+3
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* Remove superfluose defaultsUlf Samuelsson2007-09-271-2/+0
|
* mtd-utils require lzoUlf Samuelsson2007-09-271-0/+1
|
* Fix some issues with mtdutilsUlf Samuelsson2007-09-275-5/+117
|
* Add mtd-utils-1.1.0 as mtd alternativeUlf Samuelsson2007-09-273-33/+150
|