Merge pull request #1901 from dangowrt/fix-openvswitch-ramips
openvswitch: work-around kernel architecture detection
This commit is contained in:
commit
37f11235f0
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue