commit | d62e98ed1efcaa94caa004f622944afdce5f1c3c | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Sun Dec 09 18:12:13 2018 +0100 |
committer | Richard Weinberger <richard@nod.at> | Thu Dec 13 22:09:19 2018 +0100 |
tree | f34a80a2275066de82f469691ccabc52d34c4e46 | |
parent | 6554a56f352ee2a6ce295fcfb39889eb9ecc79cf [diff] |
ubifs: Fix default compression selection in ubifs When ubifs is build without the LZO compressor and no compressor is given the creation of the default file system will fail. before selection the LZO compressor check if it is present and if not fall back to the zlib or none. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Richard Weinberger <richard@nod.at>