ppp: make ppp-mod-pptp depend on resolveip

SVN-Revision: 32269
lede-17.01
Jo-Philipp Wich 2012-06-12 21:07:53 +00:00
parent 0b5da2e16e
commit b0ef94f8da
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ endef
define Package/ppp-mod-pptp define Package/ppp-mod-pptp
$(call Package/ppp/Default) $(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 TITLE:=PPtP plugin
endef endef