2016-02-02 05:38:03 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=gluon-respondd
|
|
|
|
|
2016-10-08 22:18:45 +00:00
|
|
|
include ../gluon.mk
|
2016-07-10 18:08:44 +00:00
|
|
|
|
2016-02-02 05:38:03 +00:00
|
|
|
define Package/gluon-respondd
|
|
|
|
TITLE:=Provides node information to the network
|
2017-01-19 16:31:44 +00:00
|
|
|
DEPENDS:=+gluon-core +libplatforminfo +libgluonutil +libuci +ubus +respondd
|
2016-02-02 05:38:03 +00:00
|
|
|
endef
|
|
|
|
|
2018-03-08 18:49:41 +00:00
|
|
|
$(eval $(call BuildPackageGluon,gluon-respondd))
|