projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbe1a53
)
pptp: drop the dependency on ip if netifd is selected
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 14 May 2012 20:58:09 +0000
(20:58 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 14 May 2012 20:58:09 +0000
(20:58 +0000)
SVN-Revision: 31722
package/pptp/Makefile
patch
|
blob
|
history
diff --git
a/package/pptp/Makefile
b/package/pptp/Makefile
index 51bac8a5896a2849ed9cb42314219a179de9f700..47ed07fa5c73e93deeac326f1d6617ada83e8865 100644
(file)
--- a/
package/pptp/Makefile
+++ b/
package/pptp/Makefile
@@
-23,7
+23,7
@@
define Package/pptp
TITLE:=PPTP client
MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org>
URL:=http://pptpclient.sourceforge.net/
- DEPENDS:=+ppp +kmod-gre +resolveip +ip
+ DEPENDS:=+ppp +kmod-gre +resolveip +
!PACKAGE_netifd:
ip
endef
define Package/pptp/description