diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2012-05-14 20:58:09 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-14 20:58:09 +0000 |
| commit | c4269df82a14f687cf3dc2c8c51c7c888bcb7cd0 (patch) | |
| tree | 0f1e952b75d28d7ced049d05c0e3f1ab80bc0d6f | |
| parent | 80d100f031efcc422741fa541a1ea6a49884db6a (diff) | |
| download | upstream-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
| -rw-r--r-- | package/pptp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pptp/Makefile b/package/pptp/Makefile index 51bac8a5896..47ed07fa5c7 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 |
