From: Gerry Rozema 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.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=18b2c8c7d396a6b8569ba1c9c19efc2f1d75da82 Compile options - allow pptpd to do client ip management SVN-Revision: 4746 --- diff --git a/net/pptpd/Makefile b/net/pptpd/Makefile index 6382ccde35..0e5bb127f5 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