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:
Rolf Neugebauer 2017-07-01 11:17:03 +01:00
parent 699a864302
commit 4c1a45957e
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
IMAGE?=auditd
NETWORK=1
include ../package.mk

View File

@ -1,3 +1,4 @@
IMAGE=rngd
NETWORK=1
include ../package.mk