From 2dceecb2be65826e064a820cee0c379c0726ecfe Mon Sep 17 00:00:00 2001 From: nanako <469449812@qq.com> Date: Tue, 8 Apr 2025 14:51:09 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=A2=9Eluci-app-adguardhome?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nanako <469449812@qq.com> --- build_openwrt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_openwrt.sh b/build_openwrt.sh index d70f68d4ebb..656c1b822c2 100755 --- a/build_openwrt.sh +++ b/build_openwrt.sh @@ -31,6 +31,7 @@ declare -A CUSTOM_PACKAGES=( ["zerotier"]="package/luci-app-zerotier=https://github.com/Firsgith/luci-app-zerotier.git=main=false" ["5gsupport"]="package/5G-Modem-Support=https://nanako.site/gitea/Nanako/openwrt-app-actions.git=main=false" ["pcat"]="package/pcat-manager=https://github.com/photonicat/rockchip_rk3568_pcat_manager.git=master=true" + ["adguardhome"]="https://github.com/xiaoxiao29/luci-app-adguardhome.git=master=false" ) #---------------日志系统---------------# From cf34955a9d753223bf56dcf4ec94d5e509c4f5f0 Mon Sep 17 00:00:00 2001 From: nanako <469449812@qq.com> Date: Tue, 8 Apr 2025 14:52:55 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dadguardhome=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nanako <469449812@qq.com> --- .gitignore | 1 + build_openwrt.sh | 2 +- package/5G-Modem-Support | 1 + package/firmware/mt76 | 1 + package/luci-app-partexp | 1 + package/luci-app-zerotier | 1 + package/luci-theme-design | 1 + package/luci-theme-kucat | 1 + package/openclash | 1 + package/openwrt-app-actions | 1 + package/pcat-manager | 1 + 11 files changed, 11 insertions(+), 1 deletion(-) create mode 160000 package/5G-Modem-Support create mode 160000 package/firmware/mt76 create mode 160000 package/luci-app-partexp create mode 160000 package/luci-app-zerotier create mode 160000 package/luci-theme-design create mode 160000 package/luci-theme-kucat create mode 160000 package/openclash create mode 160000 package/openwrt-app-actions create mode 160000 package/pcat-manager diff --git a/.gitignore b/.gitignore index ad047559191..d74fb116aed 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ git-src .cproject .ccache .vscode* +/openwrt_logs \ No newline at end of file diff --git a/build_openwrt.sh b/build_openwrt.sh index 656c1b822c2..e189fb8d1f2 100755 --- a/build_openwrt.sh +++ b/build_openwrt.sh @@ -31,7 +31,7 @@ declare -A CUSTOM_PACKAGES=( ["zerotier"]="package/luci-app-zerotier=https://github.com/Firsgith/luci-app-zerotier.git=main=false" ["5gsupport"]="package/5G-Modem-Support=https://nanako.site/gitea/Nanako/openwrt-app-actions.git=main=false" ["pcat"]="package/pcat-manager=https://github.com/photonicat/rockchip_rk3568_pcat_manager.git=master=true" - ["adguardhome"]="https://github.com/xiaoxiao29/luci-app-adguardhome.git=master=false" + ["adguardhome"]="package/adguardhome=https://github.com/xiaoxiao29/luci-app-adguardhome.git=master=false" ) #---------------日志系统---------------# diff --git a/package/5G-Modem-Support b/package/5G-Modem-Support new file mode 160000 index 00000000000..da43e7a10e4 --- /dev/null +++ b/package/5G-Modem-Support @@ -0,0 +1 @@ +Subproject commit da43e7a10e4a4ae11d8b2b3c6a256ed883407fe2 diff --git a/package/firmware/mt76 b/package/firmware/mt76 new file mode 160000 index 00000000000..de635e1e3ad --- /dev/null +++ b/package/firmware/mt76 @@ -0,0 +1 @@ +Subproject commit de635e1e3adc90ca804da87144d86539aab65f74 diff --git a/package/luci-app-partexp b/package/luci-app-partexp new file mode 160000 index 00000000000..64eb0bd909a --- /dev/null +++ b/package/luci-app-partexp @@ -0,0 +1 @@ +Subproject commit 64eb0bd909ac2d5baa61197979912d4f56ada039 diff --git a/package/luci-app-zerotier b/package/luci-app-zerotier new file mode 160000 index 00000000000..84061c8aff7 --- /dev/null +++ b/package/luci-app-zerotier @@ -0,0 +1 @@ +Subproject commit 84061c8aff7fb5d25ada241e37efcaaae2d69ce2 diff --git a/package/luci-theme-design b/package/luci-theme-design new file mode 160000 index 00000000000..80c35ef494e --- /dev/null +++ b/package/luci-theme-design @@ -0,0 +1 @@ +Subproject commit 80c35ef494e4b3297c79af60bb1f388cf063bd1f diff --git a/package/luci-theme-kucat b/package/luci-theme-kucat new file mode 160000 index 00000000000..26d458e2a79 --- /dev/null +++ b/package/luci-theme-kucat @@ -0,0 +1 @@ +Subproject commit 26d458e2a79dadada7cd3f0df6fba794f102dcf9 diff --git a/package/openclash b/package/openclash new file mode 160000 index 00000000000..74ce817f0a1 --- /dev/null +++ b/package/openclash @@ -0,0 +1 @@ +Subproject commit 74ce817f0a10681b370d18f366b5fece41c1111e diff --git a/package/openwrt-app-actions b/package/openwrt-app-actions new file mode 160000 index 00000000000..c9d3102b699 --- /dev/null +++ b/package/openwrt-app-actions @@ -0,0 +1 @@ +Subproject commit c9d3102b6996efd983b8d0edc4cac9d5c946760c diff --git a/package/pcat-manager b/package/pcat-manager new file mode 160000 index 00000000000..0149b478086 --- /dev/null +++ b/package/pcat-manager @@ -0,0 +1 @@ +Subproject commit 0149b4780866648d53a2a8633ecf7bc23f1937e5