This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
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
a5fa92449c
46c7831304
commit
37f11235f0
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
"
d
e
f
i
n
e
P
a
c
k
a
g
e
/
o
p
e
n
v
s
w
i
t
c
h
/
i
n
s
t
a
l
l
$(
INSTALL_DIR
)
$(
1
)
/etc/openvswitch
Write
Preview
Loading…
Cancel
Save