lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 4080689f0237ba915c1e9bd2d801a6ee9a2a1d96
parent 27aafeb96a3e048a54130d12ae31c3e905a026c1
Author: Yousong Zhou <yszhou4tech@gmail.com>
Date:   Tue, 11 Aug 2015 11:58:29 +0800

xl2tpd: reword the comment on overriding OFLAGS in MAKE_FLAGS.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>

Diffstat:
Mnet/xl2tpd/Makefile | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net/xl2tpd/Makefile b/net/xl2tpd/Makefile @@ -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. 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 /etc/xl2tpd/xl2tpd.conf