File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
luci-app-unblockneteasemusic/root/usr/share/UnblockNeteaseMusic Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ PKG_USE_MIPS16:=0
2020
2121GO_PKG: =github.com/cnsilvan/UnblockNeteaseMusic
2222GO_PKG_LDFLAGS: =-s -w
23+ # https://github.com/openwrt/packages/blob/master/lang/golang/golang-values.mk
2324# +%Y-%m-%d %H:%M:%S cause compile error
2425COMPILE_TIME := $(shell TZ=UTC-8 date '+% Y-% m-% d % H:% M:% S')
2526GO_PKG_LDFLAGS+ = \
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ if [ "$(uci get unblockneteasemusic.@unblockneteasemusic[0].auto_update)" == "1"
1818 if [ ! -n " $suffix " ]; then
1919 suffix=" .zip"
2020 fi
21-
21+ if [ " $suffix " == " hardfloat" ]; then
22+ suffix=" .zip"
23+ fi
2224 if [ -n " $( echo $GOOSS | awk -F/ ' {print $1}' ) " ]; then
2325 GOOS=" $( echo $GOOSS | awk -F/ ' {print $1}' ) "
2426 fi
You can’t perform that action at this time.
0 commit comments