From dee40727aea789cfbb89e75feab67fc8dc75cae3 Mon Sep 17 00:00:00 2001 From: Tom Hiller Date: Fri, 1 Feb 2019 23:48:34 -0500 Subject: [PATCH] feat(x230): update build.sh to use defconfigs --- x230/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x230/build.sh b/x230/build.sh index 1a9e62c..9fdf35f 100755 --- a/x230/build.sh +++ b/x230/build.sh @@ -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