aboutsummaryrefslogtreecommitdiff
path: root/utils/audit
Commit message (Collapse)AuthorAge
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* audit: fix dependency error when libev also selectedW. Michael Petullo2020-09-12
| | | | | | | | Auditd seems to build its own libev if the library is not already present; otherwise it uses the system-installed library. This adds libev as a dependency to ensure a consistent build. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* audit: new packageThomas Petazzoni2020-09-11
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> [strip library after adding it to openwrt repository] Signed-off-by: W. Michael Petullo <mike@flyn.org>