build/json: fix DEVICE_PACKAGES
authorPaul Spooren <mail@aparcar.org>
Wed, 2 Jun 2021 20:09:58 +0000 (10:09 -1000)
committerBaptiste Jonglez <git@bitsofnetworks.org>
Wed, 2 Jun 2021 20:58:13 +0000 (22:58 +0200)
commit29c94fe28ec6ec2f2cbd08e5af9a1b665587b3fe
tree0107614bbea40e62c95dff310d891ca2fd157514
parentb474142fa834e7c3d34a25ab7a46e1e2bc6c0c16
build/json: fix DEVICE_PACKAGES

The variable was missing in the definition of DEFAULT_DEVICE_VARS which
caused it to contain wrong values, messing up the resulting JSON files.

This patch adds the variable DEVICE_PACKAGES to DEFAULT_DEVICE_VARS.

Suggested-by: Baptiste Jonglez <git@bitsofnetworks.org>
Signed-off-by: Paul Spooren <mail@aparcar.org>
include/image.mk