Skip to content

Commit

Permalink
update 2025-02-09 20:11:14
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzok8 committed Feb 9, 2025
1 parent 26bcf74 commit 1c95a44
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion luci-app-amlogic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-amlogic
PKG_VERSION:=3.1.249
PKG_VERSION:=3.1.251
PKG_RELEASE:=1

PKG_LICENSE:=GPL-2.0 License
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ kernel_branch:value("5.10", translate("5.10"))
kernel_branch:value("5.15", translate("5.15"))
kernel_branch:value("6.1", translate("6.1"))
kernel_branch:value("6.6", translate("6.6"))
kernel_branch:value("6.12", translate("6.12"))
local default_kernel_branch = luci.sys.exec("uname -r | grep -oE '^[1-9].[0-9]{1,3}'")
kernel_branch.default = trim(default_kernel_branch)
kernel_branch.rmempty = false
Expand Down
4 changes: 0 additions & 4 deletions luci-app-dnsfilter/root/etc/init.d/dnsfilter
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,6 @@ restart(){
fi
}

service_triggers() {
procd_add_reload_trigger "dnsfilter"
}

boot(){
gen;start
}

0 comments on commit 1c95a44

Please sign in to comment.