File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313### Generate ` .config ` file for target router
1414- Clone this repo
1515- Copy the folder ` immortalwrt/ ` in ` gen-config/ `
16- - Modify mount path in == run.sh==
16+ - Modify mount path in ` run.sh `
1717- Run ` build.sh ` to create the build env image
1818- Run ` run.sh ` to create the container and attach to it
1919- Inside container, copy template config file from ` deconfig/ ` folder
@@ -28,9 +28,9 @@ cp -f defconfig/mt7986-ax6000.config .config
2828cp -f defconfig/mt7986-ax6000-256m.config .config
2929```
3030- Run ` make menuconfig ` to choose target router and plugins, etc.
31- - Move the resulted ` .config ` file back to ` deconfig/ `
32- - Copy this .config in host machine, rename it accordingly, e.g. ` 360T7.config `
33- - Add it to the root of this repo
31+ - rename the resulted ` .config ` file accordingly, e.g. ` 360T7.config `
32+ - Move it back to ` deconfig/ `
33+ - Copy this renamed ` xxxx.config ` in mount folder in host machine, and add it to the root of this repo.
3434
3535### Add new workflow
3636- Use the existing workflow file as template, and modify accordingly.
You can’t perform that action at this time.
0 commit comments