Files
openwrtbuilder/.atom-build.yml
2020-06-03 16:36:13 -04:00

14 lines
771 B
YAML
Executable File

cmd: 'echo "Pick a command (see .atom-build.yml)"'
name: ''
targets:
Build RPi4 snapshot in toolbox:
cmd: 'toolboxRun -c openwrt {FILE_ACTIVE} --version snapshot --profile rpi-4'
Build and Flash RPi4 snapshot in toolbox:
cmd: 'toolboxRun -c openwrt {FILE_ACTIVE} --version snapshot --profile rpi-4 --ssh-upgrade root@router.lan'
Build Archer snapshot in toolbox:
cmd: 'toolboxRun -c openwrt {FILE_ACTIVE} --version snapshot --profile tplink_archer-c7-v2'
Build Archer stable in toolbox:
cmd: 'toolboxRun -c openwrt {FILE_ACTIVE} --version 19.07.3 --profile tplink_archer-c7-v2'
Build and Flash Archer stable in toolbox:
cmd: 'toolboxRun -c openwrt {FILE_ACTIVE} --version 19.07.3 --profile tplink_archer-c7-v2 --ssh-upgrade root@archer.lan'