Browse Source

openvswitch: use EXTRA_CFLAGS instead of KCFLAGS

The patch we've switched requires EXTRA_CFLAGS to be set instead of KCFLAGS.

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

+ 1
- 1
net/openvswitch/Makefile View File

@ -136,7 +136,7 @@ define Build/Compile
ARCH="$(LINUX_KARCH)" \
SUBDIRS="$(PKG_BUILD_DIR)/datapath/linux" \
PATH="$(TARGET_PATH)" \
KCFLAGS="$(KCFLAGS)" \
EXTRA_CFLAGS="$(KCFLAGS)" \
KCC="$(KERNEL_CC)"
endef


Loading…
Cancel
Save