gluon/package/gluon-alt-esc-client/Makefile
Linus Lüssing 3d6cd44629 gluon-alt-esc: add client + provider package
The client package allows to create a new wifi interface with direct access
to the local Freifunk network but with alternative exit gateways for internet
connectivity. A custom ESSID can be chosen.

The provider package is the counterpart to the client package and
configures the firewall of the selected Gluon node to grant permission to
route packets between the client and wan zone.

Note that the Gluon Alt-ESC provider package is not mandatory for the
Gluon Alt-ESC client package. In fact, any client device in the mesh network
can be chosen and configured to provide internet access for the Alt-ESC
client package.

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
2018-11-15 02:10:03 +01:00

17 lines
407 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-alt-esc-client
PKG_VERSION:=1
PKG_RELEASE:=1
include ../gluon.mk
define Package/gluon-alt-esc-client
DEPENDS:=+gluon-web-admin \
+@GLUON_SPECIALIZE_KERNEL:KERNEL_BRIDGE_EBT_DNAT \
+@GLUON_SPECIALIZE_KERNEL:KERNEL_BRIDGE_EBT_REDIRECT
TITLE:=Gluon Alternative Exit Service Collaborator - Client
endef
$(eval $(call BuildPackageGluon,gluon-alt-esc-client))