https://firmware-selector.immortalwrt.org/?version=SNAPSHOT&target=rockchip/armv8&id=xunlong_orangepi-r1-plus-lts
如果您手上有 Orange Pi R1 Plus LTS 设备,请帮助我们测试最新的快照固件,检查 WAN 口是否能够正常通讯以及跑满带宽,同时检查丢包率是否正常。
快照版本默认不带 luci,可通过固件选择器的 自定义预安装软件包 功能添加。
如果您手上有 Orange Pi R1 Plus LTS 设备,请帮助我们测试最新的快照固件,检查 WAN 口是否能够正常通讯以及跑满带宽,同时检查丢包率是否正常。
快照版本默认不带 luci,可通过固件选择器的 自定义预安装软件包 功能添加。
ImmortalWrt 24.10.0 released
Sysupgrade can be used to upgrade a device from 23.05 to 24.10,
and configuration will be preserved in most cases.
- Major core components update
- kernel: update to 6.6.73
- mac80211: update to 6.12.6
- musl: update to 1.2.5
- gcc: update to 13.3.0
- Major targets update
- bcm27xx: new bcm2712 subtarget for Raspberry Pi 5 boards
- bcm63xx: removed and replaced by bmips target
- d1: new target for AllWinner D1 RISC-V SoCs
- ipq806x: converted to DSA
- ixp4xx: new target for Intel XScale IXP4xx SoCs
- loongarch64: new target for Loongson LoongArch CPUs
- qoriq: new target for the NXP QorIQ (PowerPC) SoCs
- qualcommax: renamed from ipq807x target
- rockchip: added support for Rockchip RK3588 SoCs
- starfive: new target for StarFive JH71x0 (7100/7110) SoCs
- stm32: new target for STMicroelectronics STM32 SoCs
- General changes
- Activated kernel support for Multipath TCP on devices with big flash sizes
- Activated POSIX Access Control Lists and file system security attributes for
all file systems on devices with big flash sizes
ImmortalWrt 24.10 will continue using OPKG. Only snapshot was changed to APK
and it will be included in next major release.
Get firmware at:
https://firmware-selector.immortalwrt.org/?version=24.10.0
https://downloads.immortalwrt.org/releases/24.10.0/targets/
https://mirrors.sdu.edu.cn/immortalwrt/releases/24.10.0/targets/
Setup opkg mirror (live in mainland China):
https://mirrors.help/immortalwrt/
Revert to main opkg feed (not in mainland China):
We have introduced a new option in system configuration to persist mirror setting, e.g.:
Sysupgrade can be used to upgrade a device from 23.05 to 24.10,
and configuration will be preserved in most cases.
- Major core components update
- kernel: update to 6.6.73
- mac80211: update to 6.12.6
- musl: update to 1.2.5
- gcc: update to 13.3.0
- Major targets update
- bcm27xx: new bcm2712 subtarget for Raspberry Pi 5 boards
- bcm63xx: removed and replaced by bmips target
- d1: new target for AllWinner D1 RISC-V SoCs
- ipq806x: converted to DSA
- ixp4xx: new target for Intel XScale IXP4xx SoCs
- loongarch64: new target for Loongson LoongArch CPUs
- qoriq: new target for the NXP QorIQ (PowerPC) SoCs
- qualcommax: renamed from ipq807x target
- rockchip: added support for Rockchip RK3588 SoCs
- starfive: new target for StarFive JH71x0 (7100/7110) SoCs
- stm32: new target for STMicroelectronics STM32 SoCs
- General changes
- Activated kernel support for Multipath TCP on devices with big flash sizes
- Activated POSIX Access Control Lists and file system security attributes for
all file systems on devices with big flash sizes
ImmortalWrt 24.10 will continue using OPKG. Only snapshot was changed to APK
and it will be included in next major release.
Get firmware at:
https://firmware-selector.immortalwrt.org/?version=24.10.0
https://downloads.immortalwrt.org/releases/24.10.0/targets/
https://mirrors.sdu.edu.cn/immortalwrt/releases/24.10.0/targets/
Setup opkg mirror (live in mainland China):
https://mirrors.help/immortalwrt/
Revert to main opkg feed (not in mainland China):
sed -i.bak "s,mirrors.vsean.net/openwrt,downloads.immortalwrt.org,g" "/etc/opkg/distfeeds.conf"
We have introduced a new option in system configuration to persist mirror setting, e.g.:
uci set system.@imm_init[0].opkg_mirror='https://mirrors.vsean.net/openwrt'
uci commit system
OpenWrt NanoPi R2S
ImmortalWrt 24.10.0 released Sysupgrade can be used to upgrade a device from 23.05 to 24.10, and configuration will be preserved in most cases. - Major core components update - kernel: update to 6.6.73 - mac80211: update to 6.12.6 - musl: update…
ImmortalWrt 24.10.0 known issues
- ath79 (generic, mikrotik, nand) and ramips (mt7620, mt7621) now use
You need to replace it with
- IPv6 RA service is disabled by default and needs to be enabled manually. It will be fixed in next service release.
You can run the following command to enable it:
- The Realtek R8168 driver is broken on FriendlyARM NanoPi R4S. The issue is still under investigation.
You can replace package
- The Cudy TR3000-v1 (OpenWrt U-Boot layout) board has broken sysupgrade ability due to missing configuration, and you need to update the script manually, see commit e6e4c03868f2, will be fixed in next service release.
- The H3C Magic NX30 Pro (NMBM layout) board is unable to boot due to wrong configuration, will be fixed in next service release.
- The Xiaomi Mi Router HD (R3D) board is unable to boot due to wrong configuration (on 23.05.4 as well), will be fixed in next service release.
- ath79 (generic, mikrotik, nand) and ramips (mt7620, mt7621) now use
wpad-basic-openssl
as the default wireless daemon.You need to replace it with
wpad-openssl
for full features. We will change it back to wpad-openssl
in next service release.- IPv6 RA service is disabled by default and needs to be enabled manually. It will be fixed in next service release.
You can run the following command to enable it:
uci set dhcp.lan.ra='server' && /etc/init.d/odhcpd restart
- The Realtek R8168 driver is broken on FriendlyARM NanoPi R4S. The issue is still under investigation.
You can replace package
kmod-r8168
with kmod-r8169
to workaround.- The Cudy TR3000-v1 (OpenWrt U-Boot layout) board has broken sysupgrade ability due to missing configuration, and you need to update the script manually, see commit e6e4c03868f2, will be fixed in next service release.
- The H3C Magic NX30 Pro (NMBM layout) board is unable to boot due to wrong configuration, will be fixed in next service release.
- The Xiaomi Mi Router HD (R3D) board is unable to boot due to wrong configuration (on 23.05.4 as well), will be fixed in next service release.
OpenWrt NanoPi R2S
acwifi 站长恶意开箱评测华为 AX1 被华为OTA 了。 大家引以为鉴,群里一律不允许讨论华为产品有关事宜!~
甚至是 Realtek 方案,这套到现在说是电子垃圾都多少有点侮辱电子垃圾了。
OpenWrt NanoPi R2S
主播主播,你的 MT7981 固然好,但还是太贵了,有没有更便宜的型号推荐呢 有的兄弟有的,像这样的型号一共还有九个 兆能 ZN-M5 也是经典的 MT7981 方案,目前某宝二手单机 50 包邮,要电源 +3。 注意:据说这型号还存在一个 ZX279128 方案的版本,可以去系统日志里面确认一下,ZXIC 的不能刷机。
这设备就是 cmcc a10 换壳,a10 怎么刷这东西就怎么刷。
刷机说明:
https://github.com/immortalwrt/immortalwrt/commit/4e9240e7332f8a00713f284b0b0f4901d6b2b16c
刷机说明:
https://github.com/immortalwrt/immortalwrt/commit/4e9240e7332f8a00713f284b0b0f4901d6b2b16c
For existing ImmortalWrt 24.10.0 RC users, please note that we have moved all RC releases to archive server.
You may update the OPKG feed URL with the following command:
We would suggest upgrading to the latest stable release if possible.
You may update the OPKG feed URL with the following command:
sed -i.bak "s,mirrors.vsean.net/openwrt,archive.immortalwrt.org,g" "/etc/opkg/distfeeds.conf"
We would suggest upgrading to the latest stable release if possible.
OpenWrt NanoPi R2S
主播主播,你的 MT7981 固然好,但还是太贵了,有没有更便宜的型号推荐呢 有的兄弟有的,像这样的型号一共还有九个 兆能 ZN-M5 也是经典的 MT7981 方案,目前某宝二手单机 50 包邮,要电源 +3。 注意:据说这型号还存在一个 ZX279128 方案的版本,可以去系统日志里面确认一下,ZXIC 的不能刷机。
https://github.com/openwrt/openwrt/pull/18121
现已加入主线大套餐。
顺带一提因为之前挖的坑,如果你从 ImmortalWrt 24.10 及之后的版本升级 OpenWrt U-Boot layout 的固件,可以直接忽略弹出的警告。
现已加入主线大套餐。
顺带一提因为之前挖的坑,如果你从 ImmortalWrt 24.10 及之后的版本升级 OpenWrt U-Boot layout 的固件,可以直接忽略弹出的警告。
GitHub
mediatek: add support for CMCC A10 by 1715173329 · Pull Request #18121 · openwrt/openwrt
This board is also as known as SuperElectron ZN-M5 and ZN-M8. However, for ZN-M5
and ZN-M8, there's another version uses ZX279128 as CPU chip, which is unsupported.
You can check it in &...
and ZN-M8, there's another version uses ZX279128 as CPU chip, which is unsupported.
You can check it in &...
新增支持 CMCC RAX3000Me
https://github.com/immortalwrt/immortalwrt/commit/57f31cd5b11cb7e590c330845ec74ffa2d6eb13e
这东西基本就是 RAX3000M 青春版,把内存从 DDR4 换成了 DDR3(还是 512M),闪存换成了国产的复旦微。目前也有个不带 USB 的版本仍然用的 DDR4。
目前已知标签 CH = XW = DDR3 + USB,WS = DDR4。据说还有个 eMMC 的版本,没见过。
刷机的时候需要注意内存版本,刷错了必砖。
参考价格:带 USB 的某夕夕“全新”券后 90 左右,不带 USB 的某宝二手 60 左右。
https://github.com/immortalwrt/immortalwrt/commit/57f31cd5b11cb7e590c330845ec74ffa2d6eb13e
这东西基本就是 RAX3000M 青春版,把内存从 DDR4 换成了 DDR3(还是 512M),闪存换成了国产的复旦微。目前也有个不带 USB 的版本仍然用的 DDR4。
目前已知标签 CH = XW = DDR3 + USB,WS = DDR4。据说还有个 eMMC 的版本,没见过。
刷机的时候需要注意内存版本,刷错了必砖。
参考价格:带 USB 的某夕夕“全新”券后 90 左右,不带 USB 的某宝二手 60 左右。
GitHub
mediatek: add CMCC RAX3000Me support · immortalwrt/immortalwrt@57f31cd
Hardware specification:
SoC: MediaTek MT7981B 2x A53
Flash: 64GB eMMC or 128 MB SPI-NAND
RAM: 512MB DDR3 or DDR4
Ethernet: 4x 10/100/1000 Mbps
Switch: MediaTek MT7531AE
WiFi: MediaTek M...
SoC: MediaTek MT7981B 2x A53
Flash: 64GB eMMC or 128 MB SPI-NAND
RAM: 512MB DDR3 or DDR4
Ethernet: 4x 10/100/1000 Mbps
Switch: MediaTek MT7531AE
WiFi: MediaTek M...
OpenWrt NanoPi R2S
Photo
以前我在github上抄代码,作者跟我说点个star,我都会说好好好,但是编译完了刷机后也没想起来点star,其实这样挺不好的。
现在作者跟我说点个star,除非代码真的很好到我想打好评的程度,否则 我就会在issue直接说,抱歉我不想star,然后直接抄。作为一个有讨好倾向的人,这就是我锻炼真诚和勇气的方式
现在作者跟我说点个star,