diff --git a/.github/workflows/build-minimal.yml b/.github/workflows/build-minimal.yml index 7e70fbd..d05957d 100644 --- a/.github/workflows/build-minimal.yml +++ b/.github/workflows/build-minimal.yml @@ -190,8 +190,6 @@ jobs: aliyunpan upload --timeout 30 --retry 10 --ow info/config.buildinfo openwrt/nanopi-r5s/minimal/${{ matrix.tag.version }}/$version/ aliyunpan upload --timeout 30 --retry 10 --ow info/manifest.txt openwrt/nanopi-r5s/minimal/${{ matrix.tag.version }}/$version/ aliyunpan upload --timeout 30 --retry 10 --ow info/sha256sums.txt openwrt/nanopi-r5s/minimal/${{ matrix.tag.version }}/$version/ - aliyunpan upload --timeout 30 --retry 10 --ow rom/*-r5c-ext4-sysupgrade.img.gz openwrt/nanopi-r5s/minimal/${{ matrix.tag.version }}/$version/ - aliyunpan upload --timeout 30 --retry 10 --ow rom/*-r5c-squashfs-sysupgrade.img.gz openwrt/nanopi-r5s/minimal/${{ matrix.tag.version }}/$version/ aliyunpan upload --timeout 30 --retry 10 --ow rom/*-r5s-ext4-sysupgrade.img.gz openwrt/nanopi-r5s/minimal/${{ matrix.tag.version }}/$version/ aliyunpan upload --timeout 30 --retry 10 --ow rom/*-r5s-squashfs-sysupgrade.img.gz openwrt/nanopi-r5s/minimal/${{ matrix.tag.version }}/$version/ elif [ "${{ matrix.model }}" = "x86_64" ]; then diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index a8f567b..b3229c2 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -244,8 +244,6 @@ jobs: aliyunpan upload --timeout 30 --retry 10 --ow info/config.buildinfo openwrt/nanopi-r5s/releases/${{ matrix.tag.version }}/$version/ aliyunpan upload --timeout 30 --retry 10 --ow info/manifest.txt openwrt/nanopi-r5s/releases/${{ matrix.tag.version }}/$version/ aliyunpan upload --timeout 30 --retry 10 --ow info/sha256sums.txt openwrt/nanopi-r5s/releases/${{ matrix.tag.version }}/$version/ - aliyunpan upload --timeout 30 --retry 10 --ow rom/*-r5c-ext4-sysupgrade.img.gz openwrt/nanopi-r5s/releases/${{ matrix.tag.version }}/$version/ - aliyunpan upload --timeout 30 --retry 10 --ow rom/*-r5c-squashfs-sysupgrade.img.gz openwrt/nanopi-r5s/releases/${{ matrix.tag.version }}/$version/ aliyunpan upload --timeout 30 --retry 10 --ow rom/*-r5s-ext4-sysupgrade.img.gz openwrt/nanopi-r5s/releases/${{ matrix.tag.version }}/$version/ aliyunpan upload --timeout 30 --retry 10 --ow rom/*-r5s-squashfs-sysupgrade.img.gz openwrt/nanopi-r5s/releases/${{ matrix.tag.version }}/$version/ elif [ "${{ matrix.model }}" = "x86_64" ]; then diff --git a/.github/workflows/build-snapshots.yml b/.github/workflows/build-snapshots.yml index 39cdbed..d949c7c 100644 --- a/.github/workflows/build-snapshots.yml +++ b/.github/workflows/build-snapshots.yml @@ -189,8 +189,6 @@ jobs: aliyunpan upload --timeout 30 --retry 10 --ow info/config.buildinfo openwrt/nanopi-r5s/snapshots/$branch/$DATE/ aliyunpan upload --timeout 30 --retry 10 --ow info/manifest.txt openwrt/nanopi-r5s/snapshots/$branch/$DATE/ aliyunpan upload --timeout 30 --retry 10 --ow info/sha256sums.txt openwrt/nanopi-r5s/snapshots/$branch/$DATE/ - aliyunpan upload --timeout 30 --retry 10 --ow rom/*-r5c-ext4-sysupgrade.img.gz openwrt/nanopi-r5s/snapshots/$branch/$DATE/ - aliyunpan upload --timeout 30 --retry 10 --ow rom/*-r5c-squashfs-sysupgrade.img.gz openwrt/nanopi-r5s/snapshots/$branch/$DATE/ aliyunpan upload --timeout 30 --retry 10 --ow rom/*-r5s-ext4-sysupgrade.img.gz openwrt/nanopi-r5s/snapshots/$branch/$DATE/ aliyunpan upload --timeout 30 --retry 10 --ow rom/*-r5s-squashfs-sysupgrade.img.gz openwrt/nanopi-r5s/snapshots/$branch/$DATE/ elif [ "${{ matrix.model }}" = "x86_64" ]; then diff --git a/README.md b/README.md index d14fe30..80fc0fd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-

OpenWrt for FriendlyElec NanoPi R4S / R5S / R5C & X86_64 & Netgear R8500

+

OpenWrt for FriendlyElec NanoPi R4S / R5S & X86_64 & Netgear R8500

@@ -18,7 +18,7 @@ **NanoPi R4S: https://r4s.cooluc.com** -**NanoPi R5S/R5C: https://r5s.cooluc.com** +**NanoPi R5S: https://r5s.cooluc.com** **X86_64: https://x86.cooluc.com** @@ -48,14 +48,14 @@ | 基本 | 状态 | 基本 | 状态 | |:-------------------------------------------------:|:----:|:----------------------------:|:----:| -| kmod 内核模块安装 | ✅ | nft-fullcone / bcm-fullcone | ✅ | +| kmod 内核模块安装 | ✅ | 全锥型 NAT(NFT、BCM 双方案)| ✅ | | SS AES 硬件加速 | ✅ | 构建优化(O3、LTO) | ✅ | -| GPU 硬件加速 | ✅ | 在线 OTA 升级(squashfs) | ✅ | -| HDMI 终端输出 | ✅ | 固件重置(squashfs) | ✅ | -| RTC 时钟 (HYM8563) | ✅ | microSD 启动优先 | ✅ | +| GPU 硬件加速 | ✅ | 内核/模块 优化(LLVM LTO) | ✅ | +| HDMI 终端输出 | ✅ | 在线 OTA 升级(squashfs) | ✅ | +| RTC 时钟 (HYM8563) | ✅ | 固件重置(squashfs) | ✅ | | BBRv3 拥塞控制 | ✅ | LLVM-BPF 支持 | ✅ | -| KVM 虚拟化加速 | ✅ | Shortcut-FE(支持 UDP 入站) | ✅ | -| NGINX & CURL HTTP3/QUIC 支持 | ✅ | LRNG(v54) | ✅ | +| KVM 虚拟化加速([QEMU](https://bin.cooluc.com/)) | ✅ | Shortcut-FE(支持 UDP 入站) | ✅ | +| NGINX & CURL HTTP3/QUIC 支持 | ✅ | LRNG(v53) | ✅ | | 内置插件 | 状态 | 内置插件 | 状态 | |:------------------------:|:----:|:----------------:|:----:|