Initial commit

This commit is contained in:
cryobry
2020-05-01 12:38:15 -04:00
parent 252cd4e3a5
commit fbe8e21972
4 changed files with 394 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
cmd: 'echo "Pick a command (see .atom-build.yml)"'
name: ''
targets:
Run in toolbox:
cmd: 'buildWrapper toolboxRun -c openwrt {FILE_ACTIVE}'
Build RPi4 snapshot in toolbox:
cmd: 'buildWrapper toolboxRun -c openwrt {FILE_ACTIVE} --version snapshot --target brcm2708/bcm2711 --profile rpi-4 --ssh-backup root@192.168.2.1'
Build Archer snapshot in toolbox:
cmd: 'buildWrapper toolboxRun -c openwrt {FILE_ACTIVE} --version "snapshot" --target "brcm2708/bcm2711" --profile "rpi-4" --ssh-backup "root@192.168.2.1"'