- add pptp-linux

This commit is contained in:
Bernhard Reutner-Fischer 2007-08-22 15:51:00 +00:00
parent 644f8a33f9
commit be4051a5f7
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PPTP_LINUX
bool "pptp-linux"
default n
help
An implementation of the Point-to-point protocol client.
http://pptpclient.sourceforge.net/

View File

@ -0,0 +1,12 @@
################################################################################
#
# a PPTP client
#
################################################################################
PPTP_LINUX_VERSION=1.7.0
PPTP_LINUX_SOURCE=pptp-linux_$(PPTP_LINUX_VERSION).orig.tar.gz
PPTP_LINUX_PATCH=pptp-linux_$(PPTP_LINUX_VERSION)-2.diff.gz
PPTP_LINUX_SITE=http://ftp.debian.org/debian/pool/main/p/pptp-linux/
$(eval $(call AUTOTARGETS,pptp-linux))