gluon/package/gluon-geolocator/Makefile
Jan-Tarek Butt 5ffb482705 gluon-geolocator: update to master package configuration
* drop bssid blacklist
* only allow Master mode scanned wifis for osition request.
2019-09-26 23:15:03 +02:00

15 lines
292 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-geolocator
PKG_VERSION:=1
PKG_RELEASE:=1
include ../gluon.mk
define Package/gluon-geolocator
TITLE:=Provide the geolocator to receive positions over wifi
DEPENDS:=+gluon-node-info +micrond
endef
$(eval $(call BuildPackage,gluon-geolocator))