gluon/package/gluon-respondd/Makefile
Jan-Niklas Burfeind 056b7a8160 does not build
2023-01-04 16:03:10 +01:00

13 lines
287 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-respondd
include ../gluon.mk
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))