update 2023-06-17 14:01:08

This commit is contained in:
github-actions[bot] 2023-06-17 14:01:08 +08:00
parent 1b9d8e2457
commit 2ca3e38cee
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() {