update-10.11

This commit is contained in:
github-actions[bot]
2021-10-11 09:02:32 +08:00
parent 2b6da08c54
commit 4d127af306

View File

@@ -48,6 +48,10 @@ function to_check()
model = "nanopi-r4s"
check_update()
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..dateyr.. "-openwrt-rockchip-armv8-nanopi-r4s-squashfs-sysupgrade.img.gz"
elseif model:match(".*R2C.*") then
model = "nanopi-r2c"
check_update()
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..dateyr.. "-openwrt-rockchip-armv8-nanopi-r2c-squashfs-sysupgrade.img.gz"
elseif model:match(".*Pi 4 Model B.*") then
model = "Rpi-4B"
check_update()