diff options
author | John Crispin <john@openwrt.org> | 2014-06-24 18:14:05 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-24 18:14:05 +0000 |
commit | 93fe29055f8feee26b52ef5251286d3663a14290 (patch) | |
tree | 0efc76f860eaa3a379ebcd64d2d99f5d3aa8b0ed | |
parent | 64d0d18a4eba907bf45b23e1e646caee26b8903c (diff) | |
download | upstream-93fe29055f8feee26b52ef5251286d3663a14290.tar.gz upstream-93fe29055f8feee26b52ef5251286d3663a14290.tar.bz2 upstream-93fe29055f8feee26b52ef5251286d3663a14290.zip |
config/Config-images.in: enable zlib as the default ubi compression
http://patchwork.openwrt.org/patch/5686/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41329
-rw-r--r-- | config/Config-images.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |