aboutsummaryrefslogtreecommitdiff
path: root/utils/cni-plugins
Commit message (Collapse)AuthorAge
* cni-plugins: use local tarballsRosen Penev2024-04-23
| | | | | | Avoids having to override PKG_UNPACK. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* cni-plugins: update to version 1.1.1Daniel Golle2022-12-20
| | | | | | For details see https://github.com/containernetworking/plugins/releases Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cni-plugins: update to version 1.0.1Daniel Golle2021-10-09
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cni-plugins: update to version 1.0.0Daniel Golle2021-08-16
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cni-plugins: depend on kmod-vethDaniel Golle2021-03-30
| | | | | | cni-plugins makes use of veth, make sure kernel module is installed. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cni-plugins: update to version 0.9.1Daniel Golle2021-03-27
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cni-plugins: update to version 0.9.0Daniel Golle2020-12-15
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cni-plugins: set PKG_USE_MIPS16:=0Daniel Golle2020-11-11
| | | | | | | cni-plugins fail to compile due to MIPS16 instructions somehow. Don't use them. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cni-plugins: add packageDaniel Golle2020-11-07
Signed-off-by: Daniel Golle <daniel@makrotopia.org>