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
master
Felix Fietkau 2012-05-14 20:58:09 +00:00
parent 80d100f031
commit c4269df82a
1 changed files with 1 additions and 1 deletions

View File

@ -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