Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

MinoriceOwO/openwrt-mi-ax3000

 
 

Repository files navigation

OpenWRT for Mi Router AX3000

OpenWRT Support for Mi Router AX3000.

Code in this repository is originally from OpenWRT and OpenWRT for Redmi AX3000 . Only a few changes were made.

Sincerely thank OpenWRT Community & hzyitc.

Files under ~/target/linux/ipq50xx were edited.

How to build

// Install Necessary Dependencies
sudo apt update
sudo apt install build-essential clang flex g++ gawk gcc-multilib \
  gettext git libncurses5-dev libssl-dev python3-distutils rsync \
  unzip zlib1g-dev

// Clone This Repository
git clone https://github.com/MinoriceOwO/openwrt-mi-ax3000.git

// Update and Install Feeds
./scripts/feeds update -a
./scripts/feeds install -a

// Complete the Configuration
make menuconfig

// Run Build
make -j$(nproc) defconfig download clean world

How to install

Please refer to OpenWRT for Redmi AX3000: Install Guide

About

OpenWrt for Mi Router AX3000

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 70.0%
  • Makefile 17.9%
  • Shell 6.4%
  • Perl 2.6%
  • Assembly 1.5%
  • Python 0.5%
  • Other 1.1%