gluon/package/gluon-respondd/Makefile

14 lines
304 B
Makefile
Raw Normal View History

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-respondd
PKG_VERSION:=1
include ../gluon.mk
2016-07-10 18:08:44 +00:00
define Package/gluon-respondd
TITLE:=Provides node information to the network
DEPENDS:=+gluon-core +libplatforminfo +libgluonutil +libuci +ubus +respondd
endef
$(eval $(call BuildPackageGluon,gluon-respondd))