Skip to content

Commit

Permalink
Support h88k v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Jul 24, 2024
1 parent accadc7 commit 35c6292
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion luci-app-amlogic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 35c6292

Please sign in to comment.