package/features: add gluon-ebtables-limit-arp to batman feature

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
This commit is contained in:
Jan-Tarek Butt 2018-08-22 02:33:49 +02:00 committed by Andreas Ziegler
parent 2b19266a7d
commit d8d49c7ffb

View File

@ -23,4 +23,5 @@ packages 'web-advanced & autoupdater' \
'gluon-web-autoupdater'
packages 'status-page & (mesh-batman-adv-14 | mesh-batman-adv-15)' \
'gluon-status-page-mesh-batman-adv'
'gluon-status-page-mesh-batman-adv' \
'gluon-ebtables-limit-arp'