linux: enable CONFIG_AUDIT if the audit package is selected
authorCarlos Santos <casantos@datacom.com.br>
Sat, 3 Nov 2018 16:42:43 +0000 (13:42 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 3 Nov 2018 21:22:05 +0000 (22:22 +0100)
commit2c828ed72fa51607714cbd7a53304d11db7145c3
treeab88a6eac5f501230072f0747b6f9ba5ac05057e
parent6fe5fe4c4d034bd471a9ed28e5fba81475ae09ec
linux: enable CONFIG_AUDIT if the audit package is selected

We already turn on kernel features for several packages, so let's do it
for audit too, since the daemon is useless and fails to load otherwise.

Notice that we also turn NET on, since AUDIT depends on NET, like we do
for the wireguard package.

Signed-off-by: Carlos Santos <casantos@datacom.com.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
linux/linux.mk