mirror of
https://github.com/kenzok8/openwrt-packages
synced 2025-01-08 11:17:27 +08:00
update 2023-06-17 14:01:08
This commit is contained in:
parent
1b9d8e2457
commit
2ca3e38cee
@ -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
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user