diff --git a/luci-app-amlogic/Makefile b/luci-app-amlogic/Makefile index 03d206217..ce3acd88d 100644 --- a/luci-app-amlogic/Makefile +++ b/luci-app-amlogic/Makefile @@ -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 diff --git a/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip b/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip index efe5113e1..bb96a215c 100755 --- a/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip +++ b/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip @@ -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 diff --git a/natflow/Makefile b/natflow/Makefile index 4b07c3baf..0e772a2b7 100644 --- a/natflow/Makefile +++ b/natflow/Makefile @@ -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