From: Rosen Penev Date: Wed, 13 Nov 2019 04:13:56 +0000 (-0800) Subject: jool: Remove ethtool dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=526b384503e217d428ca4bbe9b546e1653b7b117;p=feed%2Fpackages.git jool: Remove ethtool dependency Unneeded since jool 4. Signed-off-by: Rosen Penev --- diff --git a/net/jool/Makefile b/net/jool/Makefile index f0f34ca094..a17bce7493 100644 --- a/net/jool/Makefile +++ b/net/jool/Makefile @@ -9,7 +9,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=jool PKG_VERSION:=4.0.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/NICMx/Jool/releases/download/v$(PKG_VERSION) @@ -88,7 +88,7 @@ endef define Package/jool-tools $(call Package/jool/Default) TITLE:=Jool userspace control programs - DEPENDS:=+libnl +libxtables +ethtool + DEPENDS:=+libnl +libxtables endef define Package/jool-tools/description