This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
lc-coreboot
Watch
1
Star
0
Fork
0
Code
Releases
28
Wiki
Activity
Browse Source
x230: build.sh: clear temporary defconfig before creating a new one
pull/87/head
Martin Kepplinger
5 years ago
parent
59c0b044fe
commit
707358bba9
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
x230/build.sh
+ 1
- 0
x230/build.sh
View File
@ -72,6 +72,7 @@ if [ ! "$have_config" -gt 0 ] ; then
done
fi
rm -f defconfig-*
CONFIGFILE_READY
=
$(
echo
$CONFIGFILE
|
cut -d
'-'
-f2-
)
cp
$CONFIGFILE
$CONFIGFILE_READY
Write
Preview
Loading…
Cancel
Save