index
:
openwrt-packages.git
Community maintained packages for OpenWrt
log msg
author
committer
range
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
about
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Alexandru Ardelean <aa@ocedo.com>
2014-10-28 11:25:59 +0200
committer
Alexandru Ardelean <aa@ocedo.com>
2014-10-28 11:27:46 +0200
commit
6ba7c4721e58ce9fb524f2acaead1f9560bb9e28
(
patch
)
tree
4ebe1f1c133423655020119994446413ccc94152
parent
935e54417d26bec5c52be6a673ee2044bdd9f834
(
diff
)
openvswitch: add KCFLAGS="-Wno-error=date-time" to kernel modules build
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat
-rw-r--r--
net/openvswitch/Makefile
1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile
index bb5b268dd..627b1ec86 100644
--- a/
net/openvswitch/Makefile
+++ b/
net/openvswitch/Makefile
@@ -131,6 +131,7 @@ define Build/Compile
ARCH="$(LINUX_KARCH)" \
SUBDIRS="$(PKG_BUILD_DIR)/datapath/linux" \
PATH="$(TARGET_PATH)" \
+ KCFLAGS="-Wno-error=date-time" \
KCC="$(KERNEL_CC)"
endef