commit 37f11235f0049de4eb33b85cd580154c15293577
parent a5fa92449ccf7eed8fa78d9c30570299a9d5b1ec
Author: Steven Barth <steven@midlink.org>
Date: Fri, 30 Oct 2015 08:05:45 +0100
Merge pull request #1901 from dangowrt/fix-openvswitch-ramips
openvswitch: work-around kernel architecture detection
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile
@@ -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