Browse Source

xl2tpd: reword the comment on overriding OFLAGS in MAKE_FLAGS.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
lilik-openwrt-22.03
Yousong Zhou 9 years ago
parent
commit
4080689f02
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      net/xl2tpd/Makefile

+ 2
- 3
net/xl2tpd/Makefile View File

@ -39,9 +39,8 @@ It does implement both LAC and LNS role in a L2TP networking architecture. The
main goal of this protocol is to tunnel PPP frame trough an IP network. main goal of this protocol is to tunnel PPP frame trough an IP network.
endef endef
# XXX: CFLAGS are already set by Build/Compile/Default
MAKE_FLAGS+= \
OFLAGS=""
# Use optimization options from OpenWrt build system
MAKE_FLAGS += OFLAGS=""
define Package/xl2tpd/conffiles define Package/xl2tpd/conffiles
/etc/xl2tpd/xl2tpd.conf /etc/xl2tpd/xl2tpd.conf


Loading…
Cancel
Save