aboutsummaryrefslogtreecommitdiffstats
path: root/package/pptp
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-14 20:58:09 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-05-14 20:58:09 +0000
commitc4269df82a14f687cf3dc2c8c51c7c888bcb7cd0 (patch)
tree0f1e952b75d28d7ced049d05c0e3f1ab80bc0d6f /package/pptp
parent80d100f031efcc422741fa541a1ea6a49884db6a (diff)
downloadupstream-c4269df82a14f687cf3dc2c8c51c7c888bcb7cd0.tar.gz
upstream-c4269df82a14f687cf3dc2c8c51c7c888bcb7cd0.tar.bz2
upstream-c4269df82a14f687cf3dc2c8c51c7c888bcb7cd0.zip
pptp: drop the dependency on ip if netifd is selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31722 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pptp')
-rw-r--r--package/pptp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pptp/Makefile b/package/pptp/Makefile
index 51bac8a589..47ed07fa5c 100644
--- 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