mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-01-08 11:37:36 +08:00
update 2024-05-19 14:07:24
This commit is contained in:
parent
fed00a4aa7
commit
8d2216af88
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user