diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-04 19:15:56 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-04 19:15:56 +0000 |
commit | a44651de6e365e0352d103e9795bfa53dcef0dae (patch) | |
tree | f8530e34c7d9c928799da7f4ba3e206b447c84d2 /package/lzma/Config.in | |
parent | 86d9fd0a37f45611b3f9b1ac429387c5e7ad0ac3 (diff) | |
download | buildroot-novena-a44651de6e365e0352d103e9795bfa53dcef0dae.tar.gz buildroot-novena-a44651de6e365e0352d103e9795bfa53dcef0dae.zip |
- Patch from Thomas Lundquist to support lzma compressed ext2 rootfs.
Diffstat (limited to 'package/lzma/Config.in')
-rw-r--r-- | package/lzma/Config.in | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/package/lzma/Config.in b/package/lzma/Config.in index a977b32f4..774d7711b 100644 --- a/package/lzma/Config.in +++ b/package/lzma/Config.in @@ -1,14 +1,22 @@ -config BR2_PACKAGE_LZMA - bool "lzma" +config BR2_PACKAGE_LZMA_TARGET + bool "Install lzma for the target system" default n help - Compression utility. + lzma utils on the target http://tukaani.org/lzma/ config BR2_PACKAGE_LZMA_TARGET_HEADERS bool "lzma headers in target" default n - depends on BR2_PACKAGE_LZMA + depends on BR2_PACKAGE_LZMA_TARGET help Put headers files in the target. + +config BR2_PACKAGE_LZMA_HOST + bool "Install lzma for the host/build system" + default n + help + lzma utils on the host + + http://tukaani.org/lzma/ |