diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-26 02:28:58 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-26 02:29:27 -0600 |
commit | 222fca319f700e4d648a8994890a39ebc0642e7d (patch) | |
tree | 1aec696026d76e3ff2f34a84b39ffd5bdcf6b79c /package/pptp | |
parent | 6a2c3683c85b6388718932ea6597ea40612ab95f (diff) |
kernel config style. fixes for allmodconfig.
Diffstat (limited to 'package/pptp')
-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 |