Compile options - allow pptpd to do client ip management
authorgroz <groz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Sep 2006 23:47:19 +0000 (23:47 +0000)
committergroz <groz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Sep 2006 23:47:19 +0000 (23:47 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4746 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/pptpd/Makefile

index 6382ccd..0e5bb12 100644 (file)
@@ -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