package/gluon-hoodselector: Makefile rewrite description update depends list

Signed-off-by: Jan-Tarek Butt <tarek@ring0.de>
This commit is contained in:
Jan-Tarek Butt 2019-04-23 20:07:06 +02:00
parent e5de188d0e
commit 5e1ec83f57

View File

@ -8,19 +8,16 @@ PKG_VERSION:=2
include ../gluon.mk include ../gluon.mk
define Package/gluon-hoodselector define Package/gluon-hoodselector
TITLE:=Automatically sortes nodes into network hoods. TITLE:=Automatically sortes nodes into network domains.
DEPENDS:=+gluon-site +gluon-mesh-batman-adv-15 +gluon-mesh-vpn-core +micrond +libjson-c +luaposix +luabitop @GLUON_MULTIDOMAIN DEPENDS:=+luaposix +libgluonutil +lua-math-polygon +libjson-c +gluon-site +micrond +luabitop @GLUON_MULTIDOMAIN
CONFLICTS:=+gluon-config-mode-domain-select CONFLICTS:=+gluon-config-mode-domain-select
endef endef
define Package/gluon-hoodselector/description define Package/gluon-hoodselector/description
This is the hoodselector. The hoodselector is one of the main components for The job of the hoodselector is to automatically detect in which domain
splitting a layer 2 mesh network into seperated network segments (hoods). the node is located based on geo settings. Based on this information
The job of the hoodselector is to automatically detect in which hood the hoodselector will select a domain from a list of known domains
the node is located based on geo settings or by scanning its environment. and adjust the domain related settings e.g. VPN, wireless ...
Based on this information the hoodselector should select a hood from a
list of known hoods (hoodlist) and adjust VPN, wireless and mesh on lan
configuration based on the settings given for the selected hood.
endef endef
$(eval $(call BuildPackageGluon,gluon-hoodselector)) $(eval $(call BuildPackageGluon,gluon-hoodselector))