aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-06-12 21:07:53 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-06-12 21:07:53 +0000
commitb0ef94f8dac603ef7144a47ddab192404208222a (patch)
treeffba743edba0ffb4ceec43d328ee57b37a7eb2ab
parent0b5da2e16e1a661f409c41e94cc6dba7de4f01e5 (diff)
downloadupstream-b0ef94f8dac603ef7144a47ddab192404208222a.tar.gz
upstream-b0ef94f8dac603ef7144a47ddab192404208222a.tar.bz2
upstream-b0ef94f8dac603ef7144a47ddab192404208222a.zip
ppp: make ppp-mod-pptp depend on resolveip
SVN-Revision: 32269
-rw-r--r--package/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile
index d0bf9eb200..5e456361f6 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