diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-06 08:41:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-06 08:41:08 +0200 |
commit | 5e64a4a52672248415e73543ec43ebe47f49d3da (patch) | |
tree | 4acf12c464dbd8aac45d6a4072dc772f4ef0fbe2 /target/linux/config | |
parent | 4b4200ec896e555cf23ee0dd72f79721e54addcf (diff) |
use XZ instead of LZMA as default
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.kernel | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 6bcb090df..0400d8db6 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -49,6 +49,12 @@ config ADK_KERNEL_RD_LZO config ADK_KERNEL_KERNEL_LZO boolean +config ADK_KERNEL_RD_XZ + boolean + +config ADK_KERNEL_KERNEL_XZ + boolean + config ADK_KERNEL_INITRAMFS_SOURCE string default "" |