aboutsummaryrefslogtreecommitdiff
path: root/net/jool/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-11-12 20:13:56 -0800
committerGitHub <noreply@github.com>2019-11-12 20:13:56 -0800
commit526b384503e217d428ca4bbe9b546e1653b7b117 (patch)
treef80296498d2395a5cc1ff3416351620097dee3b2 /net/jool/Makefile
parenta8f2fb975069ab8787ea6cced874f930c1937586 (diff)
jool: Remove ethtool dependency
Unneeded since jool 4. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/jool/Makefile')
-rw-r--r--net/jool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/jool/Makefile b/net/jool/Makefile
index f0f34ca09..a17bce749 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