diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100755 index 0000000..6f714f0 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "window.title": "openwrtBuild" +} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100755 index 0000000..8c3dd6a --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,13 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=733558 + // for the documentation about the tasks.json format + "version": "2.0.0", + "tasks": [ + { + "label": "Build RPi4 snapshot in toolbox", + "type": "shell", + "command": "toolboxRun -c openwrt ${file} --version snapshot --profile rpi-4", + "problemMatcher": [] + } + ] +} \ No newline at end of file