package/gluon-config-mode-geo-location/Makefil: manualy -> manually

This commit is contained in:
Jan-Tarek Butt 2018-07-19 04:01:31 +02:00
parent ad1872163e
commit d22d44c2f0

View File

@ -6,13 +6,13 @@ PKG_VERSION:=1
include ../gluon.mk
define Package/gluon-config-mode-geo-location
TITLE:=Set geographic location of a node manualy and share it.
TITLE:=Set geographic location of a node manually and share it.
CONFLICTS:=+gluon-config-mode-geo-location-with-map
DEPENDS:=+gluon-config-mode-core +gluon-node-info
endef
define Package/gluon-config-mode-geo-location-with-map
TITLE:=Set geographic location of a node manualy and share it, optionally show a map if internet available.
TITLE:=Set geographic location of a node manually and share it, optionally show a map if internet available.
CONFLICTS:=+gluon-config-mode-geo-location
DEPENDS:=+gluon-config-mode-core +gluon-node-info +gluon-web-osm
endef