ppp: make ppp-mod-pptp depend on resolveip
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 12 Jun 2012 21:07:53 +0000 (21:07 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 12 Jun 2012 21:07:53 +0000 (21:07 +0000)
SVN-Revision: 32269

package/ppp/Makefile

index d0bf9eb200ab964bf8e39ebddf2cecc55085e2b0..5e456361f6ab9b8a6ccd15c82262871e15193c2a 100644 (file)
@@ -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