update 2022-05-25 20:20:10

This commit is contained in:
github-actions[bot]
2022-05-25 20:20:10 +08:00
parent 55a9608444
commit e7158bf863
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-amlogic
PKG_VERSION:=3.1.95
PKG_VERSION:=3.1.96
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0 License

View File

@ -63,6 +63,7 @@ kernel_branch:value("5.10", translate("5.10"))
kernel_branch:value("5.15", translate("5.15"))
kernel_branch:value("5.16", translate("5.16"))
kernel_branch:value("5.17", translate("5.17"))
kernel_branch:value("5.18", translate("5.18"))
local default_kernel_branch = luci.sys.exec("ls /lib/modules/ 2>/dev/null | grep -oE '^[1-9].[0-9]{1,3}'")
kernel_branch.default = trim(default_kernel_branch)
kernel_branch.rmempty = false