summaryrefslogtreecommitdiffstats
path: root/package/tcpdump/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* Config.in files: use if/endif instead of 'depends on' for main symbolThomas De Schampheleire2013-12-251-1/+4
| | | | | | | | | | | | | | | | | | | | | | | In the Config.in file of package foo, it often happens that there are other symbols besides BR2_PACKAGE_FOO. Typically, these symbols only make sense when foo itself is enabled. There are two ways to express this: with depends on BR2_PACKAGE_FOO in each extra symbol, or with if BR2_PACKAGE_FOO ... endif around the entire set of extra symbols. The if/endif approach avoids the repetition of 'depends on' statements on multiple symbols, so this is clearly preferred. But even when there is only one extra symbol, if/endif is a more logical choice: - it is future-proof for when extra symbols are added - it allows to have just one strategy instead of two (less confusion) This patch modifies the Config.in files accordingly. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dhcpdump: move as a proper package, bump versionThomas Petazzoni2011-05-181-6/+0
| | | | | | | | dhcpdump 1.7 required tcpdump, but version 1.8 now uses libpcap instead. Also version 1.8 is no longer autotools based, but just a simple Makefile. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-3/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* - add option to turn on SMB dump routinesBernhard Reutner-Fischer2007-09-011-0/+7
| | | | - honour BR2_INET_IPV6
* move tcpdump from lib to usr/lib, simplify configure, general cleanupUlf Samuelsson2007-08-191-1/+2
|
* add dhcpdumpEric Andersen2005-02-161-0/+7
|
* clean up & import packages by gtjMike Frysinger2005-01-181-0/+7
libpcap: http://bugs.uclibc.org/view.php?id=20 tcpdump: http://bugs.uclibc.org/view.php?id=21
OpenPOWER on IntegriCloud