mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
- add pptp-linux
This commit is contained in:
7
package/pptp-linux/Config.in
Normal file
7
package/pptp-linux/Config.in
Normal 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/
|
||||||
12
package/pptp-linux/pptp-linux.mk
Normal file
12
package/pptp-linux/pptp-linux.mk
Normal 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))
|
||||||
Reference in New Issue
Block a user