mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
pkg: Add NETWORK to audit and rngd packages
This fixes a regression introduced in:
5a225b9d
("Makefile: Fix bug where network was not disabled")
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
699a864302
commit
4c1a45957e
@ -1,3 +1,4 @@
|
|||||||
IMAGE?=auditd
|
IMAGE?=auditd
|
||||||
|
NETWORK=1
|
||||||
|
|
||||||
include ../package.mk
|
include ../package.mk
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
IMAGE=rngd
|
IMAGE=rngd
|
||||||
|
NETWORK=1
|
||||||
|
|
||||||
include ../package.mk
|
include ../package.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user