summaryrefslogtreecommitdiffstats
path: root/package/pptp-linux
diff options
context:
space:
mode:
Diffstat (limited to 'package/pptp-linux')
-rw-r--r--package/pptp-linux/Config.in1
-rw-r--r--package/pptp-linux/pptp-linux.mk2
2 files changed, 3 insertions, 0 deletions
diff --git a/package/pptp-linux/Config.in b/package/pptp-linux/Config.in
index 165f79bdc..e03a906ef 100644
--- a/package/pptp-linux/Config.in
+++ b/package/pptp-linux/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_PPTP_LINUX
bool "pptp-linux"
+ depends on BR2_USE_MMU # fork()
help
An implementation of the Point-to-point protocol client.
diff --git a/package/pptp-linux/pptp-linux.mk b/package/pptp-linux/pptp-linux.mk
index ded2a1963..ef25c9a67 100644
--- a/package/pptp-linux/pptp-linux.mk
+++ b/package/pptp-linux/pptp-linux.mk
@@ -8,6 +8,8 @@ PPTP_LINUX_VERSION = 1.7.2
PPTP_LINUX_SITE = http://downloads.sourceforge.net/project/pptpclient/pptp/pptp-$(PPTP_LINUX_VERSION)
PPTP_LINUX_SOURCE = pptp-$(PPTP_LINUX_VERSION).tar.gz
PPTP_LINUX_MAKE = $(MAKE1)
+PPTP_LINUX_LICENSE = GPLv2+
+PPTP_LINUX_LICENSE_FILES = COPYING
define PPTP_LINUX_BUILD_CMDS
$(MAKE) -C $(@D) OPTIMIZE= DEBUG= \