summaryrefslogtreecommitdiffstats
path: root/rules/mtd-utils.in
Commit message (Collapse)AuthorAgeFilesLines
* mtd-utils: Added ubiblock supportRüdiger, Christoph2015-12-091-0/+6
| | | | | | | This patch installs the already built ubiblock executable into the package, depending on the respective config option. Signed-off-by: Christoph Ruediger <christoph.ruediger@thyssenkrupp.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mtd-utils: Add attr dependency if mkfs.ubifs is builtBernhard Walle2015-06-301-0/+1
| | | | | | | mkfs.ubifs includes <attr/xattr.h> unconditionally. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mtd-utils: allow building and installing of flash_otp_{lock, write}ptxdist-2013.03.0Uwe Kleine-König2013-03-041-0/+12
| | | | | | | | Also fix a few flaws in flash_otp that are only relevant for writing to NAND chips. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* help text amendmentsJochen Frieling2012-07-031-26/+27
| | | | | Signed-off-by: Jochen Frieling <j.frieling@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mtd-utils: add more busybox dependenciesMichael Olbrich2012-06-121-0/+16
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mtd-utils.in: Add busybox dependenciesBernhard Walle2012-03-141-0/+28
| | | | | | | | | Some tools that mtd-utils provide can be also provided by busybox. Add the dependencies here as done in other configuration files to prevent the user from misconfiguration. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Update mtd-utils to 1.4.9Bernhard Walle2012-03-141-8/+2
| | | | | | | | | | | | | I had to rework some patches. Parallel build has been fixed upstream due in commits 5b1cfb9d09a8a40577e79262c6d79dfcde36b1b7 and 05f56bf49ee0de8979c29c11f61a01e30e964444, so we should be able to enable it here. flash-info has been dropped and mtdinfo should be used instead. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> [mol: fixed series] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mtd-utils: mark flash_eraseall as deprecatedMarc Kleine-Budde2011-09-081-2/+3
| | | | | | ...use flash_erase instead Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* mtd-utils: version bump 1.3.1 -> 1.4.6Robert Schwebel2011-09-081-1/+67
| | | | | | | Added all new tools and compile-tested on arm, powerpc and x86. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [mtd-utils] add missing dependenciesMichael Olbrich2011-01-161-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [mtd-utils] make mkubifs optionalLadislav Michl2010-08-031-1/+1
| | | | | | | Compile libuuid only when needed - mkfs.ubifs selected. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [mtd-utils] ubiformat select GCCLIBS_GCC_SJon Ringle2010-03-081-0/+1
| | | | | Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [ptxdist] (1/4) Switch to newer versions of libuuid and libblkidCarsten Schlote2010-02-081-1/+1
| | | | | | | | | | | | util-linux-ng provides newer versions of libblkid and libuuid than the e2fsprogs sources do. This patch prepares transition by redirecting selects for libuuid or libblkid to virtual packages. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [mtd-utils] install mkfs.ubifs and cleanupJon Ringle2010-01-071-1/+15
| | | | Signed-off-by: Jon Ringle <jon@ringle.org>
* [mtd-utils] Add install option for mtdinfoSascha Hauer2009-08-051-0/+6
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [mtd-utils] add switch and targetinstall for sumtoolLuotao Fu2009-08-041-0/+9
| | | | Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
* [mtd-utils] reworked + version bump to latest gitMarc Kleine-Budde2009-07-211-1/+6
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* * mtd-utils: Added missing host-liblzo make fragment. Updated mtd-utilsRobert Schwebel2009-01-061-0/+7
| | | | | | | | | | | | | to 1.2.0. Fixed compile errors with host build of mtd-utils, when using latest GCC on Ubuntu 8.10 Also fixes a possible buffer overrun and stack corruption with memset. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9424 33e552b5-05e3-0310-8538-816dae2090ed
* * mtd-utils.in, mtd-utils.make:Marc Kleine-Budde2009-01-051-0/+56
| | | | | | | | | | Since they are compiled anyway, here is a patch to rules/mtd-utils.in and rules/mtd-utils.make to make this utilities available for install. Jean-Philippe François git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9412 33e552b5-05e3-0310-8538-816dae2090ed
* * mtd-utils: update from 1.0.0-> 1.2.0Robert Schwebel2009-01-021-6/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9350 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.in:Marc Kleine-Budde2008-10-281-0/+1
| | | | | | | added SECTION git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8983 33e552b5-05e3-0310-8538-816dae2090ed
* * change bool to tristate .in Files from H to MHenning Steffen2008-06-041-19/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8312 33e552b5-05e3-0310-8538-816dae2090ed
* * help texts in m*.in rounded off, some fixesJochen Frieling2007-10-181-19/+28
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7479 33e552b5-05e3-0310-8538-816dae2090ed
* * mtd-utils: removed tools which are not in upstream any moreRobert Schwebel2007-01-041-13/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6728 33e552b5-05e3-0310-8538-816dae2090ed
* * mtd utils: prompt changedRobert Schwebel2007-01-021-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6685 33e552b5-05e3-0310-8538-816dae2090ed
* * mtd-utils: moved 'mtd' to new packet 'mtd-utils', which fitsRobert Schwebel2007-01-021-0/+138
reality better. Merged from branches/ptxdist-trunk-mkl by rsc. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6594 33e552b5-05e3-0310-8538-816dae2090ed