diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-12 21:07:53 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-12 21:07:53 +0000 |
commit | 266f935b93017f801c2bb6e2e4a2989138386351 (patch) | |
tree | 4eb932443aeb50340570e38762cede94b3efb8dc /package/ppp/Makefile | |
parent | 97e89e29c467669d69981bcd4d8f701ffa8fbedf (diff) |
[package] ppp: make ppp-mod-pptp depend on resolveip
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32269 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r-- | package/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index d0bf9eb20..5e456361f 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 |