projects
/
openwrt
/
svn-archive
/
archive.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Compile options - allow pptpd to do client ip management
[openwrt/svn-archive/archive.git]
/
net
/
pptpd
/
Makefile
diff --git
a/net/pptpd/Makefile
b/net/pptpd/Makefile
index 6382ccde352cbb3a96e31864643c99158e0ec7cb..0e5bb127f58179e3cc19070b92aa6eab9901ee57 100644
(file)
--- a/
net/pptpd/Makefile
+++ b/
net/pptpd/Makefile
@@
-33,7
+33,7
@@
endef
define Build/Configure
-$(call Build/Configure/Default,
--with-pppd-ip-alloc
--with-bcrelay)
+$(call Build/Configure/Default, --with-bcrelay)
endef
define Build/Compile