summaryrefslogtreecommitdiffstats
path: root/rules/mtd-utils.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-01-06 08:22:15 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-01-06 08:22:15 +0000
commit41c11d0e17ca61d5e6425265a5530cee008e2a67 (patch)
tree90fac4d8c186ddc87a9b8ca12bf1a5b3d2c3f52f /rules/mtd-utils.in
parent4f59417db511e4a80497b1312e5b1224b91b0856 (diff)
downloadptxdist-41c11d0e17ca61d5e6425265a5530cee008e2a67.tar.gz
ptxdist-41c11d0e17ca61d5e6425265a5530cee008e2a67.tar.xz
* mtd-utils: Added missing host-liblzo make fragment. Updated mtd-utils
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
Diffstat (limited to 'rules/mtd-utils.in')
-rw-r--r--rules/mtd-utils.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in
index 7f7085963..26c98f0e7 100644
--- a/rules/mtd-utils.in
+++ b/rules/mtd-utils.in
@@ -3,11 +3,18 @@ menuconfig MTD_UTILS
tristate
prompt "mtd-utils "
select ZLIB
+ select LIBLZO if MTD_UTILS_USE_LIBLZO
help
mtdutils is a set of utilities for doing low-level operations on flash devices.
if MTD_UTILS
+config MTD_UTILS_USE_LIBLZO
+ bool
+ prompt "liblzo support"
+ help
+ Enable LZO support
+
config MTD_UTILS_FLASH_ERASE
bool
prompt "flash_erase"