gluon-firmware/package/gluon-web-node-role/Makefile

16 lines
308 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-web-node-role
PKG_VERSION:=1
include ../gluon.mk
define Package/gluon-web-node-role
SECTION:=gluon
CATEGORY:=Gluon
DEPENDS:=+gluon-web-admin +gluon-node-info
TITLE:=UI for specifying node role
endef
$(eval $(call BuildPackageGluon,gluon-web-node-role))