update 2023-11-16 23:37:08

This commit is contained in:
github-actions[bot] 2023-11-16 23:37:08 +08:00
parent 58eea278ae
commit c6a3414845
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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}"