summaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-07 16:27:36 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-07 16:27:36 +0000
commitf62d1d10a4d4a709d5c5111e6ef940070e91c7b1 (patch)
treed5fd80e8af8d96257b1e9755ea39ddfc77774920 /package/Makefile
parenta2a31f3dd42249e8c0a241f210542236b233f939 (diff)
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 42e222b66..ad05ebcc9 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