update 2024-03-13 00:20:13

This commit is contained in:
github-actions[bot] 2024-03-13 00:20:13 +08:00
parent a308e17824
commit 9b30a8278d
3 changed files with 7 additions and 7 deletions

View File

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

View File

@ -70,7 +70,7 @@ case $MYDEVICE_NAME in
fi
SOC="radxa-cm3-rpi-cm4-io"
;;
"FastRhino R66S")
"FastRhino R66S"|"Lunzn FastRhino R66S")
if [ -n "${CURRENT_FDTFILE}" ]; then
MYDTB_FDTFILE="${CURRENT_FDTFILE}"
else
@ -78,7 +78,7 @@ case $MYDEVICE_NAME in
fi
SOC="r66s"
;;
"FastRhino R68S")
"FastRhino R68S"|"Lunzn FastRhino R68S")
if [ -n "${CURRENT_FDTFILE}" ]; then
MYDTB_FDTFILE="${CURRENT_FDTFILE}"
else
@ -118,7 +118,7 @@ case $MYDEVICE_NAME in
fi
SOC="h69k"
;;
"Radxa E25")
"Radxa E25"|"Radxa E25 Carrier Board")
if [ -n "${CURRENT_FDTFILE}" ]; then
MYDTB_FDTFILE="${CURRENT_FDTFILE}"
else
@ -182,7 +182,7 @@ case $MYDEVICE_NAME in
fi
SOC="watermelon-pi"
;;
"Radxa ROCK 5B")
"Radxa ROCK 5B"|"Radxa ROCK 5 Model B")
if [ -n "${CURRENT_FDTFILE}" ]; then
MYDTB_FDTFILE="${CURRENT_FDTFILE}"
else

View File

@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=natflow
PKG_VERSION:=20240227
PKG_VERSION:=20240313
PKG_SOURCE_URL:=https://codeload.github.com/ptpt52/natflow/tar.gz/$(PKG_VERSION)?
PKG_HASH:=08852cdab11b529d49d7af9dcc2bce06bf2d388a50af150377852b04e38a6393
PKG_HASH:=8bf2f6a5fddf7951043ea48160d8f5f87b4d9a91192d110e8f8c175fc1449223
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_MAINTAINER:=Chen Minqiang <ptpt52@gmail.com>