From: groz Date: Sun, 3 Sep 2006 23:47:19 +0000 (+0000) Subject: Compile options - allow pptpd to do client ip management X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=358d03b35e2b7bf20240b16cfcbbc2f2df1d124d;p=packages.git Compile options - allow pptpd to do client ip management git-svn-id: svn://svn.openwrt.org/openwrt/packages@4746 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/pptpd/Makefile b/net/pptpd/Makefile index 6382ccde3..0e5bb127f 100644 --- 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