Skip to content
Snippets Groups Projects
Verified Commit 9c8d9cc1 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

foris-controller-data_collect-module: remove it

This backend is only used for uCollect, which was in Turris OS 3.x, we
don't have it anymore as we are using Turris Sentinel in favor of that.

The replacement is foris-controller-sentinel-module.

Related to
turris/os/packages@87fcb7e4


("foris-data_collect-plugin: remove")

Reported-by: default avatarMartin Matějek <martin.matejek@nic.cz>
parent 320a1f0e
Branches master
No related merge requests found
#
# Copyright (C) 2018-2019 CZ.NIC z. s. p. o. (https://www.nic.cz/)
#
# This is free software, licensed under the GNU General Public License v3.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=foris-controller-data_collect-module
PKG_VERSION:=1.1
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/foris-controller/foris-controller-data_collect-module.git
PKG_MIRROR_HASH:=9b654bcec8874c21a6ecfe3f7770993f07a4c47222d30afc7a8d64c5e513a768
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
PKG_LICENSE:=GPL-3.0-or-later
PKG_LICENSE_FILES:=LICENSE
include $(INCLUDE_DIR)/package.mk
include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk
include ../foris-controller/files/foris-controller-module.mk
define Package/foris-controller-data_collect-module
SECTION:=web
CATEGORY:=Web
SUBMENU:=Foris Controller
TITLE:=Foris controller data collect module
DEPENDS:=+foris-controller
endef
define Package/foris-controller-data_collect-module/description
This is a data collect module for foris-controller.
endef
$(eval $(call ForisControllerModule,foris-controller-data_collect-module))
# call BuildPackage <= assures OWR build system that this is package
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment