gluon-firmware/package/gluon-logging/Makefile

16 lines
276 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-logging
PKG_VERSION:=1
include ../gluon.mk
define Package/gluon-logging
TITLE:=Configure remote syslog from site.conf
DEPENDS:=+gluon-core
CONFLICTS:=gluon-web-logging
endef
$(eval $(call BuildPackageGluon,gluon-logging))