From b0ef94f8dac603ef7144a47ddab192404208222a Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Tue, 12 Jun 2012 21:07:53 +0000
Subject: [PATCH] ppp: make ppp-mod-pptp depend on resolveip

SVN-Revision: 32269
---
 package/ppp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ppp/Makefile b/package/ppp/Makefile
index d0bf9eb200ab..5e456361f6ab 100644
--- a/package/ppp/Makefile
+++ b/package/ppp/Makefile
@@ -107,7 +107,7 @@ endef
 
 define Package/ppp-mod-pptp
 $(call Package/ppp/Default)
-  DEPENDS:=@(PACKAGE_ppp||PACKAGE_ppp-multilink) +kmod-pptp +kmod-mppe
+  DEPENDS:=@(PACKAGE_ppp||PACKAGE_ppp-multilink) +kmod-pptp +kmod-mppe +resolveip
   TITLE:=PPtP plugin
 endef
 
-- 
2.30.2