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:
5da74ca
)
telegraf: don't call Build/Prepare/Default
author
Niklas Thorild
<
[email protected]
>
Wed, 22 Oct 2025 17:02:41 +0000
(19:02 +0200)
committer
Hannu Nyman
<
[email protected]
>
Sat, 1 Nov 2025 06:21:24 +0000
(08:21 +0200)
don't call Build/Prepare/Default since it serves no purpose
Signed-off-by: Niklas Thorild <
[email protected]
>
utils/telegraf/Makefile
patch
|
blob
|
history
diff --git
a/utils/telegraf/Makefile
b/utils/telegraf/Makefile
index cff5d9cb7d100276552092396cfc3b6d625e9380..f1a5367c181975ace9d12cbfcdab0e1f0f5798a5 100644
(file)
--- a/
utils/telegraf/Makefile
+++ b/
utils/telegraf/Makefile
@@
-105,10
+105,6
@@
endef
Package/telegraf-full/conffiles = $(Package/telegraf/conffiles)
-define Build/Prepare
- $(call Build/Prepare/Default)
-endef
-
ifeq ($(BUILD_VARIANT),small)
GO_PKG_TAGS:=$(TELEGRAF_SMALL_PLUGINS)
else