git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
73396eb
)
cni: set PKG_USE_MIPS16:=0
author
Daniel Golle
<redacted>
Wed, 11 Nov 2020 11:03:01 +0000
(11:03 +0000)
committer
Daniel Golle
<redacted>
Wed, 11 Nov 2020 11:05:26 +0000
(11:05 +0000)
Compiling cni failes due to MIPS16 somehow. Disable it.
Signed-off-by: Daniel Golle <redacted>
utils/cni/Makefile
patch
|
blob
|
history
diff --git
a/utils/cni/Makefile
b/utils/cni/Makefile
index e428ad6288e7716a118cec93618eb3cbdcd5a124..895c6d2aad2c3e008f5c1c3f35a71125b4b3120b 100644
(file)
--- a/
utils/cni/Makefile
+++ b/
utils/cni/Makefile
@@
-2,7
+2,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=cni
PKG_VERSION:=0.8.0
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
@@
-14,6
+14,7
@@
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>, Paul Spooren <mail@aparcar
PKG_BUILD_DEPENDS:=golang/host
PKG_BUILD_PARALLEL:=1
+PKG_USE_MIPS16:=0
GO_PKG:=github.com/containernetworking/cni/
GO_PKG_BUILD_PKG:=github.com/containernetworking/cni/cnitool
git clone https://git.99rst.org/PROJECT