summaryrefslogtreecommitdiff
path: root/package/pptpd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-08 17:32:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-08 17:32:19 +0100
commit867f8cc1ddf3e869261a7858eedaf0ce50f22ae6 (patch)
tree5408d9850be030b144b1ec2519168c64d49c41fd /package/pptpd
parent1d2ffa266619f35977e7d429ae9eaf06d73c827e (diff)
GRE is required for PPTP
Diffstat (limited to 'package/pptpd')
-rw-r--r--package/pptpd/Makefile4
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/}