You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./scripts/feeds update -a
./scripts/feeds install -a
git pull https://github.com/kenzok8/small.git
git pull https://github.com/kenzok8/openwrt-packages.git
./scripts/feeds install adguardhome
make package/feeds/kenzo/adguardhome/{clean,compile} V=s
2.报错如下:
Finding targets
go: ../../go.mod requires go >= 1.23.6 (running go 1.23.5; GOTOOLCHAIN=local)
Building targets
go: ../../go.mod requires go >= 1.23.6 (running go 1.23.5; GOTOOLCHAIN=local)
3.临时解决方案:
cp feeds/packages/lang/golang/golang/Makefile feeds/packages/lang/golang/golang/Makefile.old &&
sed -i 's/GO_VERSION_PATCH:=5/GO_VERSION_PATCH:=6/; s/PKG_HASH:=a6f3f4bbd3e6bdd626f79b668f212fbb5649daf75084fb79b678a0ae4d97423b/PKG_HASH:=039c5b04e65279daceee8a6f71e70bd05cf5b801782b6f77c6e19e2ed0511222/' feeds/packages/lang/golang/golang/Makefile
4.重新执行步骤1即可。
还是希望kenzok8能从根源上解决。
The text was updated successfully, but these errors were encountered:
1.编译,重现步骤:
2.报错如下:
3.临时解决方案:
4.重新执行步骤1即可。
还是希望kenzok8能从根源上解决。
The text was updated successfully, but these errors were encountered: