项目作者: nxhack

项目描述 :
Build OpenWrt generic firmware for GL.iNet GL-MT300N-V2
高级语言: Shell
项目地址: git://github.com/nxhack/openwrt-gl-mt300n-v2-build.git
创建时间: 2019-05-16T05:41:18Z
项目社区:https://github.com/nxhack/openwrt-gl-mt300n-v2-build

开源协议:GNU General Public License v3.0

下载


OpenWrt mocha firmware for GL.iNet GL-MT300N-V2

Description

GL.iNet GL-MT300N-V2 is cheap Wi-Fi router. However, it is good hardware that OpenWrt works easily.

Reference

Build

Build firmware on your Docker environment.

  1. mkdir Build_Path_Some_Where
  2. cd Build_Path_Some_Where
  3. git clone https://github.com/nxhack/openwrt-gl-mt300n-v2-build.git
  4. cd openwrt-gl-mt300n-v2-build
  5. docker build -t gl:1 .
  6. docker run -it gl:1
  7. cd openwrt
  8. ./build.sh

It will take several hours.

Setup

Shadowsocks

DNS over TLS

TCP BBR

  1. CONFIG_PACKAGE_kmod-sched=y
  2. CONFIG_PACKAGE_kmod-tcp-bbr=y
  1. sysctl -w net.ipv4.tcp_congestion_control=bbr
  2. sysctl -w net.core.default_qdisc=fq

TCP FAST OPEN

  1. sysctl -w net.ipv4.tcp_fastopen=3