Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
AxisRay authored Feb 13, 2023
1 parent 4918d4e commit 7da4974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo PASSWORD: "$PASSWORD"
WORKDIR="$(pwd)"

sudo -E apt-get update
sudo -E apt-get install git asciidoc bash bc binutils bzip2 fastjar flex gawk gcc genisoimage gettext git intltool jikespg libgtk2.0-dev libncurses5-dev libssl1.0-dev make mercurial patch perl-modules python2.7-dev rsync ruby sdcc subversion unzip util-linux wget xsltproc zlib1g-dev zlib1g-dev -y
sudo -E apt-get install git asciidoc bash bc binutils bzip2 fastjar flex gawk gcc genisoimage gettext git intltool jikespg libgtk2.0-dev libncurses5-dev libssl-dev make mercurial patch perl-modules python2.7-dev rsync ruby sdcc subversion unzip util-linux wget xsltproc zlib1g-dev zlib1g-dev -y

git config --global user.email "${EMAIL}"
git config --global user.name "aa"
Expand Down Expand Up @@ -54,7 +54,7 @@ case "$BOARD" in
"AXT1800" )
axt1800_sdk_get
;;
"mt3000" |\
"MT3000" |\
"MT2500" )
mt7981_sdk_get
;;
Expand Down

0 comments on commit 7da4974

Please sign in to comment.