projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d31e306
)
librespeed-go: add missing conffiles
author
Tianling Shen
<
[email protected]
>
Wed, 16 Apr 2025 09:25:00 +0000
(17:25 +0800)
committer
Tianling Shen
<
[email protected]
>
Tue, 22 Apr 2025 14:18:03 +0000
(22:18 +0800)
Add missing uci configuration to conffiles.
Signed-off-by: Tianling Shen <
[email protected]
>
(cherry picked from commit
df9ba185789ada48f536c3c62a816fd0bbb58505
)
net/librespeed-go/Makefile
patch
|
blob
|
history
diff --git
a/net/librespeed-go/Makefile
b/net/librespeed-go/Makefile
index 0b5f4e2793d62e36ccfb596d617dbe7844d7f1de..9a1f1da4e68815bb611312bf2722b4393dc87ab4 100644
(file)
--- 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