From 6ba7c4721e58ce9fb524f2acaead1f9560bb9e28 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 28 Oct 2014 11:25:59 +0200 Subject: [PATCH] openvswitch: add KCFLAGS="-Wno-error=date-time" to kernel modules build Signed-off-by: Alexandru Ardelean --- net/openvswitch/Makefile | 1 + 1 file changed, 1 insertion(+) 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