File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -159,9 +159,9 @@ jobs:
159159 - name : Generate release tag
160160 id : tag
161161 run : |
162- echo "release_tag=ZN-M2-2023_ $(date +"%Y.%m.%d-%H%M")" >> $GITHUB_OUTPUT
162+ echo "release_tag=ZN-M2-2024_ $(date +"%Y.%m.%d-%H%M")" >> $GITHUB_OUTPUT
163163 touch release.txt
164- echo "ZN-M2-2023 firmware" >> release.txt
164+ echo "ZN-M2-2024 firmware" >> release.txt
165165 [ $UPLOAD_COWTRANSFER = true ] && echo "🔗 [Cowtransfer](${{ steps.cowtransfer.outputs.url }})" >> release.txt
166166 [ $UPLOAD_WETRANSFER = true ] && echo "🔗 [WeTransfer](${{ steps.wetransfer.outputs.url }})" >> release.txt
167167 echo "status=success" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -69,16 +69,18 @@ CONFIG_PACKAGE_libudns=y
6969CONFIG_PACKAGE_libuuid=y
7070CONFIG_PACKAGE_libyaml=y
7171CONFIG_PACKAGE_lua-neturl=y
72+ CONFIG_PACKAGE_luci-app-adguardhome=y
7273CONFIG_PACKAGE_luci-app-argon-config=y
7374CONFIG_PACKAGE_luci-app-arpbind=y
7475CONFIG_PACKAGE_luci-app-autoreboot=y
75- CONFIG_PACKAGE_luci-app-fileassistant=y
76+ # CONFIG_PACKAGE_luci-app-fileassistant=y
7677CONFIG_PACKAGE_luci-app-filetransfer=y
7778CONFIG_PACKAGE_luci-app-firewall=y
7879CONFIG_PACKAGE_luci-app-ramfree=y
7980CONFIG_PACKAGE_luci-app-ttyd=y
8081CONFIG_PACKAGE_luci-app-upnp=y
8182CONFIG_PACKAGE_luci-compat=y
83+ CONFIG_PACKAGE_luci-i18n-adguardhome-zh-cn=y
8284CONFIG_PACKAGE_luci-i18n-arpbind-zh-cn=y
8385CONFIG_PACKAGE_luci-i18n-autoreboot-zh-cn=y
8486CONFIG_PACKAGE_luci-i18n-ttyd-zh-cn=y
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ src-git luci https://github.com/sdf8057/luci.git;2023
33src-git routing https://github.com/openwrt/routing.git;openwrt-21.02
44src-git telephony https://github.com/openwrt/telephony.git;openwrt-21.02
55src-git passwall_packages https://github.com/xiaorouji/openwrt-passwall-packages.git;main
6- src-git passwall_luci https://github.com/xiaorouji/openwrt-passwall.git;main
6+ src-git passwall_luci https://github.com/xiaorouji/openwrt-passwall.git;main
7+ src-git adguard_luci https://github.com/kongfl888/luci-app-adguardhome;master
You can’t perform that action at this time.
0 commit comments