2015-08-17 22:53:40 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=gluon-client-bridge
|
|
|
|
PKG_VERSION:=1
|
|
|
|
|
2016-10-08 22:18:45 +00:00
|
|
|
include ../gluon.mk
|
2015-08-17 22:53:40 +00:00
|
|
|
|
|
|
|
define Package/gluon-client-bridge
|
|
|
|
TITLE:=Provides a bridge and a wireless interface for clients to connect to
|
2018-04-11 11:14:00 +00:00
|
|
|
DEPENDS:=+gluon-core +kmod-veth +@GLUON_SPECIALIZE_KERNEL:KERNEL_VETH
|
2015-08-17 22:53:40 +00:00
|
|
|
endef
|
|
|
|
|
2018-03-08 18:49:41 +00:00
|
|
|
$(eval $(call BuildPackageGluon,gluon-client-bridge))
|