Browse Source

xl2tpd: reword the comment on overriding OFLAGS in MAKE_FLAGS.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
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
 main goal of this protocol is to tunnel PPP frame trough an IP network.
39
 main goal of this protocol is to tunnel PPP frame trough an IP network.
40
 endef
40
 endef
41
 
41
 
42
-# XXX: CFLAGS are already set by Build/Compile/Default
43
-MAKE_FLAGS+= \
44
-	OFLAGS=""
42
+# Use optimization options from OpenWrt build system
43
+MAKE_FLAGS += OFLAGS=""
45
 
44
 
46
 define Package/xl2tpd/conffiles
45
 define Package/xl2tpd/conffiles
47
 /etc/xl2tpd/xl2tpd.conf
46
 /etc/xl2tpd/xl2tpd.conf