update 2024-05-19 14:07:24

This commit is contained in:
actions-user 2024-05-19 14:07:24 +08:00
parent fed00a4aa7
commit 8d2216af88
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.233
PKG_VERSION:=3.1.234
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0 License

View File

@ -198,6 +198,14 @@ case $MYDEVICE_NAME in
fi
SOC="rock5b"
;;
"Radxa ROCK 5C"|"Radxa ROCK 5 Model C")
if [ -n "${CURRENT_FDTFILE}" ]; then
MYDTB_FDTFILE="${CURRENT_FDTFILE}"
else
MYDTB_FDTFILE="rk3588s-rock-5c.dtb"
fi
SOC="rock5c"
;;
*) #default
if [ -f "/etc/flippy-openwrt-release" ]; then
source /etc/flippy-openwrt-release 2>/dev/null