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>
15 lines
326 B
Makefile
15 lines
326 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=gluon-alt-esc-provider
|
|
PKG_VERSION:=1
|
|
PKG_RELEASE:=1
|
|
|
|
include ../gluon.mk
|
|
|
|
define Package/gluon-alt-esc-provider
|
|
DEPENDS:=+gluon-web-admin +ip6tables-mod-nat
|
|
TITLE:=Gluon Alternative Exit Service Collaborator - Provider
|
|
endef
|
|
|
|
$(eval $(call BuildPackageGluon,gluon-alt-esc-provider))
|