aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-03-07 16:27:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-03-07 16:27:36 +0000
commitd37af0789abcc38c2999110f4a9b677a9448fb96 (patch)
treed5fd80e8af8d96257b1e9755ea39ddfc77774920 /package/Makefile
parentfffa7d392369093d279c2353b1056dfccbca2a07 (diff)
downloadupstream-d37af0789abcc38c2999110f4a9b677a9448fb96.tar.gz
upstream-d37af0789abcc38c2999110f4a9b677a9448fb96.tar.bz2
upstream-d37af0789abcc38c2999110f4a9b677a9448fb96.zip
add tcpdump
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@340 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index 42e222b660..ad05ebcc92 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -21,6 +21,7 @@ package-$(BR2_PACKAGE_IPROUTE2) += iproute2
package-$(BR2_PACKAGE_MICROPERL) += microperl
package-$(BR2_PACKAGE_LIBELF) += libelf
package-$(BR2_PACKAGE_STRACE) += strace
+package-$(BR2_PACKAGE_TCPDUMP) += tcpdump
all: compile install
clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) linux-clean