mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-06 06:46:54 +08:00
update-10.11
This commit is contained in:
@@ -48,6 +48,10 @@ function to_check()
|
|||||||
model = "nanopi-r4s"
|
model = "nanopi-r4s"
|
||||||
check_update()
|
check_update()
|
||||||
download_url = "https://op.supes.top/firmware/" ..model.. "/" ..dateyr.. "-openwrt-rockchip-armv8-nanopi-r4s-squashfs-sysupgrade.img.gz"
|
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
|
elseif model:match(".*Pi 4 Model B.*") then
|
||||||
model = "Rpi-4B"
|
model = "Rpi-4B"
|
||||||
check_update()
|
check_update()
|
||||||
|
|||||||
Reference in New Issue
Block a user