diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-08 22:09:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-08 22:09:49 +0200 |
commit | 5e8a957df3b32461213cd3dfed322b82e39fc82e (patch) | |
tree | 97710db2d0fb4230e557525ac3e199ff727de644 /package/pptp | |
parent | bcf07517a7aded80733ac0abc05ceb4db0ec829a (diff) |
remove PKG_MULTI var, add a more flexible method
Diffstat (limited to 'package/pptp')
-rw-r--r-- | package/pptp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pptp/Makefile b/package/pptp/Makefile index eb1a8654f..ab0e63562 100644 --- a/package/pptp/Makefile +++ b/package/pptp/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= pptp PKG_VERSION:= 1.8.0 PKG_RELEASE:= 1 PKG_MD5SUM:= 4efce9f263e2c3f38d79d9df222476de -PKG_DESCR:= a Point-to-Point Tunneling Protocol (PPTP) client +PKG_DESCR:= Point-to-Point Tunneling Protocol (PPTP) client PKG_SECTION:= ppp PKG_DEPENDS:= ppp kmod-net-ipgre PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=pptpclient/} |