From 2c5cf77dc0648978ae56c6f341352a3f60ae4187 Mon Sep 17 00:00:00 2001 From: kszaq Date: Sun, 11 Feb 2018 21:29:11 +0100 Subject: [PATCH] projects/Amlogic: add dtc to system image This would allow users to modify device trees to their taste if needed. --- projects/Amlogic/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Amlogic/options b/projects/Amlogic/options index b92f22ca94..c3b034a8f9 100644 --- a/projects/Amlogic/options +++ b/projects/Amlogic/options @@ -144,7 +144,7 @@ # additional packages to install: # Space separated list is supported, # e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2" - ADDITIONAL_PACKAGES="u-boot-tools-aml" + ADDITIONAL_PACKAGES="u-boot-tools-aml dtc" # build and install driver addons (yes / no) DRIVER_ADDONS_SUPPORT="yes"