From c8afffc32546c3cd72d5d229081211b8e9efe9ee Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 2 Aug 2018 17:29:40 +0000 Subject: lib/system: Add dmidecode as system app For use by the arm64 get_sysinfo. Signed-off-by: Geoff Levand Signed-off-by: Samuel Mendoza-Jonas --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 38fe341..eca574a 100644 --- a/configure.ac +++ b/configure.ac @@ -394,6 +394,7 @@ DEFINE_HOST_PROG(PB_PLUGIN, pb-plugin, [/usr/sbin/pb-plugin]) DEFINE_HOST_PROG(PB_EXEC, pb-exec, [/usr/sbin/pb-exec]) DEFINE_HOST_PROG(SH, sh, [/bin/sh]) DEFINE_HOST_PROG(SCSI_RESCAN, scsi-rescan, [/usr/sbin/scsi-rescan]) +DEFINE_HOST_PROG(DMIDECODE, dmidecode, [/sbin/dmidecode]) AC_ARG_WITH( [tftp], -- cgit v1.2.1