From b2ff7cbe2ff8d53033a0aa4ce033916d092ec9ef Mon Sep 17 00:00:00 2001 From: kiddin9 <48883331+kiddin9@users.noreply.github.com> Date: Sun, 6 Sep 2026 13:33:57 +0800 Subject: [PATCH] Delete .github/diy/patches/mosdns.patch --- .github/diy/patches/mosdns.patch | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .github/diy/patches/mosdns.patch diff --git a/.github/diy/patches/mosdns.patch b/.github/diy/patches/mosdns.patch deleted file mode 100644 index e733dd67..00000000 --- a/.github/diy/patches/mosdns.patch +++ /dev/null @@ -1,6 +0,0 @@ ---- a/luci-app-mosdns/root/etc/hotplug.d/iface/99-mosdns -+++ b/luci-app-mosdns/root/etc/hotplug.d/iface/99-mosdns -@@ -1,2 +1,2 @@ - #!/bin/sh --[ "$ACTION" = ifup ] && /etc/init.d/mosdns restart -+[[ "$ACTION" = ifup && "$(uci -q get mosdns.mosdns.enabled)" == 1 ]] && /etc/init.d/mosdns restart