Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libpcap: explicitely disable libnl support to prevent different build ↵ | Jo-Philipp Wich | 2012-04-08 | 1 | -2/+3 |
| | | | | | | results depending on the environment (#11239) SVN-Revision: 31219 | ||||
* | libpcap: properly fix fPIC handling (reverts $(FPIC) added in r26999) | Felix Fietkau | 2011-05-24 | 4 | -19/+42 |
| | | | | SVN-Revision: 27000 | ||||
* | libpcap: add -fpic, refresh patches | Jo-Philipp Wich | 2011-05-24 | 4 | -8/+9 |
| | | | | SVN-Revision: 26999 | ||||
* | libpcap: remove empty patchfiles | Jo-Philipp Wich | 2011-05-24 | 2 | -0/+0 |
| | | | | SVN-Revision: 26996 | ||||
* | Update libpcap to version 1.1.1 | Jo-Philipp Wich | 2011-05-24 | 8 | -261/+109 |
| | | | | | | Signed-off-by: Christoph König <christoph.koenig@ikt.uni-hannover.de> SVN-Revision: 26995 | ||||
* | package/libpcap: move configuration to submenu | Nicolas Thill | 2010-04-16 | 2 | -3/+7 |
| | | | | SVN-Revision: 20909 | ||||
* | package/libpcap: refresh patches | Gabor Juhos | 2010-03-26 | 1 | -3/+3 |
| | | | | SVN-Revision: 20467 | ||||
* | finish cleaning my broken commit | Travis Kemen | 2010-03-08 | 5 | -448/+0 |
| | | | | SVN-Revision: 20061 | ||||
* | fix missing parts of r19997. | Travis Kemen | 2010-03-08 | 8 | -0/+549 |
| | | | | SVN-Revision: 20057 | ||||
* | this patch uses PKG_INSTALL:=1 and simplifies the Makefile, separates the ↵ | Travis Kemen | 2010-03-05 | 1 | -33/+21 |
| | | | | | | | | 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 SVN-Revision: 19997 | ||||
* | libpcap: fix kernel version check | Felix Fietkau | 2009-08-21 | 1 | -0/+4 |
| | | | | SVN-Revision: 17349 | ||||
* | libpcap: fix typo in protocol api patch | Nicolas Thill | 2009-05-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 15802 | ||||
* | pcap: fix disabling bluetooth | Felix Fietkau | 2009-04-26 | 1 | -0/+2 |
| | | | | SVN-Revision: 15428 | ||||
* | pcap: update to version 1.0.0, add extension for changing the desired ↵ | Felix Fietkau | 2009-04-25 | 10 | -605/+464 |
| | | | | | | protocol for the internal raw socket (useful for reducing the cpu overhead of capture) SVN-Revision: 15398 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 1 | -1/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | reduce the binary size of libpcap based programs that don't use bpf parsing | Felix Fietkau | 2008-12-19 | 2 | -1/+119 |
| | | | | SVN-Revision: 13686 | ||||
* | use $(FPIC) in a few places where it matters | Felix Fietkau | 2008-08-06 | 1 | -0/+2 |
| | | | | SVN-Revision: 12225 | ||||
* | Update libpcap to 0.9.8 (#3571) | Florian Fainelli | 2008-07-07 | 6 | -37/+496 |
| | | | | SVN-Revision: 11742 | ||||
* | remove uninstalldev templates (no longer necessary) | Felix Fietkau | 2007-12-25 | 1 | -5/+0 |
| | | | | SVN-Revision: 9906 | ||||
* | add $(STAGING_DIR) as argument to the InstallDev template and update ↵ | Felix Fietkau | 2007-09-28 | 1 | -6/+6 |
| | | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages SVN-Revision: 9052 | ||||
* | move package description to a separate definition, remove it when ↵ | Nicolas Thill | 2007-09-07 | 1 | -3/+5 |
| | | | | | | DESCRIPTION=TITLE SVN-Revision: 8659 | ||||
* | refresh all package patches in the buildroot using quilt | Felix Fietkau | 2007-06-04 | 4 | -15/+21 |
| | | | | SVN-Revision: 7490 | ||||
* | fix typo in UnistallDev | Nicolas Thill | 2007-03-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 6643 | ||||
* | add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵ | Felix Fietkau | 2007-03-16 | 1 | -1/+0 |
| | | | | | | lots of places SVN-Revision: 6582 | ||||
* | add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵ | Felix Fietkau | 2007-03-16 | 1 | -3/+0 |
| | | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580 | ||||
* | various configure related cleanups | Felix Fietkau | 2007-02-25 | 1 | -34/+7 |
| | | | | SVN-Revision: 6372 | ||||
* | replace lots of manual install commands with INSTALL_* variables | Felix Fietkau | 2006-11-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 5624 | ||||
* | add sitefiles similar to the ones from openembedded | Felix Fietkau | 2006-10-19 | 1 | -1/+0 |
| | | | | SVN-Revision: 5232 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 5 | -0/+283 |