Skip to content

An opensource OpenWrt variant for mainland China users.

License

Notifications You must be signed in to change notification settings

kmiit/Redmi_AX3000_immortalwrt

 
 

Repository files navigation

ImmortalWrt For Redmi AX3000

Known issue:

Default login address: http://192.168.1.1 or http://immortalwrt.lan, username: root, password: none.

How to build

Requirements

sudo apt update -y
sudo apt install -y ack antlr3 asciidoc autoconf automake autopoint binutils bison build-essential \
  bzip2 ccache clang cmake cpio curl device-tree-compiler ecj fastjar flex gawk gettext gcc-multilib \
  g++-multilib git gnutls-dev gperf haveged help2man intltool lib32gcc-s1 libc6-dev-i386 libelf-dev \
  libglib2.0-dev libgmp3-dev libltdl-dev libmpc-dev libmpfr-dev libncurses-dev libpython3-dev \
  libreadline-dev libssl-dev libtool libyaml-dev libz-dev lld llvm lrzsz mkisofs msmtp nano \
  ninja-build p7zip p7zip-full patch pkgconf python3 python3-pip python3-ply python3-docutils \
  python3-pyelftools qemu-utils re2c rsync scons squashfs-tools subversion swig texinfo uglifyjs \
  upx-ucl unzip vim wget xmlto xxd zlib1g-dev zstd

Or

sudo bash -c 'bash <(curl -s https://build-scripts.immortalwrt.org/init_build_environment.sh)'

Quickstart

# Clone this repository
git clone https://github.com/kmiit/Redmi_AX3000_immortalwrt
cd Redmi_AX3000_immortalwrt

# Update and install feeds
./scripts/feeds update -a
./scripts/feeds install -a

# Configure for your device
make menuconfig

# Build
make

How To install

Please refer to https://github.com/hzyitc/openwrt-redmi-ax3000?tab=readme-ov-file#how-to-install

Related Repositories

About

An opensource OpenWrt variant for mainland China users.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 63.8%
  • Makefile 18.2%
  • Shell 6.5%
  • Roff 6.2%
  • Perl 2.4%
  • Pascal 1.0%
  • Other 1.9%