From: nbd Date: Mon, 14 May 2012 20:58:09 +0000 (+0000) Subject: pptp: drop the dependency on ip if netifd is selected X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=d1b7790fd64ca0807c2c00f2339648948e74863e;p=openwrt.git 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 --- 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 URL:=http://pptpclient.sourceforge.net/ - DEPENDS:=+ppp +kmod-gre +resolveip +ip + DEPENDS:=+ppp +kmod-gre +resolveip +!PACKAGE_netifd:ip endef define Package/pptp/description