diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-08 15:41:34 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-08 15:41:34 +0000 |
commit | 7251541786075324a1e11f5d06cfa2ebe2d97a91 (patch) | |
tree | a9aae063e7e69f1bc08a5a257b1fe71c0719f225 /package/pptp/Makefile | |
parent | df57c5fdde4408e1db5a180043f60f309949c645 (diff) | |
download | upstream-7251541786075324a1e11f5d06cfa2ebe2d97a91.tar.gz upstream-7251541786075324a1e11f5d06cfa2ebe2d97a91.tar.bz2 upstream-7251541786075324a1e11f5d06cfa2ebe2d97a91.zip |
pptp: remove support for underlying ipproto, it is adviced since a while that pptp should be declared as separate interface alognside wan - in this configuration the ipproto will cause stray udhcpc errors due to not existent interfaces, so remove it
SVN-Revision: 29694
Diffstat (limited to 'package/pptp/Makefile')
-rw-r--r-- | package/pptp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pptp/Makefile b/package/pptp/Makefile index 08f6b40aa3..a6d213d387 100644 --- a/package/pptp/Makefile +++ b/package/pptp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2011 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pptp PKG_VERSION:=1.7.1 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/pptpclient |