mirror of
https://github.com/kenzok8/small-package
synced 2025-01-08 11:17:34 +08:00
update 2023-11-16 23:37:08
This commit is contained in:
parent
58eea278ae
commit
c6a3414845
@ -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
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user