update 2023-11-16 23:37:08
This commit is contained in:
parent
58eea278ae
commit
c6a3414845
|
@ -16,7 +16,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-amlogic
|
PKG_NAME:=luci-app-amlogic
|
||||||
PKG_VERSION:=3.1.209
|
PKG_VERSION:=3.1.210
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0 License
|
PKG_LICENSE:=GPL-2.0 License
|
||||||
|
|
|
@ -54,6 +54,14 @@ case $MYDEVICE_NAME in
|
||||||
fi
|
fi
|
||||||
SOC="zcube1 max"
|
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")
|
"Radxa CM3 RPI CM4 IO")
|
||||||
if [ -n "${CURRENT_FDTFILE}" ]; then
|
if [ -n "${CURRENT_FDTFILE}" ]; then
|
||||||
MYDTB_FDTFILE="${CURRENT_FDTFILE}"
|
MYDTB_FDTFILE="${CURRENT_FDTFILE}"
|
||||||
|
|
Loading…
Reference in New Issue