Skip to content

Commit 5883e18

Browse files
author
YangYang Hou
committed
添加 adguard
1 parent cabc823 commit 5883e18

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/zn-m2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

config/zn-m2.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,18 @@ CONFIG_PACKAGE_libudns=y
6969
CONFIG_PACKAGE_libuuid=y
7070
CONFIG_PACKAGE_libyaml=y
7171
CONFIG_PACKAGE_lua-neturl=y
72+
CONFIG_PACKAGE_luci-app-adguardhome=y
7273
CONFIG_PACKAGE_luci-app-argon-config=y
7374
CONFIG_PACKAGE_luci-app-arpbind=y
7475
CONFIG_PACKAGE_luci-app-autoreboot=y
75-
CONFIG_PACKAGE_luci-app-fileassistant=y
76+
# CONFIG_PACKAGE_luci-app-fileassistant=y
7677
CONFIG_PACKAGE_luci-app-filetransfer=y
7778
CONFIG_PACKAGE_luci-app-firewall=y
7879
CONFIG_PACKAGE_luci-app-ramfree=y
7980
CONFIG_PACKAGE_luci-app-ttyd=y
8081
CONFIG_PACKAGE_luci-app-upnp=y
8182
CONFIG_PACKAGE_luci-compat=y
83+
CONFIG_PACKAGE_luci-i18n-adguardhome-zh-cn=y
8284
CONFIG_PACKAGE_luci-i18n-arpbind-zh-cn=y
8385
CONFIG_PACKAGE_luci-i18n-autoreboot-zh-cn=y
8486
CONFIG_PACKAGE_luci-i18n-ttyd-zh-cn=y

feeds.conf.default

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ src-git luci https://github.com/sdf8057/luci.git;2023
33
src-git routing https://github.com/openwrt/routing.git;openwrt-21.02
44
src-git telephony https://github.com/openwrt/telephony.git;openwrt-21.02
55
src-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

0 commit comments

Comments
 (0)