summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-11-28 21:50:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-11-29 21:12:42 +0100
commit1f56f817112df3e3644c4039c806e770620ca692 (patch)
tree9b92b80128479921ba18ebbe9111e3acf0d1be92 /commands/Kconfig
parenteb1c2e7de651b90f12864303ec965084d7206761 (diff)
downloadbarebox-1f56f817112df3e3644c4039c806e770620ca692.tar.gz
barebox-1f56f817112df3e3644c4039c806e770620ca692.tar.xz
add generic uncompress command
Using the new uncompress function we can now implement a command which can uncompress all known compression types. This supplements the unlzo command. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 6b21a2ea7d..c2492fa6c9 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -422,13 +422,13 @@ config CMD_GPIO
include gpio_set_value, gpio_get_value, gpio_direction_input and
gpio_direction_output commands to control gpios.
-config CMD_UNLZO
+config CMD_UNCOMPRESS
bool
- select LZO_DECOMPRESS
- prompt "unlzo"
+ prompt "uncompress"
help
- Say yes here to get the unlzo command. lzo is a fast compression
- algorithm by Markus Franz Xaver Johannes Oberhumer.
+ Say yes here to get the uncompress command. uncompress handles
+ lzo, gzip and bzip2 compressed files depending on the compiled
+ in compression libraries
config CMD_I2C
bool