All Projects → biliwala → nanopi-openwrt

biliwala / nanopi-openwrt

Licence: other
Openwrt for Nanopi R2S 固件编译

Projects that are alternatives of or similar to nanopi-openwrt

Nanopi Openwrt
Openwrt for Nanopi R1S R2S R4S 香橙派 R1 Plus 固件编译 纯净版与大杂烩
Stars: ✭ 3,033 (+3026.8%)
Mutual labels:  openwrt, nanopi, r2s
nanopi-r2s-openwrt
OpenWrt Frimwares for FriendlyARM NanoPi R2S
Stars: ✭ 153 (+57.73%)
Mutual labels:  nanopi, r2s, nanopi-r2s
R2S
基于 RubikWrt 的 NanoPi R2S 固件,每日自动更新插件和内核
Stars: ✭ 96 (-1.03%)
Mutual labels:  openwrt, r2s, nanopi-r2s
OpenWrt-Autobuild
OpenWrt action builds
Stars: ✭ 24 (-75.26%)
Mutual labels:  openwrt, r2s, nanopi-r2s
OpenWrt-NanoPi-R2S-R4S-Builds
OpenWRT Builds for NanoPi R2S & R4S from official Openwrt source code with minimal set of patches
Stars: ✭ 99 (+2.06%)
Mutual labels:  openwrt, nanopi-r2s
NanoPi-R2S
自动发布 NanoPi-R2S 固件
Stars: ✭ 11 (-88.66%)
Mutual labels:  openwrt, nanopi-r2s
openwrt-rockchip
OpenWRT Official master source code + CTCGFW & Lean's packages code
Stars: ✭ 197 (+103.09%)
Mutual labels:  nanopi, r2s
OpenWrt-Buildbot
Customized Pure OpenWrt & Self-Build OpenWrt Packages Project.
Stars: ✭ 305 (+214.43%)
Mutual labels:  openwrt, nanopi-r2s
OpenWrts
OPENWRT 固件(Raspberry Pi4B/3B+,NanoPi R4S,Orange Pi R1Plus,x86) 依源码更新自动编译
Stars: ✭ 100 (+3.09%)
Mutual labels:  openwrt, nanopi-r2s
YAOF
OpenWrt for Nanopi R2C/R2S/R4S/X86
Stars: ✭ 1,442 (+1386.6%)
Mutual labels:  openwrt, r2s
Openwrt Rpi
Raspberry Pi & NanoPi R2S/R4S & G-Dock & x86 OpenWrt Compile Project. (Based on Github Action / Daily Update)
Stars: ✭ 3,492 (+3500%)
Mutual labels:  openwrt, nanopi-r2s
plan44-feed
OpenWrt feed containing plan44 packages
Stars: ✭ 25 (-74.23%)
Mutual labels:  openwrt
openwrt
A custom ROM for IPQ40xx (currently: EA6350v3, MR8300, EA8300, GL-S1300, and GL-B1300) with several modifications and many annoyances fixed.
Stars: ✭ 58 (-40.21%)
Mutual labels:  openwrt
SAGEMCOM-FAST-5370e-TELIA
This is my personal wiki for hacking the router firmware used by (Sagemcom)F@st Version 3.43.2 delivered from Sagemcom
Stars: ✭ 92 (-5.15%)
Mutual labels:  openwrt
khadas-openwrt
openwrt for Khadas boards
Stars: ✭ 25 (-74.23%)
Mutual labels:  openwrt
bmx7
BMX7 / SEMTOR Securely Entrusted Mesh Routing Protocol
Stars: ✭ 55 (-43.3%)
Mutual labels:  openwrt
amlogic-s9xxx-openwrt
OpenWrt for Amlogic and Rockchip. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, rk3588, rk3568, rk3288, etc. including install to EMMC and update related functions.
Stars: ✭ 724 (+646.39%)
Mutual labels:  openwrt
owbot
OpenWrt Telegram Bot
Stars: ✭ 26 (-73.2%)
Mutual labels:  openwrt
openwrt-build-env
OpenWrt build environment in docker | Docker 中的 OpenWrt 编译环境
Stars: ✭ 77 (-20.62%)
Mutual labels:  openwrt
gnb udp over tcp
gnb_udp_over_tcp 是一个为GNB开发的通过tcp链路中转UDP分组转发的服务
Stars: ✭ 32 (-67.01%)
Mutual labels:  openwrt

Nanopi r1s r2s openwrt 固件自动编译

发布地址:

https://github.com/biliwala/nanopi-openwrt/releases
(请记得下载zip包之后解压出里头的固件包再刷,不要拿zip直刷,会失败的!)

编译方式:

本编译方案采用git rebase(变基),把友善friendlywrt对openwrt代码的修改应用到Lean和Lienol两个大佬的openwrt分支,并替换friendlywrt整套代码的方式,由此编译出分别包含两位大佬特色优化和插件的两版固件,寻求最佳的插件兼容性和稳定性。而minimal版是我根据自己的理解,在Lean版的基础上只编译我认为不影响设备性能的插件。目前测试结果显示,minimal虽然功能较少,但是性能是比较好的。

温馨提示:

Lean版的默认用户名是root, 密码是password
Lienol版默认用户名是root, 密码为空

烧制完固件插入tf卡并启动完成,电脑端显示“网络(已连接)”之后,在浏览器输入 http://friendlywrt/ 可以直接打开路由器后台,无需修改本地连接设置或者查看IP地址。如果网络状态一直是未识别(上电超过5分钟),请直接插拔一次电源重启试试。

更新说明:

https://github.com/biliwala/nanopi-openwrt/blob/master/CHANGELOG.md

R2S在线升级方法:

(注意:目前仅支持R2S,仅能升级到minimal版本固件,如果你使用的是Lienol版也不要用此方法升级)
先安装好依赖

opkg update
opkg install zstd
opkg install libzstd

然后下载脚本执行

wget -qO- https://github.com/biliwala/nanopi-openwrt/raw/master/scripts/autoupdate.sh | sh

(脚本由gary lau提供,非常感谢!)

R2S离线升级方法:

(注意:目前仅支持R2S,仅能升级到minimal版本固件,如果你使用的是Lienol版也不要用此方法升级) 把下载好的 release固件 上传到R2S(系统 -> 文件传输 -> 上传) 把下载好的scripts目录下的 autoupdate-offline.sh 上传到R2S(系统 -> 文件传输 -> 上传) 然后脚本执行

sh /tmp/upload/autoupdate-offline.sh

本固件(minimal版本)NAT基准性能测试:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].