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
xl2tpd: conditionally build with flags for more verbose log output.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
lilik-openwrt-22.03
Yousong Zhou
9 years ago
parent
164b67cce5
commit
18038a5043
1 changed files
with
20 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+20
-0
net/xl2tpd/Makefile
+ 20
- 0
net/xl2tpd/Makefile
View File
@ -42,6 +42,26 @@ endef
# Use optimization options from OpenWrt build system
MAKE_FLAGS
+=
OFLAGS
=
""
i
f
n
e
q
(
0
,
0
)
# debugging options from Makefile of xl2tpd package
EXTRA_CFLAGS
+=
\
-DDEBUG_ZLB
\
-DDEBUG_HELLO
\
-DDEBUG_CLOSE
\
-DDEBUG_FLOW
\
-DDEBUG_FILE
\
-DDEBUG_AAA
\
-DDEBUG_PAYLOAD
\
-DDEBUG_CONTROL
\
-DDEBUG_PPPD
\
-DDEBUG_HIDDEN
\
-DDEBUG_ENTROPY
\
-DDEBUG_CONTROL_XMIT
\
-DDEBUG_MAGIC
\
-DDEBUG_FLOW_MORE
\
-DDEBUG_AUTH
e
n
d
i
f
d
e
f
i
n
e
P
a
c
k
a
g
e
/
x
l
2
t
p
d
/
c
o
n
f
f
i
l
e
s
/
e
t
c
/
x
l
2
t
p
d
/
x
l
2
t
p
d
.
c
o
n
f
/
e
t
c
/
x
l
2
t
p
d
/
x
l
2
t
p
-
s
e
c
r
e
t
s
Write
Preview
Loading…
Cancel
Save