openvswitch: add KCFLAGS="-Wno-error=date-time" to kernel modules build

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean 2014-10-28 11:25:59 +02:00
parent 935e54417d
commit 6ba7c4721e

View 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