All Projects → nicholas-opensource → OpenWrt-Autobuild

nicholas-opensource / OpenWrt-Autobuild

Licence: GPL-3.0 license
OpenWrt action builds

Programming Languages

lua
6591 projects
shell
77523 projects
Makefile
30231 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to OpenWrt-Autobuild

R2S
基于 RubikWrt 的 NanoPi R2S 固件,每日自动更新插件和内核
Stars: ✭ 96 (+300%)
Mutual labels:  openwrt, r2s, nanopi-r2s, r2s-openwrt
OpenWrts
OPENWRT 固件(Raspberry Pi4B/3B+,NanoPi R4S,Orange Pi R1Plus,x86) 依源码更新自动编译
Stars: ✭ 100 (+316.67%)
Mutual labels:  openwrt, x86-64, nanopi-r2s
nanopi-openwrt
Openwrt for Nanopi R2S 固件编译
Stars: ✭ 97 (+304.17%)
Mutual labels:  openwrt, r2s, nanopi-r2s
nanopi-r2s-openwrt
OpenWrt Frimwares for FriendlyARM NanoPi R2S
Stars: ✭ 153 (+537.5%)
Mutual labels:  r2s, nanopi-r2s
openwrt-rockchip
OpenWRT Official master source code + CTCGFW & Lean's packages code
Stars: ✭ 197 (+720.83%)
Mutual labels:  r2s, r2s-openwrt
OpenWRT-x86 64-Install
Create and deploy a LEGACY or EFI OpenWRT bootable image for x86_64 processors
Stars: ✭ 15 (-37.5%)
Mutual labels:  openwrt, x86-64
YAOF
OpenWrt for Nanopi R2C/R2S/R4S/X86
Stars: ✭ 1,442 (+5908.33%)
Mutual labels:  openwrt, r2s
OpenWrt-Buildbot
Customized Pure OpenWrt & Self-Build OpenWrt Packages Project.
Stars: ✭ 305 (+1170.83%)
Mutual labels:  openwrt, nanopi-r2s
Nanopi Openwrt
Openwrt for Nanopi R1S R2S R4S 香橙派 R1 Plus 固件编译 纯净版与大杂烩
Stars: ✭ 3,033 (+12537.5%)
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 (+14450%)
Mutual labels:  openwrt, nanopi-r2s
Build Openwrt
超简单云编译,人人都能定制编译自己喜欢的OpenWrt固件
Stars: ✭ 194 (+708.33%)
Mutual labels:  openwrt, x86-64
NanoPi-R2S
自动发布 NanoPi-R2S 固件
Stars: ✭ 11 (-54.17%)
Mutual labels:  openwrt, 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 (+312.5%)
Mutual labels:  openwrt, nanopi-r2s
dragon
DRAGON Stack manager
Stars: ✭ 20 (-16.67%)
Mutual labels:  x86-64
ansible-tinc
Role to install tinc in a star/ring topology (w/ leaf/spine) (based on your variables)
Stars: ✭ 15 (-37.5%)
Mutual labels:  openwrt
chaos calmer
OpenIPC 1.0 (OpenWRT-based), not maintained anymore
Stars: ✭ 189 (+687.5%)
Mutual labels:  openwrt
openwrt-scripts
A collection of some useful scripts running on OpenWrt/LEDE routers
Stars: ✭ 43 (+79.17%)
Mutual labels:  openwrt
lispmob
LISP and LISP-MN Implementation
Stars: ✭ 44 (+83.33%)
Mutual labels:  openwrt
ancistrus
Netgear's D7000 Nighthawk Router Experience Distributed Project
Stars: ✭ 61 (+154.17%)
Mutual labels:  openwrt
simetbox-openwrt-config
Biblioteca para leitura da configuração do SIMETBox
Stars: ✭ 16 (-33.33%)
Mutual labels:  openwrt

Notice

This repository is based on QiuSimons/YAOF.

All source code in this repository uses GNU GPLv3 license.
If this repository violates your legal rights, please contact me.

This repository is for general informational purposes only. All content in the repository is provided in good faith. However, we make no representation or warranty of any kind, express or implied, regarding the accuracy, adequacy, validity, reliability, availability, or completeness of the repository.


Key Infomations

Login IP:192.168.1.1

Password:None

Version Informations

OpenWrt official v21.02.3


Feature

1.Based on official OpenWrt

2.Only contain the most basic software for the stability

3.Fullcone NAT supported

4.Opkg vermagic matched with OpenWrt manifest ( You can install the software as if you have AppStore~ )

5.Port some old software for the LuCI master by msylgj

6.Disable IPv6 by default

  • If you do need IPv6
uci set dhcp.lan.ra='hybrid'
uci set dhcp.lan.ndp='hybrid'
uci set dhcp.lan.dhcpv6='hybrid'
uci set dhcp.lan.ra_management='1'
uci set dhcp.@dnsmasq[0].rebind_protection='0'
uci del dhcp.@dnsmasq[0].filteraaaa
uci commit dhcp

R2S Feature

1.Fixed DDR4 333MHz problem

2.Modify DTSI to support overclocked unstable devices as much as possible

3.Remove frequencies below 800MHz (same voltage) for faster response

4.Support TF card with a minimum size of 512MB


Thanks to everyone in ImmortalWrt and OpenWrt

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].