From df9ba185789ada48f536c3c62a816fd0bbb58505 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Wed, 16 Apr 2025 17:25:00 +0800 Subject: [PATCH] librespeed-go: add missing conffiles Add missing uci configuration to conffiles. Signed-off-by: Tianling Shen --- net/librespeed-go/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/librespeed-go/Makefile b/net/librespeed-go/Makefile index 0b5f4e2793..9a1f1da4e6 100644 --- a/net/librespeed-go/Makefile +++ b/net/librespeed-go/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=librespeed-go PKG_VERSION:=1.1.5 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/librespeed/speedtest-go/tar.gz/v$(PKG_VERSION)? @@ -47,6 +47,7 @@ endef define Package/librespeed-go/conffiles /etc/librespeed-go +/etc/config/librespeed-go endef define Build/Prepare -- 2.30.2