Skip to content

Commit

Permalink
ota: using the github releases node
Browse files Browse the repository at this point in the history
Signed-off-by: sbwml <admin@cooluc.com>
  • Loading branch information
sbwml committed Jun 22, 2024
1 parent 7673ffa commit 62a3e73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions openwrt/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ if [ "$platform" = "x86_64" ]; then
{
"build_date": "$CURRENT_DATE",
"sha256sum": "$SHA256",
"url": "https://x86.cooluc.com/d/$BUILD_TYPE/openwrt-23.05/v$VERSION/openwrt-$VERSION-x86-64-generic-squashfs-combined-efi.img.gz"
"url": "https://github.com/sbwml/builder/releases/download/v$VERSION/openwrt-$VERSION-x86-64-generic-squashfs-combined-efi.img.gz"
}
]
}
Expand Down Expand Up @@ -538,7 +538,7 @@ elif [ "$platform" = "bcm53xx" ]; then
{
"build_date": "$CURRENT_DATE",
"sha256sum": "$SHA256",
"url": "https://r8500.cooluc.com/d/$BUILD_TYPE/openwrt-23.05/v$VERSION/openwrt-$VERSION-bcm53xx-generic-netgear_r8500-squashfs.chk"
"url": "https://github.com/sbwml/builder/releases/download/v$VERSION/openwrt-$VERSION-bcm53xx-generic-netgear_r8500-squashfs.chk"
}
]
}
Expand Down Expand Up @@ -581,7 +581,7 @@ else
{
"build_date": "$CURRENT_DATE",
"sha256sum": "$SHA256",
"url": "https://r4s.cooluc.com/d/$BUILD_TYPE/openwrt-23.05/v$VERSION/openwrt-$VERSION-rockchip-armv8-friendlyarm_nanopi-r4s-squashfs-sysupgrade.img.gz"
"url": "https://github.com/sbwml/builder/releases/download/v$VERSION/v$VERSION/openwrt-$VERSION-rockchip-armv8-friendlyarm_nanopi-r4s-squashfs-sysupgrade.img.gz"
}
]
}
Expand All @@ -595,14 +595,14 @@ EOF
{
"build_date": "$CURRENT_DATE",
"sha256sum": "$SHA256_R5C",
"url": "https://r5s.cooluc.com/d/$BUILD_TYPE/openwrt-23.05/v$VERSION/openwrt-$VERSION-rockchip-armv8-friendlyarm_nanopi-r5c-squashfs-sysupgrade.img.gz"
"url": "https://github.com/sbwml/builder/releases/download/v$VERSION/openwrt-$VERSION-rockchip-armv8-friendlyarm_nanopi-r5c-squashfs-sysupgrade.img.gz"
}
],
"friendlyarm,nanopi-r5s": [
{
"build_date": "$CURRENT_DATE",
"sha256sum": "$SHA256_R5S",
"url": "https://r5s.cooluc.com/d/$BUILD_TYPE/openwrt-23.05/v$VERSION/openwrt-$VERSION-rockchip-armv8-friendlyarm_nanopi-r5s-squashfs-sysupgrade.img.gz"
"url": "https://github.com/sbwml/builder/releases/download/v$VERSION/openwrt-$VERSION-rockchip-armv8-friendlyarm_nanopi-r5s-squashfs-sysupgrade.img.gz"
}
]
}
Expand Down

0 comments on commit 62a3e73

Please sign in to comment.