summaryrefslogtreecommitdiffstats
path: root/package/arptables
Commit message (Collapse)AuthorAgeFilesLines
* arptables: re-enable for staticGustavo Zacarias2014-11-083-5/+34
| | | | | | | | | | | Add a small patch to re-enable arptables for static builds. The dlfcn.h is a stray include for a past attempt at loadable plugins but the code is disabled so there's no need for it. Also add hash file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* arptables: needs dynamic linking support for dlopen()Peter Korsgaard2014-11-081-2/+6
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/b96/b9642befef82e479cc50839e07114cb87314d156/ http://autobuild.buildroot.net/results/57f/57ffebbe925391badf81f6867fdbf16975b4af6f/ http://autobuild.buildroot.net/results/5f1/5f1966f1a7c8800846a8405b7e74f4893f3fcd14/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* arptables: bump to version 0.0.4Gustavo Zacarias2013-01-121-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* arptables: needs mmuGustavo Zacarias2012-11-231-0/+2
| | | | | | | | | arptables uses fork() and breaks on !mmu. Fixes http://autobuild.buildroot.net/results/fe18dd4a0b0d17404560abf3e4a332b58751f5cb/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* arptables: add new packageGustavo Zacarias2012-11-032-0/+27
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud