From 15626bb27a510c33ee8702945df211196f923ac9 Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 10 Nov 2021 10:59:38 -0500 Subject: [PATCH] Remove legacy build env --- .atom-build.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 .atom-build.yml diff --git a/.atom-build.yml b/.atom-build.yml deleted file mode 100755 index ad466b2..0000000 --- a/.atom-build.yml +++ /dev/null @@ -1,13 +0,0 @@ -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'