The internal batman-adv compat version numbers are just confusing for the user. Instead, let's just name things "batman-adv" when refering to compatibility version 15 and "batman-adv-legacy" when refering to compatibility version 14. Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
20 lines
548 B
Makefile
20 lines
548 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=gluon-ebtables-source-filter
|
|
PKG_VERSION:=1
|
|
PKG_RELEASE:=1
|
|
|
|
include ../gluon.mk
|
|
|
|
define Package/gluon-ebtables-source-filter
|
|
TITLE:=Ebtables rules to filter unreasonable L2 traffic.
|
|
DEPENDS:=+gluon-core +gluon-ebtables gluon-mesh-batman-adv-common
|
|
endef
|
|
|
|
define Package/gluon-ebtables-source-filter/description
|
|
This package adds an additional layer-2 filter-ruleset to prevent unreasonable
|
|
traffic entering the network via the nodes.
|
|
endef
|
|
|
|
$(eval $(call BuildPackageGluon,gluon-ebtables-source-filter))
|