Commit be4051a5 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- add pptp-linux

parent 644f8a33
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PPTP_LINUX
	bool "pptp-linux"
	default n
	help
	  An implementation of the Point-to-point protocol client.

	  http://pptpclient.sourceforge.net/
+12 −0
Original line number Diff line number Diff line
################################################################################
#
# 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))