[openwrt/openwrt] tcpdump: add PROVIDES=tcpdump to tcpdump-tiny
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 26 09:47:23 PST 2026
nbd pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0b302ec6582902f76740a6b1fbf1042b5bec49a4
commit 0b302ec6582902f76740a6b1fbf1042b5bec49a4
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Mon Jan 26 17:46:04 2026 +0000
tcpdump: add PROVIDES=tcpdump to tcpdump-tiny
Improves handling of dependencies on tcpdump
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/network/utils/tcpdump/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/network/utils/tcpdump/Makefile b/package/network/utils/tcpdump/Makefile
index 3bf5694bda..4cfb63d5bb 100644
--- a/package/network/utils/tcpdump/Makefile
+++ b/package/network/utils/tcpdump/Makefile
@@ -42,6 +42,7 @@ define Package/tcpdump-mini
$(Package/tcpdump/default)
TITLE+= (minimal version)
VARIANT:=mini
+ PROVIDES:=tcpdump
endef
CONFIGURE_ARGS += \
More information about the lede-commits
mailing list