librespeed-go: add missing conffiles
authorTianling Shen <[email protected]>
Wed, 16 Apr 2025 09:25:00 +0000 (17:25 +0800)
committerTianling Shen <[email protected]>
Wed, 16 Apr 2025 09:25:07 +0000 (17:25 +0800)
Add missing uci configuration to conffiles.

Signed-off-by: Tianling Shen <[email protected]>
net/librespeed-go/Makefile

index 0b5f4e2793d62e36ccfb596d617dbe7844d7f1de..9a1f1da4e68815bb611312bf2722b4393dc87ab4 100644 (file)
@@ -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