summaryrefslogtreecommitdiffstats
path: root/package/daq
Commit message (Collapse)AuthorAgeFilesLines
* daq: add necessary dependencies on host-flex and host-bisonSergio Prado2018-01-291-0/+1
| | | | | | | | | | | | | daq depends on flex and bison to be configured. Fixes: http://autobuild.buildroot.net/results/43da4ae3b7fc26e6712d369d4d030954d0d85149 http://autobuild.buildroot.net/results/0fc2bcf9da758f427adf2fddca8ad1dace6a080e http://autobuild.buildroot.net/results/7411ac4ae5bef71b78c69b680de2b72f389ad2ee ... and many more. Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* daq: fix build against the musl C librarySergio Prado2018-01-121-9/+34
| | | | | | | | | | | Musl doesn't have <sys/unistd.h>, so let's change to <unistd.h>. Fixes: http://autobuild.buildroot.net/results/054f6581f67338b28af4dc2203b285ae1055581c http://autobuild.buildroot.net/results/99ec5d70b2ecf3a17fd5b5461d3e6b8ec0d22bfa Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* daq: remove default <pkg>_SOURCE variableThomas Petazzoni2018-01-091-1/+0
| | | | | | | <pkg>-<pkg-version>.tar.gz is the default value, so there's no need to explicitly specify it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* daq: libdnet is optional not mandatoryFabrice Fontaine2018-01-072-2/+10
| | | | | | | | | | | | | | | | libdnet is an optional dependency, it is only needed if nfq or ipq module are enabled. So, if libdnet and libnetfilter_queue are available, enable nfq module and add a dependency to both packages otherwise disable nfq module. Moreover, always disable ipq module as libipq is deprecated, it isn't enable in iptables. Even if it was enabled, libipq.h can't be included as it makes a reference to linux/netfilter_ipv4/ip_queue.h which is not available anymore Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* daq: libpcap is optional not mandatoryFabrice Fontaine2018-01-062-3/+8
| | | | | | | | | daq can be compiled without libpcap thanks to --enable-pcap-module and --disable-pcap-module options. libpcap is just a mandadory dependency of snort. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* daq: new packageSergio Prado2017-12-304-0/+72
Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com> [Thomas: - re-order depends on/select in Config.in - add <pkg>_INSTALL_STAGING = YES - drop double quotes when passing values in <pkg>_CONF_ENV.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud