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
openvswitch: add KCFLAGS="-Wno-error=date-time" to kernel modules build
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean
10 years ago
parent
935e54417d
commit
6ba7c4721e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
net/openvswitch/Makefile
+ 1
- 0
net/openvswitch/Makefile
View File
@ -131,6 +131,7 @@ define Build/Compile
ARCH
=
"
$(
LINUX_KARCH
)
"
\
SUBDIRS
=
"
$(
PKG_BUILD_DIR
)
/datapath/linux
"
\
PATH
=
"
$(
TARGET_PATH
)
"
\
KCFLAGS
=
"-Wno-error=date-time"
\
KCC
=
"
$(
KERNEL_CC
)
"
e
n
d
e
f
Write
Preview
Loading…
Cancel
Save