[openwrt/openwrt] tcpdump: add PROVIDES=tcpdump to tcpdump-tiny

LEDE Commits lede-commits at lists.infradead.org
Wed Jan 28 15:46:15 PST 2026


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-25.12:
https://git.openwrt.org/b0c75adcc55fd42e8f8860c6eb35481723373823

commit b0c75adcc55fd42e8f8860c6eb35481723373823
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>
    (cherry picked from commit 0b302ec6582902f76740a6b1fbf1042b5bec49a4)
---
 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 bb428881d1..28c52a1222 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