Skip to content

Commit

Permalink
feat(x230): update build.sh to use defconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrilleratplay committed Feb 2, 2019
1 parent 3d2d0aa commit dee4072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x230/build.sh
Expand Up @@ -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

0 comments on commit dee4072

Please sign in to comment.