From 854ba40568ef1b507db407d430f5a6a870f28397 Mon Sep 17 00:00:00 2001 From: Robert Langhammer Date: Sat, 6 Jul 2019 08:49:51 +0200 Subject: [PATCH] package/fff: add ip-full to variant layer3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "ip" is one of the most essential tools on a gateway. At the moment there is only one dependency to the metapackage ip from the nodewatcher, which pulls ip-tiny. Dropping the nodewatcher causes a fallback to the busybox built-in ip-command. Signed-off-by: Robert Langhammer Reviewed-by: Fabian Bläse [fabian@blaese.de: rebase onto master] Signed-off-by: Fabian Bläse --- src/packages/fff/fff/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/packages/fff/fff/Makefile b/src/packages/fff/fff/Makefile index 9ed71730..5b525ccc 100644 --- a/src/packages/fff/fff/Makefile +++ b/src/packages/fff/fff/Makefile @@ -55,6 +55,7 @@ define Package/fff-layer3 +fff-ra \ +fff-wireguard \ +iperf3 \ + +ip-full \ +tcpdump \ +arptables \ +ebtables \