From 7b17cc317e164ebab2924e7858355aec7a25e47c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 23:35:11 +0800 Subject: [PATCH] update 2023-06-02 23:35:11 --- luci-app-amlogic/Makefile | 2 +- luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/luci-app-amlogic/Makefile b/luci-app-amlogic/Makefile index 4cdfeed86..faa283f4c 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.183 +PKG_VERSION:=3.1.184 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 740bff12b..e7cfbd048 100755 --- a/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip +++ b/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip @@ -76,6 +76,13 @@ elif [[ "$(echo ${MYDEVICE_NAME} | grep "HINLINK OPC-H68K Board")" != "" ]]; the MYDTB_FDTFILE="rk3568-opc-h68k.dtb" fi SOC="h68k" +elif [[ "$(echo ${MYDEVICE_NAME} | grep "HINLINK OPC-H69K Board")" != "" ]]; then + if [ -n "${CURRENT_FDTFILE}" ]; then + MYDTB_FDTFILE="${CURRENT_FDTFILE}" + else + MYDTB_FDTFILE="rk3568-opc-h69k.dtb" + fi + SOC="h69k" elif [[ "$(echo ${MYDEVICE_NAME} | grep "Radxa E25")" != "" ]]; then if [ -n "${CURRENT_FDTFILE}" ]; then MYDTB_FDTFILE="${CURRENT_FDTFILE}"