From: Tianling Shen Date: Wed, 16 Apr 2025 09:25:00 +0000 (+0800) Subject: librespeed-go: add missing conffiles X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b40127d88b36672ce43a777328497fb427512d0f;p=feed%2Fpackages.git librespeed-go: add missing conffiles Add missing uci configuration to conffiles. Signed-off-by: Tianling Shen (cherry picked from commit df9ba185789ada48f536c3c62a816fd0bbb58505) --- 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