- Same as openwrt-redmi-ax3000
Default login address: http://192.168.1.1 or http://immortalwrt.lan, username: root, password: none.
sudo bash -c 'bash <(curl -s https://build-scripts.immortalwrt.org/init_build_environment.sh)'# 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
# Or check CI scrip for basic config.
# Build
make -j$(nproc)Please refer to https://github.com/hzyitc/openwrt-redmi-ax3000?tab=readme-ov-file#how-to-install
- openwrt-redmi-ax3000
- ImmortalWrt
- LuCI Web Interface: Modern and modular interface to control the device via a web browser.
- ImmortalWrt Packages: Community repository of ported packages.
- OpenWrt Routing: Packages specifically focused on (mesh) routing.
- OpenWrt Video: Packages specifically focused on display servers and clients (Xorg and Wayland).