aboutsummaryrefslogtreecommitdiff
path: root/utils/cni
Commit message (Collapse)AuthorAge
* cni: update to version 1.0.1Daniel Golle2021-10-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cni: update to 0.8.1Oskari Rauta2021-06-10
| | | | | | | | | | | This is a security release that fixes a single bug: - tighten up plugin-finding logic (#811) Users of libcni are strongly encouraged to update. Added me to list of maintainers as requested by @dangowrt. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* cni: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* cni: set PKG_USE_MIPS16:=0Daniel Golle2020-11-11
| | | | | | Compiling cni failes due to MIPS16 somehow. Disable it. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cni: add packageDaniel Golle2020-11-07
Thanks to @aparcar for help with porting this. Signed-off-by: Daniel Golle <daniel@makrotopia.org>