From patchwork Sat Jul 6 06:49:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: package/fff: add ip-full to variant layer3 From: Robert Langhammer X-Patchwork-Id: 1157 Message-Id: <20190706064951.31424-1-rlanghammer@web.de> To: franken-dev@freifunk.net Date: Sat, 6 Jul 2019 08:49:51 +0200 "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 bussybox built-in ip-command. Signed-off-by: Robert Langhammer Reviewed-by: Fabian Bläse Reviewed-by: Fabian Bläse > Reviewed-by: Fabian Bläse > --- See also the current dependency-tree: http://rl-fff1.fff.community/dep-tree-9290d116999cb74b.pdf --- src/packages/fff/fff/Makefile | 1 + 1 file changed, 1 insertion(+) -- 2.20.1 diff --git a/src/packages/fff/fff/Makefile b/src/packages/fff/fff/Makefile index 8f5ffca..2ac8e5a 100644 --- a/src/packages/fff/fff/Makefile +++ b/src/packages/fff/fff/Makefile @@ -54,6 +54,7 @@ define Package/fff-layer3 +fff-babeld \ +fff-ra \ +iperf3 \ + +ip-full \ +tcpdump \ +arptables \ +ebtables \