Skip to content

Commit

Permalink
Add support for e52c(rk3588s)
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Jul 5, 2024
1 parent ba9b22f commit 93570e4
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.236
PKG_VERSION:=3.1.237
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 @@ -206,6 +206,14 @@ case $MYDEVICE_NAME in
fi
SOC="rock5c"
;;
"Radxa E52C")
if [ -n "${CURRENT_FDTFILE}" ]; then
MYDTB_FDTFILE="${CURRENT_FDTFILE}"
else
MYDTB_FDTFILE="rk3588s-radxa-e52c.dtb"
fi
SOC="e52c"
;;
*) #default
if [ -f "/etc/flippy-openwrt-release" ]; then
source /etc/flippy-openwrt-release 2>/dev/null
Expand Down

0 comments on commit 93570e4

Please sign in to comment.