Browse Source

toolchain: replaced image type none with squashfs

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

+ 1
- 1
target/toolchain/config.in

@ -32,7 +32,7 @@ for x in \
export SDECFGSET_PKG_$x
done
SDECFGSET_IMAGE=none
SDECFGSET_IMAGE=squashfs
SDECFGSET_XTRACE='1'
if [ ! -s "$cfgtmpdir/$target.config.in" ]; then

Loading…
Cancel
Save