summaryrefslogtreecommitdiff
path: root/openwrt
Commit message (Collapse)AuthorAgeFilesLines
* don't provide log formats as environmentspennae2023-09-272-8/+8
| | | | environments work, but this seems a little less fragile.
* check correctness of UCI identifiers during buildpennae2023-09-251-2/+17
| | | | | | | uci import does not abort properly on config errors, so the deployment process continues and leaves the device with a partially invalid config. checking identifiers during build is also a lot faster than having the targets reboot due to import failures and subsequent rollbacks.
* initial commitpennae2023-09-226-0/+656
without warranty of any kind, express or impliend