diff options
| author | Felix Fietkau | 2026-01-26 17:46:04 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2026-01-26 17:46:16 +0000 |
| commit | 0b302ec6582902f76740a6b1fbf1042b5bec49a4 (patch) | |
| tree | 39056f4b2e9cc99e65ed10d075ee25109f31e453 | |
| parent | b44d4290fe8324c1705c192c02f5d4a452a43552 (diff) | |
| download | openwrt-0b302ec6582902f76740a6b1fbf1042b5bec49a4.tar.gz | |
tcpdump: add PROVIDES=tcpdump to tcpdump-tiny
Improves handling of dependencies on tcpdump
Signed-off-by: Felix Fietkau <nbd@nbd.name>
| -rw-r--r-- | package/network/utils/tcpdump/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 += \ |