I heard you like rewrites

This commit is contained in:
2021-11-11 15:21:22 -05:00
parent 15626bb27a
commit 35a48627b6
6 changed files with 533 additions and 490 deletions

2
.vscode/tasks.json vendored
View File

@@ -6,7 +6,7 @@
{
"label": "Build RPi4 snapshot in toolbox",
"type": "shell",
"command": "toolboxRun -c openwrt ${file} --version snapshot --profile rpi-4",
"command": "toolbox ${file} -p r4s -d",
"problemMatcher": []
}
]