summaryrefslogtreecommitdiffstats
path: root/package/mtd/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Remove superfluose defaultsUlf Samuelsson2007-09-271-2/+0
|
* mtd-utils require lzoUlf Samuelsson2007-09-271-0/+1
|
* Add mtd-utils-1.1.0 as mtd alternativeUlf Samuelsson2007-09-271-31/+27
|
* Don't limit 2006 version to Atmel targets (why?)Peter Korsgaard2007-09-251-1/+0
|
* Add optional mtd configuration (experimental - only available for Atmel targets)Ulf Samuelsson2007-07-201-3/+26
|
* Correct spelling error and config option to create symlinks for old naming ↵"Steven J. Hill"2007-01-141-1/+6
| | | | of MTD utilities. Also add in LDFLAGS and such to building with external toolchains.
* remove duplicate/invalid options in choiceMike Frysinger2006-10-071-3/+0
|
* - jffs2 requires the mtd package for the mtd-host tools.Bernhard Reutner-Fischer2006-10-061-0/+1
|
* per bug 0000786, strip quotesEric Andersen2006-04-101-1/+1
|
* add option to mtd to select daily snapshot or a default versionDavid Anders2006-01-241-0/+40
|
* fix mtd typos per case 0000475David Anders2006-01-231-1/+6
|
* patch from pgrayson:Eric Andersen2005-03-091-9/+15
| | | | | | | | | | | | | | | 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.
* menuconfig -> configMike Frysinger2005-02-101-5/+1
|
* Patch from gtj: http://bugs.uclibc.org/view.php?id=40Eric Andersen2005-01-231-0/+99
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.