diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-09 14:00:24 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-09 14:07:06 +0100 |
commit | 018d80007e6d9469077d938872e605f826010767 (patch) | |
tree | 1bf3e9b895f7ab5f610e01afa34184e7ce2afc08 /target/linux/layerscape | |
parent | 8d2171e46915528fe4034054c446b5a47d20e4a1 (diff) | |
download | upstream-018d80007e6d9469077d938872e605f826010767.tar.gz upstream-018d80007e6d9469077d938872e605f826010767.tar.bz2 upstream-018d80007e6d9469077d938872e605f826010767.zip |
kernel: remove ubifs xz decompression support
It has been unused, and less useful than squashfs for cases where flash
space usage matters.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/layerscape')
-rw-r--r-- | target/linux/layerscape/32b/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/layerscape/32b/config-default b/target/linux/layerscape/32b/config-default index f08529a7da..7aa0dd5c53 100644 --- a/target/linux/layerscape/32b/config-default +++ b/target/linux/layerscape/32b/config-default @@ -63,7 +63,6 @@ CONFIG_CPU_TLB_V7=y CONFIG_CPU_V7=y CONFIG_CRYPTO_DEFLATE=y CONFIG_CRYPTO_LZO=y -CONFIG_CRYPTO_XZ=y CONFIG_DEBUG_IMX_UART_PORT=1 CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S" # CONFIG_DEBUG_UART_8250 is not set |