]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add lzmadec command
authorPatrice Bouchand <pbfwdlist@gmail.com>
Sun, 16 Feb 2014 05:19:57 +0000 (22:19 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 22 Mar 2014 20:47:22 +0000 (14:47 -0600)
commit5527f832c0c607d61abc58ab006a91aebb4b64f3
tree3a6b1d4e453ab31dae9d58ed8d057707666c9c8a
parent2c072c958bb544c72f0e848375803dbd6971f022
Add lzmadec command

I needed to be able to uncompress lzma files. I did this command
based on unzip command and propose it if it could help.

Signed-off-by: Patrice Bouchand <pbfwdlist@gmail.com>
Changed to work with sandbox
Signed-off-by: Simon Glass <sjg@chromium.org>
common/Makefile
common/cmd_lzmadec.c [new file with mode: 0644]