update-10.12

This commit is contained in:
github-actions[bot]
2021-10-12 19:29:23 +08:00
parent 089acd8d5c
commit 54209fe518
2 changed files with 3 additions and 3 deletions

View File

@@ -6,11 +6,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=adguardhome
PKG_VERSION:=0.107.0-b.12
PKG_VERSION:=0.107.0-b.13
PKG_RELEASE:=
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=ce0df255be331c616acf79dd0dd93d448a142f99
PKG_SOURCE_VERSION:=2b635bf689f5321890f112f528678bdf072aaa64
PKG_SOURCE_URL:=https://github.com/AdguardTeam/AdGuardHome
PKG_MIRROR_HASH:=skip

View File

@@ -9,7 +9,7 @@ if [ ! -f /etc/inited ]; then
[ "$(uci -q get dhcp.@dnsmasq[0].noresolv)" ] && {
uci -q del dhcp.@dnsmasq[0].noresolv
uci commit dhcp
service dnsmasq reload
/etc/init.d/dnsmasq reload
}
# sh -c "cat '/usr/share/patch/adblock.patch' | patch -d '/' -p1 --forward" >/dev/null 2>&1
fi