aboutsummaryrefslogtreecommitdiff
path: root/utils/audit/patches/0003-Make-IPX-packet-interpretation-dependent-on-th.patch
Commit message (Collapse)AuthorAge
* audit: move from packages to openwrtMarius Dinu2024-04-12
| | | | | | This package is joined with libaudit from openwrt base packages. Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* audit: Fix compilation with kernel 5.15Eneas U de Queiroz2022-05-20
Linux 5.15 does not have the linux/ipx.h header. The patch is a partial cherry-pick (skipped ChangeLog) of upstream commit 6b09724c6 ("Make IPX packet interpretation dependent on the ipx header file existing"). Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>