include $(TOPDIR)/rules.mk

PKG_NAME:=gluon-client-bridge

include ../gluon.mk

define Package/gluon-client-bridge
  TITLE:=Provides a bridge and a wireless interface for clients to connect to
  DEPENDS:=+gluon-core +kmod-veth
endef

$(eval $(call BuildPackageGluon,gluon-client-bridge))