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

openvswitch: work-around kernel architecture detection
This commit is contained in:
Steven Barth 2015-10-30 08:05:45 +01:00
commit 37f11235f0
1 changed files with 3 additions and 0 deletions

View File

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