gluon-firmware/package/gluon-web-logging/Makefile

17 lines
307 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-web-logging
PKG_VERSION:=1
PKG_RELEASE:=1
include ../gluon.mk
define Package/gluon-web-logging
SECTION:=gluon
CATEGORY:=Gluon
DEPENDS:=+gluon-web-admin
TITLE:=UI for remote syslog configuration
endef
$(eval $(call BuildPackageGluon,gluon-web-logging))