summaryrefslogtreecommitdiffstats
path: root/package/libpcap/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* move library packages to package/libs/nbd2012-10-081-83/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33657 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libpcap: enable parallel buildsnbd2012-09-151-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] libpcap: explicitely disable libnl support to prevent different ↵jow2012-04-081-2/+3
| | | | | | build results depending on the environment (#11239) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31219 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libpcap: properly fix fPIC handling (reverts $(FPIC) added in r26999)nbd2011-05-241-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27000 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] libpcap: add -fpic, refresh patchesjow2011-05-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26999 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] Update libpcap to version 1.1.1jow2011-05-241-4/+4
| | | | | | | Signed-off-by: Christoph König <christoph.koenig@ikt.uni-hannover.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26995 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/libpcap: move configuration to submenunico2010-04-161-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20909 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this patch uses PKG_INSTALL:=1 and simplifies the Makefile,thepeople2010-03-051-33/+21
| | | | | | | | | | | | separates the menuconfig options in a separates Config.in file, adds a new patch to disable man pages (there was an error with QUILT=1 without this patch, as ln was used without -f), renames patches to be more explicit (and 1xx for Makefile patches and 2xx for source patches) -Raphael git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19997 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libpcap: fix kernel version checknbd2009-08-211-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17349 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pcap: fix disabling bluetoothnbd2009-04-261-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15428 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pcap: update to version 1.0.0, add extension for changing the desired ↵nbd2009-04-251-7/+29
| | | | | | protocol for the internal raw socket (useful for reducing the cpu overhead of capture) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15398 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* reduce the binary size of libpcap based programs that don't use bpf parsingnbd2008-12-191-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13686 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use $(FPIC) in a few places where it mattersnbd2008-08-061-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12225 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update libpcap to 0.9.8 (#3571)florian2008-07-071-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11742 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove uninstalldev templates (no longer necessary)nbd2007-12-251-5/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵nbd2007-09-281-6/+6
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package description to a separate definition, remove it when ↵nico2007-09-071-3/+5
| | | | | | DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo in UnistallDevnico2007-03-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6643 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵nbd2007-03-161-1/+0
| | | | | | lots of places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵nbd2007-03-161-3/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* various configure related cleanupsnbd2007-02-251-34/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace lots of manual install commands with INSTALL_* variablesnbd2006-11-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add sitefiles similar to the ones from openembeddednbd2006-10-191-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5232 3c298f89-4303-0410-b956-a3cf2f4a3e73
* new (last?) attempt at standardizing Makefilesnico2006-09-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* standardize Makefile, change section from base to libsnico2006-09-231-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4842 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set PATH in rules.mkmbm2006-08-041-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)mbm2006-08-041-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccachembm2006-08-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4429 3c298f89-4303-0410-b956-a3cf2f4a3e73
* credit where credit is duembm2006-06-271-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add INCLUDE_DIR variable for $(TOPDIR)/includenbd2006-06-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup. move shared include files into $(TOPDIR)/include, move ↵nbd2006-06-211-1/+1
| | | | | | lzma, mkfs.* into toolchain/ git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* normalize Makefiles.nico2006-06-181-20/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* import libpcap from trunk and convert it to -ng.nico2006-05-241-0/+97
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3825 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove lots of non-essential packagesnbd2006-04-131-86/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3641 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Updated libpcap to 0.9.4, tcpdump to 3.9.4florian2006-02-051-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3139 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change cp to $(CP)mbm2006-02-011-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable ipv6, closes #129, bump release numberwbx2005-12-251-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2773 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add pf_ring patches for kernel and libpcapnbd2005-10-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2266 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lots of small package changes and dependency cleanups for the V= stuffnbd2005-10-221-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2230 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Tweak package buildnico2005-05-191-8/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix typonico2005-05-131-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@875 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Convert libpcap to new packaging stylenico2005-05-131-30/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Change libpcap, uniformize package makefile, put back control file in ./ipkgnico2005-04-181-28/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@682 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Uniformize package Makefile,nico2005-04-141-41/+46
| | | | | | | Build in a separate directory so that arpwatch and tcpdump configure wont find it git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@642 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build libpcap packagenbd2005-04-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@504 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix libpcap compilenico2005-03-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@477 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make libpcap sharednico2005-03-301-11/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@476 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add md5sumswbx2005-03-211-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@405 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add downloading script (with md5sum checking and sourceforge downloading ↵nbd2005-03-191-1/+1
| | | | | | support) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@391 3c298f89-4303-0410-b956-a3cf2f4a3e73