Browse Source

toolchain: set deefault compression of squashfs to gzip as we do not support xz.

master
Nagy Károly Gábriel 8 years ago
parent
commit
2dd3b014b1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      target/toolchain/config.in

+ 1
- 0
target/toolchain/config.in

@ -33,6 +33,7 @@ for x in \
done
SDECFGSET_IMAGE=squashfs
SDECFGSET_IMAGE_SQUASHFS_COMP=gzip
SDECFGSET_XTRACE='1'
if [ ! -s "$cfgtmpdir/$target.config.in" ]; then

Loading…
Cancel
Save