From: Michael Tremer Date: Fri, 1 Apr 2016 18:11:30 +0000 (+0100) Subject: dmidecode: Only build on x86 X-Git-Tag: v2.19-core101~34 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=0dbd30710dab8ca9e36d10951983373ca0dac48f dmidecode: Only build on x86 ARM is obviously not supported Signed-off-by: Michael Tremer --- diff --git a/lfs/dmidecode b/lfs/dmidecode index c8d5005e27..e5354d6f48 100644 --- a/lfs/dmidecode +++ b/lfs/dmidecode @@ -31,6 +31,7 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +SUP_ARCH = i586 x86_64 PROG = dmidecode PAK_VER = 1