aboutsummaryrefslogtreecommitdiff
path: root/net/openthread-br
Commit message (Collapse)AuthorAge
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* openthread-br: modernize CMake optionskrant2024-02-27
| | | | | | | | - ':BOOL' suffix is not needed - Don't set options which are matching the defaults - Rename non-existing OT_BORDER_ROUTING_NAT64 to OTBR_NAT64 Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* openthread-br: remove superseded patchkrant2024-02-27
| | | | | | | | The patch is not needed since it is implemented in https://github.com/openthread/ot-br-posix/pull/1908 and included into the current version. Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* openthread-br: fix build error on some platformskrant2024-02-27
| | | | | | | | | | | | On some builders the package was failing to build: ``` cp: cannot overwrite non-directory '[..]/var' with directory '[..]/var ``` Here we're moving the creation of /var/lib/thread into runtime script, which eliminates the error. Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* Revert "openthread-br: fix actually building"Stijn Tintel2023-10-29
| | | | This reverts commit 5958fd068fd0eb96a59c1758fd1906f472981ad5.
* openthread-br: fix actually buildingRosen Penev2023-09-28
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* openthread-br: new packageStijn Tintel2023-08-07
Add a new package for the OpenThread Border Router. Comes with a netifd protocol handler. See README.md for more information. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>