Browse Source

Merge pull request #1901 from dangowrt/fix-openvswitch-ramips

openvswitch: work-around kernel architecture detection
lilik-openwrt-22.03
Steven Barth 9 years ago
parent
commit
37f11235f0
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      net/openvswitch/Makefile

+ 3
- 0
net/openvswitch/Makefile View File

@ -116,6 +116,9 @@ CONFIGURE_ARGS += --enable-shared
TARGET_CFLAGS += -flto -std=gnu99
CONFIGURE_VARS += KARCH=$(LINUX_KARCH)
MAKE_FLAGS += ARCH="$(LINUX_KARCH)"
define Package/openvswitch/install
$(INSTALL_DIR) $(1)/etc/openvswitch


Loading…
Cancel
Save