summaryrefslogtreecommitdiff
path: root/package/mtd/Config.in
AgeCommit message (Collapse)Author
2011-11-18mtd-utils: bump version, cleanupPeter Korsgaard
flash_eraseall / flash_info are no more, and simplify build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-05-26mtd-utils: recv_image needs IPv6 support in toolchainPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-19mtd: Add missing 'mtdinfo'Michael Roth
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>
2010-02-03mtd: don't put mtd options in a seperate submenuPeter Korsgaard
Similar to other packages. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-02-03mtd: tweak default valuesPeter Korsgaard
Don't enable uncommon tools by default. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-02-03mtd: zlib/lzo is only needed for mkfs.jffs2Peter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-02-03mtd-utils: bump version, get rid of obsolete git versionPeter Korsgaard
ubimirror is gone, ubiformat/ubinize/ubirename/ubirsvol are new. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-18package/mtd: Remove obsolete utilities, add new onesH 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>
2009-07-21mtd: get rid of ancient deprecated versionsPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-03-26package/mtd: don't enable rarely used commands by defaultPeter Korsgaard
Most people don't need them, so don't enable mkfsjffs + doc tools by default.
2009-03-26package/mtd: default to mtd-utils release, mark 20061007 snapshot as deprecatedPeter Korsgaard
2009-03-26package/mtd: remove unneeded 'depends on BR2_PACKAGE_MTD'Peter Korsgaard
The entire mtd handling is within an if BR2_PACKAGE_MTD conditional
2009-01-08mtd: mark 20050122 snapshot as deprecatedPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-04-24revert 21840John Voltz
2008-04-24add selectable commit id to mtd-utilsJohn Voltz
2008-04-08Remove 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-26Remove old mtd snapshot option, as the source tarball is no longer availableHamish Moffatt
Add option to fetch a snapshot from the mtd-utils git (via gitweb) Snapshot version provides UBI tools also
2008-02-28Make 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.
2007-09-27Remove superfluose defaultsUlf Samuelsson
2007-09-27mtd-utils require lzoUlf Samuelsson
2007-09-27Add mtd-utils-1.1.0 as mtd alternativeUlf Samuelsson
2007-09-25Don't limit 2006 version to Atmel targets (why?)Peter Korsgaard
2007-07-20Add optional mtd configuration (experimental - only available for Atmel targets)Ulf Samuelsson
2007-01-14Correct spelling error and config option to create symlinks for old naming ↵"Steven J. Hill"
of MTD utilities. Also add in LDFLAGS and such to building with external toolchains.
2006-10-07remove duplicate/invalid options in choiceMike Frysinger
2006-10-06- jffs2 requires the mtd package for the mtd-host tools.Bernhard Reutner-Fischer
2006-04-10per bug 0000786, strip quotesEric Andersen
2006-01-24add option to mtd to select daily snapshot or a default versionDavid Anders
2006-01-23fix mtd typos per case 0000475David Anders
2005-03-09patch from pgrayson:Eric Andersen
This patch does a couple mtd related things: * Updates to the latest (2005/01/22) mtd from debian.org * Fixes weird behavior where mkfs.jffs2 built for target was put into the staging dir. * Shows the mtd package in the package selection menu. When mtd is enabled, the various mtd utilities appear and can be individually selected. * Added a config item for sumtool, which is part of the mtd-utils and helps manage the new summary feature in jffs2 images. * Fixed mtd build dependency problem. The mtd utils dynamically link with libz.so, therefore the zlib package is prerequisite for any of the mtd utilities.
2005-02-10menuconfig -> configMike Frysinger
2005-01-23Patch from gtj: http://bugs.uclibc.org/view.php?id=40Eric Andersen
0000040: Adds options to jffs2 filesystem creation Brings jffs2 up to the 20041007 build level so it will compile with both 2.4 and 2.6 kernels. Adds ability to specify eraseblock and pad sizes, permissions squash, big/little endian and device table in the configuration. Also adds capability to copy the resulting image to a secondary location like a tftp server's root directory. mtd.patch adds capabilities of the previously attached patch plus allows you to compile a version of the utilities to run on the target system. So now there's a set of config options under package to compile the utils for distribution to the target and a set of config options under target to create a jffs2 filesystem.