H Hartley Sweeten
5a352cdeba
package/mtd: Remove obsolete utilities, add new ones
...
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 09:03:07 +01:00
Peter Korsgaard
6a772086b7
package/mtd: mtd-utils: fix fec.c build (bcopy reference)
...
Needs similar fix as what we already have for mtd-utils.git
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-18 00:13:59 +01:00
Gustavo Zacarias
9400c73582
Bump mtd-utils to 1.2.0
...
Closes #827 .
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-23 14:49:54 +01:00
Peter Korsgaard
14aa5ee54f
mtd-utils: move phony dependencies to toplevel mtd-host target
...
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-20 22:27:35 +01:00
Thomas Petazzoni
e99f7cacef
mtd-utils: fix dependency on host package
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-15 19:57:39 +01:00
Michael Roth
cb5710c538
rename TOOL_BUILD_DIR to TOOLCHAIN_DIR
...
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-09-23 09:15:27 +02:00
Peter Korsgaard
b8767865eb
jffs2root: build host version of lzo and use for host mkfs.jffs2
2009-04-08 22:45:29 +00:00
Peter Korsgaard
1aae99bc34
mtd-utils: flashcp: handle non-power-of-2 erase size (E.G. for dataflash)
2009-02-17 14:04:49 +00:00
Peter Korsgaard
31647bd0c6
mtd/mtd-utils: mkfs.jffs2: fix device_table handling
2009-01-20 20:06:36 +00:00
Peter Korsgaard
dc8ff28549
mtd/mtd-utils: sys/acl.h patch is needed for host-mkfs.jffs2 as well
...
The host stuff seems pretty broken though as we don't build a host version
of liblzo.
2009-01-20 14:17:58 +00:00
Peter Korsgaard
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Peter Korsgaard
ac1d92c425
package/: get rid of unneeded $(strip ..)
2008-12-08 08:15:27 +00:00
Thomas Petazzoni
b741302a01
Fix the mtd package with regard to external toolchain use.
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-11-11 19:00:32 +00:00
Hamish Moffatt
d74a92e00c
Remove lzo patches which aren't required with latest liblzo package updates
2008-09-04 01:39:40 +00:00
Hamish Moffatt
536e98effd
Add support for summarising JFFS2 images. With support in the kernel this improves mount time significantly.
2008-02-12 05:39:32 +00:00
Bernhard Reutner-Fischer
14a71561a3
- just use the strip binary to avoid confusing libtool (quotes)
...
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-10-01 16:15:31 +00:00
Ulf Samuelsson
94de9d3305
Fix some issues with mtdutils
2007-09-27 07:36:42 +00:00
Ulf Samuelsson
f7d8fc8b81
Add mtd-utils-1.1.0 as mtd alternative
2007-09-27 00:48:31 +00:00