diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-24 18:14:05 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-24 18:14:05 +0000 |
commit | 19729012bd8db9098d53f9b2d4b6f824199ea2b5 (patch) | |
tree | 515078d36285b15dd142efeafa7f870c8d13dcce /config/Config-images.in | |
parent | 1919add53869748c8f6230e613680aac4bcc504e (diff) | |
download | upstream-19729012bd8db9098d53f9b2d4b6f824199ea2b5.tar.gz upstream-19729012bd8db9098d53f9b2d4b6f824199ea2b5.tar.bz2 upstream-19729012bd8db9098d53f9b2d4b6f824199ea2b5.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41329 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'config/Config-images.in')
-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 |