From e44fe04195dd05787c5f0efe7d00f7a32c057988 Mon Sep 17 00:00:00 2001 From: cryobry <38270216+cryobry@users.noreply.github.com> Date: Mon, 4 May 2020 10:28:02 -0400 Subject: [PATCH] Update .atom-build.yml to use simpler profile-driven defaults --- .atom-build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) mode change 100644 => 100755 .atom-build.yml diff --git a/.atom-build.yml b/.atom-build.yml old mode 100644 new mode 100755 index 04b5547..70de944 --- a/.atom-build.yml +++ b/.atom-build.yml @@ -2,6 +2,8 @@ cmd: 'echo "Pick a command (see .atom-build.yml)"' name: '' targets: 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' + cmd: 'buildWrapper toolboxRun -c openwrt {FILE_ACTIVE} --version snapshot --profile rpi-4' 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"' + cmd: 'buildWrapper toolboxRun -c openwrt {FILE_ACTIVE} --version snapshot --profile tplink_archer-c7-v2' + Build Archer 19.07.2 in toolbox: + cmd: 'buildWrapper toolboxRun -c openwrt {FILE_ACTIVE} --version 19.07.2 --profile tplink_archer-c7-v2'