diff --git a/linkease/Makefile b/linkease/Makefile
index 710800f02..4a4760f56 100644
--- a/linkease/Makefile
+++ b/linkease/Makefile
@@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk
PKG_ARCH_LINKEASE:=$(ARCH)
PKG_NAME:=linkease
-PKG_VERSION:=1.0.1
+PKG_VERSION:=1.0.3
PKG_RELEASE:=$(PKG_ARCH_LINKEASE)-1
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://fw.koolcenter.com/binary/LinkEase/LinuxStorage/
-PKG_HASH:=d774e0e588a2d3680c68d995a45c3e5ffd98d6d2fccfbcbf96d253de7369476b
+PKG_HASH:=8187ec55f0ce35b077f189d0ffa2fa792bc31a11468f44afc2fabc4781881db0
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)
diff --git a/luci-app-amlogic/Makefile b/luci-app-amlogic/Makefile
index 8096aba26..ade119ff5 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.130
+PKG_VERSION:=3.1.132
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0 License
diff --git a/luci-app-amlogic/luasrc/view/amlogic/other_info.htm b/luci-app-amlogic/luasrc/view/amlogic/other_info.htm
index 80059df5d..97c31b5a6 100644
--- a/luci-app-amlogic/luasrc/view/amlogic/other_info.htm
+++ b/luci-app-amlogic/luasrc/view/amlogic/other_info.htm
@@ -26,7 +26,7 @@
<%:Amlogic s905d --- [ Phicomm-N1 ]%>
<%:Amlogic Other --- [ Optional DTB ]%>
<%:Allwinner H6 ---- [ V-Plus Cloud ]%>
- <%:Rockchip -------- [ BeikeYun, Chainedbox L1 Pro, FastRhino R66S, FastRhino R68S, Radxa ROCK 5B ]%>
+ <%:Rockchip -------- [ BeikeYun, Chainedbox L1 Pro, FastRhino R66S/R68S, ROCK 5B, H68k ]%>
<%:Used in KVM ----- [ Can be used in KVM virtual machine of Armbian system. ]%>
diff --git a/luci-app-amlogic/po/zh-cn/amlogic.po b/luci-app-amlogic/po/zh-cn/amlogic.po
index 66c6e5282..11b384e72 100644
--- a/luci-app-amlogic/po/zh-cn/amlogic.po
+++ b/luci-app-amlogic/po/zh-cn/amlogic.po
@@ -278,8 +278,8 @@ msgstr "晶晨其他 ----- [ 自定义 DTB 文件 ]"
msgid "Allwinner H6 ---- [ V-Plus Cloud ]"
msgstr "全志 H6 ------ [ 微加云 ]"
-msgid "Rockchip -------- [ BeikeYun, Chainedbox L1 Pro, FastRhino R66S, FastRhino R68S, Radxa ROCK 5B ]"
-msgstr "瑞芯微 ------- [ 贝壳云, 我家云, 电犀牛R66S, 电犀牛R68S, 瑞莎5B ]"
+msgid "Rockchip -------- [ BeikeYun, Chainedbox L1 Pro, FastRhino R66S/R68S, ROCK 5B, H68k ]"
+msgstr "瑞芯微 ------- [ 贝壳云, 我家云, 电犀牛R66S/R68S, 瑞莎5B, 恒领H68k ]"
msgid "Used in KVM ----- [ Can be used in KVM virtual machine of Armbian system. ]"
msgstr "KVM 中使用 --- [ 可以在 Armbian 系统的 KVM 虚拟机中使用。 ]"
diff --git a/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip b/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip
index 0b1ca40b4..69fb639bd 100755
--- a/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip
+++ b/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip
@@ -55,6 +55,13 @@ elif [[ "$(echo ${MYDEVICE_NAME} | grep "FastRhino R68S")" != "" ]]; then
MYDTB_FDTFILE="rk3568-fastrhino-r68s.dtb"
fi
SOC="r68s"
+elif [[ "$(echo ${MYDEVICE_NAME} | grep "HINLINK OPC-H68K Board")" != "" ]]; then
+ if [ -n "$CURRENT_FDTFILE" ];then
+ MYDTB_FDTFILE="$CURRENT_FDTFILE"
+ else
+ MYDTB_FDTFILE="rk3568-opc-h68k.dtb"
+ fi
+ SOC="h68k"
elif [[ "$(echo ${MYDEVICE_NAME} | grep "Radxa ROCK 5B")" != "" ]]; then
if [ -n "$CURRENT_FDTFILE" ];then
MYDTB_FDTFILE="$CURRENT_FDTFILE"