Browse Source

feat(x230): update build.sh to use defconfigs

pull/64/head
Tom Hiller 5 years ago
parent
commit
dee40727ae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      x230/build.sh

+ 1
- 1
x230/build.sh View File

@ -76,4 +76,4 @@ CONFIGFILE_READY=$(echo $CONFIGFILE | cut -d'-' -f2-)
cp $CONFIGFILE $CONFIGFILE_READY
cd ..
./build.sh --clean-slate --commit $(ls -1 x230/config-* | cut -c 13-22) x230
./build.sh --clean-slate --commit $(ls -1 x230/defconfig-* | cut -d'-' -f2-) x230

Loading…
Cancel
Save