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