summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/ifplugd
Commit message (Collapse)AuthorAgeFilesLines
* ifplugd: Fix build with gcc10/-fno-commonKhem Raj2020-08-132-1/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ifplugd: Include stdint.h for uintXX_tKhem Raj2019-11-061-7/+5
| | | | | | | | | | | stdint.h is standard header which should provide these types Fixes ../../ifplugd-0.28/src/ethtool-local.h:27:9: error: unknown type name 'uint8_t' typedef uint8_t u8; ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ifplugd: Add recipe for version 0.28Fabio Berton2019-10-172-0/+56
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>