From 19729012bd8db9098d53f9b2d4b6f824199ea2b5 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 24 Jun 2014 18:14:05 +0000 Subject: [PATCH 1/1] config/Config-images.in: enable zlib as the default ubi compression http://patchwork.openwrt.org/patch/5686/ Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41329 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- config/Config-images.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config-images.in b/config/Config-images.in index fdef3db27e..9aeebc11f8 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -158,7 +158,7 @@ menu "Target Images" choice prompt "compression" - default TARGET_UBIFS_COMPRESSION_NONE + default TARGET_UBIFS_COMPRESSION_ZLIB depends on TARGET_ROOTFS_UBIFS help Select compression type -- 2.35.1