diff options
Diffstat (limited to 'package/pptp/Makefile')
-rw-r--r-- | package/pptp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pptp/Makefile b/package/pptp/Makefile index 46faa1d85..64819bbe8 100644 --- a/package/pptp/Makefile +++ b/package/pptp/Makefile @@ -11,6 +11,8 @@ PKG_DESCR:= point-to-point tunneling protocol client PKG_SECTION:= net/ppp PKG_DEPENDS:= ppp PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=pptpclient/} +PKG_CFLINE_PPTP:= select ADK_KERNEL_NET_IPGRE m@ +PKG_CFLINE_PPTP+= select ADK_KERNEL_PPP m DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |