From c6a34148453a8d9d6f13f4b5d6fd41bf751d4f49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 23:37:08 +0800 Subject: [PATCH] update 2023-11-16 23:37:08 --- luci-app-amlogic/Makefile | 2 +- luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/luci-app-amlogic/Makefile b/luci-app-amlogic/Makefile index f5f9d2225..eb0b41679 100644 --- a/luci-app-amlogic/Makefile +++ b/luci-app-amlogic/Makefile @@ -16,7 +16,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-amlogic -PKG_VERSION:=3.1.209 +PKG_VERSION:=3.1.210 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 License diff --git a/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip b/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip index faddca623..715ad04e8 100755 --- a/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip +++ b/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip @@ -54,6 +54,14 @@ case $MYDEVICE_NAME in fi SOC="zcube1 max" ;; + "JP TVbox 3566") + if [ -n "${CURRENT_FDTFILE}" ]; then + MYDTB_FDTFILE="${CURRENT_FDTFILE}" + else + MYDTB_FDTFILE="rk3566-jp-tvbox.dtb" + fi + SOC="jp-tvbox" + ;; "Radxa CM3 RPI CM4 IO") if [ -n "${CURRENT_FDTFILE}" ]; then MYDTB_FDTFILE="${CURRENT_FDTFILE}"