projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b5da2e
)
ppp: make ppp-mod-pptp depend on resolveip
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Jun 2012 21:07:53 +0000
(21:07 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Jun 2012 21:07:53 +0000
(21:07 +0000)
SVN-Revision: 32269
package/ppp/Makefile
patch
|
blob
|
history
diff --git
a/package/ppp/Makefile
b/package/ppp/Makefile
index d0bf9eb200ab964bf8e39ebddf2cecc55085e2b0..5e456361f6ab9b8a6ccd15c82262871e15193c2a 100644
(file)
--- 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