mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-06 01:11:23 +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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user