[FS#357] [pptpd] Cant use Package "pppd-multilink" when pptpd is selected

LEDE Bugs lede-bugs at lists.infradead.org
Mon Dec 26 00:43:38 PST 2016


A new Flyspray task has been opened.  Details are below. 

User who did this - Guido L. (LipkeGu) 

Attached to Project - LEDE Project
Summary - [pptpd] Cant use Package "pppd-multilink" when pptpd is selected
Task Type - Bug Report
Category - Packages
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - Trunk
Due in Version - Undecided
Due Date - Undecided
Details - This Patch fixes a problem when pptpd is selected. pptpd depends on pppd which forces users to use pppd instead of pppd-multilink.


diff --git a/net/pptpd/Makefile b/net/pptpd/Makefile
index f188cc0..bce0df8 100644
--- a/net/pptpd/Makefile
+++ b/net/pptpd/Makefile
@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/pptpd
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=+kmod-ppp +kmod-gre +kmod-mppe +ppp
+  DEPENDS:=@(PACKAGE_ppp||PACKAGE_ppp-multilink) +kmod-ppp +kmod-gre +kmod-mppe
   TITLE:=PopTop pptp server
   URL:=http://poptop.sourceforge.net/
   SUBMENU:=VPN


Signed-off-by: Guido Lipke 

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=357



More information about the lede-bugs mailing list