- add pptp-linux
This commit is contained in:
parent
644f8a33f9
commit
be4051a5f7
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))
|
Loading…
Reference in New Issue
Block a user