diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/pptpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pptpd/Makefile b/package/pptpd/Makefile index 948298522..f2875b0ae 100644 --- a/package/pptpd/Makefile +++ b/package/pptpd/Makefile @@ -5,11 +5,11 @@ include ${TOPDIR}/rules.mk PKG_NAME:= pptpd PKG_VERSION:= 1.3.4 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= b38df9c431041922c997c1148bedf591 PKG_DESCR:= a Point-to-Point Tunneling Protocol (PPTP) server PKG_SECTION:= ppp -PKG_DEPENDS:= ppp kmod-crypto kmod-ppp-mppe kmod-ppp +PKG_DEPENDS:= ppp kmod-crypto kmod-ppp-mppe kmod-ppp kmod-net-ipgre PKG_URL:= http://www.poptop.org/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=poptop/} |