Browse Source

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

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 10 years ago
parent
commit
6ba7c4721e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/openvswitch/Makefile

+ 1
- 0
net/openvswitch/Makefile 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


Loading…
Cancel
Save