From eda20e87fd2d36739d3592b3a23d4923b873f9fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=89=E7=A8=AE?= <39034242+kenzok8@users.noreply.github.com> Date: Sun, 9 Apr 2023 01:53:00 +0800 Subject: [PATCH] Update main.sh --- .github/diy/main.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/diy/main.sh b/.github/diy/main.sh index 961bf9f01..b48d03ad5 100755 --- a/.github/diy/main.sh +++ b/.github/diy/main.sh @@ -169,6 +169,8 @@ sed -i \ -e 's?2. Clash For OpenWRT?3. Applications?' \ -e 's?\.\./\.\./luci.mk?$(TOPDIR)/feeds/luci/luci.mk?' \ -e 's/ca-certificates/ca-bundle/' \ +-e 's/php7/php8/g' \ +-e 's/+docker /+docker +dockerd /g' \ */Makefile sed -i 's/luci-lib-ipkg/luci-base/g' luci-app-store/Makefile @@ -184,5 +186,6 @@ sed -i 's/ ip.neighbors/ luci.ip.neighbors/' luci-app-wifidog/luasrc/model/cbi/w sed -i -e 's/nas/services/g' -e 's/NAS/Services/g' $(grep -rl 'nas\|NAS' luci-app-fileassistant) sed -i -e 's/nas/services/g' -e 's/NAS/Services/g' $(grep -rl 'nas\|NAS' luci-app-alist) sed -i '65,73d' adguardhome/Makefile +find . -type f -name Makefile -exec sed -i 's/PKG_USE_MIPS16:=0/PKG_BUILD_FLAGS:=no-mips16/g' {} + exit 0