mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
29 lines
734 B
Makefile
29 lines
734 B
Makefile
#
|
|
# Copyright 2024-2026 Rafał Wabik - IceG - From eko.one.pl forum
|
|
#
|
|
# Licensed to the GNU General Public License v3.0.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI JS Support for easyconfig transfer statistics
|
|
PKG_MAINTAINER:=Rafał Wabik <4Rafal@gmail.com>
|
|
LUCI_DESCRIPTION:=LuCI JS interface for the easyconfig transfer statistics.
|
|
LUCI_DEPENDS:=+luci-base +jq
|
|
PKG_VERSION:=1.0.21
|
|
PKG_RELEASE:=3
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
|
define Package/luci-app-easyconfig-transfer/conffiles
|
|
/etc/config/easyconfig_transfer
|
|
/tmp/easyconfig_statistics.json
|
|
/usr/lib/easyconfig/easyconfig_statistics.json
|
|
/usr/lib/easyconfig/easyconfig_statistics.json.gz
|
|
endef
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|