From 1a690d2fd6fc564532d266035ba114940f4393b5 Mon Sep 17 00:00:00 2001 From: Tata Date: Wed, 5 Sep 2018 04:45:41 +0200 Subject: [PATCH] package/features: add gluon-ebtables-limit-arp to batman feature (#1516) this activates the package by default when using the batman feature while still allowing to explicitly remove it like this: GLUON_SITE_PACKAGES := \ -gluon-ebtables-limit-arp --- package/features | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/features b/package/features index 210581d5..8b44c82e 100644 --- a/package/features +++ b/package/features @@ -24,3 +24,6 @@ packages 'web-advanced & autoupdater' \ packages 'status-page & (mesh-batman-adv-14 | mesh-batman-adv-15)' \ 'gluon-status-page-mesh-batman-adv' + +packages 'mesh-batman-adv-14 | mesh-batman-adv-15' \ + 'gluon-ebtables-limit-arp'