update 2022-09-24 20:22:14

This commit is contained in:
github-actions[bot] 2022-09-24 20:22:14 +08:00
parent 597db03396
commit 00742163d7
2 changed files with 8 additions and 1 deletions

View File

@ -16,7 +16,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-amlogic
PKG_VERSION:=3.1.126
PKG_VERSION:=3.1.127
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0 License

View File

@ -41,6 +41,13 @@ elif [[ "$(echo ${MYDEVICE_NAME} | grep "BeikeYun")" != "" ]]; then
MYDTB_FDTFILE="rk3328-beikeyun-1296mhz.dtb"
fi
SOC="beikeyun"
elif [[ "$(echo ${MYDEVICE_NAME} | grep "FastRhino R66S")" != "" ]]; then
if [ -n "$CURRENT_FDTFILE" ];then
MYDTB_FDTFILE="$CURRENT_FDTFILE"
else
MYDTB_FDTFILE="rk3568-fastrhino-r66s.dtb"
fi
SOC="r66s"
elif [[ "$(echo ${MYDEVICE_NAME} | grep "FastRhino R68S")" != "" ]]; then
if [ -n "$CURRENT_FDTFILE" ];then
MYDTB_FDTFILE="$CURRENT_FDTFILE"