update 2023-06-17 16:20:47

This commit is contained in:
github-actions[bot] 2023-06-17 16:20:48 +08:00
parent 06579b8dfe
commit df5ca111e5
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.189
PKG_VERSION:=3.1.190
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0 License

View File

@ -111,6 +111,7 @@ if [[ -n "${KERNEL_TAGS}" ]]; then
else
[[ "${SOC}" == "rk3588" ]] && kernel_tag="rk3588" || kernel_tag="stable"
fi
kernel_tag="${kernel_tag/kernel_/}"
# Step 2: Check if there is the latest kernel version
check_kernel() {