All Projects → iyuangang → openwrt

iyuangang / openwrt

Licence: GPL-2.0 license
OpenWrt Stable 1907 with lean's package

Programming Languages

c
50402 projects - #5 most used programming language
objective c
16641 projects - #2 most used programming language
Makefile
30231 projects
C++
36643 projects - #6 most used programming language
shell
77523 projects
lua
6591 projects

Projects that are alternatives of or similar to openwrt

TG799VAC-XTREME-17.2-MINT
My personal unique wiki for hacking the router firmware used by (Telia)TG799vac Xtream v17.2-MINT delivered from Technicolor
Stars: ✭ 71 (+29.09%)
Mutual labels:  router, openwrt
Actions Openwrt K2p
Use Github Actions to automatically compile Lean's Modified Lede source for K2P
Stars: ✭ 67 (+21.82%)
Mutual labels:  router, openwrt
Asuswrt Merlin Transparent Proxy
transparent proxy base on ss, v2ray, ipset, iptables, chinadns on asuswrt merlin.
Stars: ✭ 367 (+567.27%)
Mutual labels:  router, openwrt
Lede
Lean's OpenWrt source
Stars: ✭ 19,062 (+34558.18%)
Mutual labels:  openwrt, openwrt-zh-cn
Ansible Openwisp2 Imagegenerator
Automatically build several openwisp2 firmware images for different organizations while keeping track of their differences
Stars: ✭ 122 (+121.82%)
Mutual labels:  router, openwrt
YAWAC
Yet Another Wifi Auto Connect (YAWAC) is a shell script to connect to a dataset of wireless connection and free hotspot like FreeWifi. It's works on OpenWrt.
Stars: ✭ 22 (-60%)
Mutual labels:  router, openwrt
Xunlei Fastdick
迅雷快鸟 Xunlei Network Accelerator For Router
Stars: ✭ 789 (+1334.55%)
Mutual labels:  router, openwrt
Openwrtinvasion
Root shell exploit for several Xiaomi routers: 4A Gigabit, 4A 100M, 4, 4C, 3Gv2, 4Q, miWifi 3C...
Stars: ✭ 366 (+565.45%)
Mutual labels:  router, openwrt
Docker Openwrt
OpenWrt running in Docker
Stars: ✭ 107 (+94.55%)
Mutual labels:  router, openwrt
Xunleikuainiaoinshell
[ 迅雷快鸟 Shell 版 ] A Shell Implementation of Kuainiao, Xunlei
Stars: ✭ 102 (+85.45%)
Mutual labels:  router, openwrt
Actions Openwrt
A template for building OpenWrt with GitHub Actions | 使用 GitHub Actions 云编译 OpenWrt
Stars: ✭ 4,742 (+8521.82%)
Mutual labels:  openwrt, openwrt-zh-cn
Luci Wrtbwmon
Bandwidth tracker for OpenWRT that uses wrtbwmon
Stars: ✭ 201 (+265.45%)
Mutual labels:  router, openwrt
openwrt
OpenWrt Stable Version
Stars: ✭ 475 (+763.64%)
Mutual labels:  openwrt, stable
slim-wrt
Armor for Openwrt
Stars: ✭ 66 (+20%)
Mutual labels:  router, openwrt
OpenWrtAction
Openwrt automatic compilation project of github action
Stars: ✭ 28 (-49.09%)
Mutual labels:  openwrt, lean
Fast Path Lede Openwrt
PLEASE GO TO NEW OPENWRT TRUNK BASED SFE FIRMWARE ->
Stars: ✭ 96 (+74.55%)
Mutual labels:  router, openwrt
Familycloudspeederinshell
[ 天翼家庭云/天翼云盘提速 Shell 版 ] A Shell Implementation of FamilyCloudSpeeder, ESurfing
Stars: ✭ 154 (+180%)
Mutual labels:  router, openwrt
openwrt-build-env
OpenWrt build environment in docker | Docker 中的 OpenWrt 编译环境
Stars: ✭ 77 (+40%)
Mutual labels:  openwrt, openwrt-zh-cn
rust-crosscompiler-arm
Docker images for Rust dedicated to cross compilation for ARM v6 and more
Stars: ✭ 48 (-12.73%)
Mutual labels:  raspberrypi
neteng-roadmap
Network Engineering at Scale Roadmap/Landscape
Stars: ✭ 53 (-3.64%)
Mutual labels:  router
 _______                     ________        __
|       |.-----.-----.-----.|  |  |  |.----.|  |_
|   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
|_______||   __|_____|__|__||________||__|  |____|
         |__| W I R E L E S S   F R E E D O M
-----------------------------------------------------

OpenWrt Stable 1907 with lean's package

OpenWrt-1907 x86_64 OpenWrt-1907 RaspberryPi3B+

This is the stable buildsystem for the OpenWrt Linux distribution.

这是 OpenWrt Linux 发行版 稳定版本编译系统。

All released version of my project is used for more than a week, and released after the test is stable.

本项目版本均为使用一周以上,测试稳定后发布。

This project can use Github Actions to achieve automatic compilation. Copy the openwrt-ci-v2.yml in the directory .github /workflows/ and rename then modify the content to your own configuration. Note: In order to successfully synchronize the changes after the fork, please do not make any modifications to the original openwrt-ci-v2.yml, otherwise it will cause errors in the synchronization upstream.

本项目可利用 Github Actions 实现自动编译。拷贝目录 .github/workflows/ 下的 openwrt-ci-v2.yml 重命名并修改内容为自己的配置即可。注意事项:为了顺利同步Fork 后的更改内容,请不要对原版 openwrt-ci-v2.yml 做任何修改,否则会导致同步上游出错。

To build your own firmware you need a Linux, BSD or MacOS system (case sensitive filesystem required). Cygwin and Windows linux subsystem are unsupported because of the lack of a case sensitive file system.

要构建属于您自己的固件,您需要一个 LinuxBSDMacOS 系统(需要区分大小写的文件系统)。 由于缺少区分大小写的文件系统,因此不支持 CygwinWindows linux subsystem

You need gcc, binutils, bzip2, flex, python, perl, make, find, grep, diff, unzip, gawk, getopt, subversion, libz-dev and libc headers installed.

您需要安装 gcc, binutils, bzip2flex, python, perl, make, find, grep, diff, unzip, gawk, getopt, subversion, libz-dev, libc.

  1. Run ./scripts/feeds update -a to obtain all the latest package definitions defined in feeds.conf / feeds.conf.default

    运行./scripts/feeds update -a获取feeds.conf / feeds.conf.default中定义的所有最新软件包定义。

  2. Run ./scripts/feeds install -a to install symlinks for all obtained packages into package/feeds/

    运行./scripts/feeds install -a将所有获得的软件包的符号链接安装到package/feeds/中。

  3. Run make menuconfig to select your preferred configuration for the toolchain, target system & firmware packages.

    运行 make menuconfig 为工具链,目标系统和固件包选择首选配置。

  4. Run make download -j8 && make -j$(nproc) || make -j1 V=s to build your firmware. This will download all sources, build the cross-compile toolchain and then cross-compile the Linux kernel & all chosen applications for your target system.

    运行make download -j8 && make -j$(nproc) || make -j1 V=s来构建固件。 这将下载所有源代码,构建交叉编译工具链,然后交叉编译目标系统的Linux内核和所有选定的应用程序。

Sunshine! Your OpenWrt Community

Thanks to Lean's OpenWrt source

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