openvswitch: add KCFLAGS="-Wno-error=date-time" to kernel modules build
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
935e54417d
commit
6ba7c4721e
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ define Build/Compile
|
||||||
ARCH="$(LINUX_KARCH)" \
|
ARCH="$(LINUX_KARCH)" \
|
||||||
SUBDIRS="$(PKG_BUILD_DIR)/datapath/linux" \
|
SUBDIRS="$(PKG_BUILD_DIR)/datapath/linux" \
|
||||||
PATH="$(TARGET_PATH)" \
|
PATH="$(TARGET_PATH)" \
|
||||||
|
KCFLAGS="-Wno-error=date-time" \
|
||||||
KCC="$(KERNEL_CC)"
|
KCC="$(KERNEL_CC)"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue