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/pptpd | |
parent | 6a2c3683c85b6388718932ea6597ea40612ab95f (diff) |
kernel config style. fixes for allmodconfig.
Diffstat (limited to 'package/pptpd')
-rw-r--r-- | package/pptpd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/pptpd/Makefile b/package/pptpd/Makefile index 05b4dc3de..1d4a53b0e 100644 --- a/package/pptpd/Makefile +++ b/package/pptpd/Makefile @@ -12,10 +12,13 @@ PKG_SECTION:= net/ppp PKG_DEPENDS:= ppp PKG_URL:= http://www.poptop.org/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=poptop/} +PKG_CFLINE_PPTPD:= select ADK_KERNEL_NET_IPGRE m@ +PKG_CFLINE_PPTPD+= select ADK_KERNEL_PPP m@ +PKG_CFLINE_PPTPD+= select ADK_KERNEL_PPP_MPPE m DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz -PKG_LIBC_DEPENDS:= uclibc glibc +PKG_LIBC_DEPENDS:= uclibc-ng uclibc glibc include ${ADK_TOPDIR}/mk/package.mk |