Skip to content

Commit

Permalink
feat: minor change to compile script
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan committed May 14, 2024
1 parent 12fb7c5 commit c136d12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fi
sdk_file="$(cut -d' ' -f2 < sha256sums.small | sed 's/*//g')"

if ! sha256sum -c ./sha256sums.small >/dev/null 2>&1 ; then
curl -L -o "$sdk_file" "$sdk_url_path/$sdk_file"
curl -L -s -o "$sdk_file" "$sdk_url_path/$sdk_file"

if ! sha256sum -c ./sha256sums.small >/dev/null 2>&1 ; then
echo "SDK can not be verified!"
Expand Down Expand Up @@ -88,6 +88,7 @@ sed -i '
s#git.openwrt.org/openwrt/openwrt#github.com/openwrt/openwrt#
s#git.openwrt.org/feed/packages#github.com/openwrt/packages#
s#git.openwrt.org/project/luci#github.com/openwrt/luci#
s#git.openwrt.org/feed/routing#github.com/openwrt/routing#
s#git.openwrt.org/feed/telephony#github.com/openwrt/telephony#
' feeds.conf

Expand Down

0 comments on commit c136d12

Please sign in to comment.