diff --git a/luci-app-amlogic/Makefile b/luci-app-amlogic/Makefile index 2911eeae..bcf2d806 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.244 +PKG_VERSION:=3.1.245 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 f164d87e..a26e0ab9 100755 --- a/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip +++ b/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip @@ -169,6 +169,14 @@ case $MYDEVICE_NAME in fi SOC="h88k-v3" ;; +"Hlink H88K V3.1") + if [ -n "${CURRENT_FDTFILE}" ] && [ "${CURRENT_FDTFILE}" != "rk3568-hinlink-h88k-v31.dtb" ]; then + MYDTB_FDTFILE="${CURRENT_FDTFILE}" + else + MYDTB_FDTFILE="rk3588-hlink-h88k-v31.dtb" + fi + SOC="h88k-v3" + ;; "HINLINK OWL H88K Board" | "Hlink H88K") if [ -n "${CURRENT_FDTFILE}" ] && [ "${CURRENT_FDTFILE}" != "rk3568-hinlink-h88k.dtb" ]; then MYDTB_FDTFILE="${CURRENT_FDTFILE}"