Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
luochongjun committed Jul 29, 2022
1 parent 696ac47 commit fa3a8f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ sudo -E apt-get install git asciidoc bash bc binutils bzip2 fastjar flex gawk g
git config --global user.email "aa@163.com"
git config --global user.name "aa"

mkdir -p ${WORKDIR}/buildsource
cd ${WORKDIR}/buildsource
git clone "$SOURCECODEURL" buildsource
cd ${WORKDIR}

git clone https://github.com/gl-inet-builder/openwrt-sdk-siflower-1806.git openwrt-sdk
cd openwrt-sdk
sed -i "1i\src-link local ${WORKDIR}/buildsource" feeds.conf.default
Expand Down

0 comments on commit fa3a8f7

Please sign in to comment.