| Default Gateway | User | Password |
|---|---|---|
| 192.168.77.1 (http://immortalwrt.lan/) | root |
- Go to Actions
- Run the workflow
- It takes about 50 minutes
- Resulted firmware will be shown on
Releases
- Clone this repo
- Enter folder
gen-config/immortalwrt/ - Modify mount path in
run.sh - Run
build.shto create the build env image (about 3.5GB) - Run
run.shto create the container and attach to it - Inside container, copy template config file from
deconfig/folder
# MT7981
cp -f defconfig/mt7981-ax3000.config .config
# MT7986
cp -f defconfig/mt7986-ax6000.config .config
# MT7986 256M Low Memory
cp -f defconfig/mt7986-ax6000-256m.config .config
- Run
make menuconfigto choose target router and plugins, etc. - rename the resulted
.configfile accordingly, e.g.360T7.config - Move it back to
deconfig/ - Copy this renamed
xxxx.configfrom mount path in host machine, and add it to the root of this repo.
- Add name of the new router to matrix.router in
Build-All.yml
strategy:
matrix:
router: [360T7, Mi-AX3000T]- Attention: the name here should match the one use in
xxxx.configfile, e.g. "360T7".