openvswitch: add KCFLAGS="-Wno-error=date-time" to kernel modules build 477/head
authorAlexandru Ardelean <aa@ocedo.com>
Tue, 28 Oct 2014 09:25:59 +0000 (11:25 +0200)
committerAlexandru Ardelean <aa@ocedo.com>
Tue, 28 Oct 2014 09:27:46 +0000 (11:27 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
net/openvswitch/Makefile

index bb5b268ddfcd8da062fc5ce58270da761b205a31..627b1ec865bd51d4faa8c1c64992698bde665b73 100644 (file)
@@ -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