From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtprelay01.ispgateway.de ([80.67.31.24]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WkwKj-0004G4-B5 for ptxdist@pengutronix.de; Thu, 15 May 2014 16:08:29 +0200 From: Markus Niebel Date: Thu, 15 May 2014 16:19:21 +0200 Message-Id: <1400163561-21959-1-git-send-email-list-09_ptxdist@tqsc.de> Subject: [ptxdist] [PATCH] barebox: select host-lzop Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Markus Niebel From: Markus Niebel creation of barebox.z requires lzop. As this may be not installed, let's handle this inside of our build logic. Signed-off-by: Markus Niebel --- platforms/barebox.in | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/barebox.in b/platforms/barebox.in index 6e65f83..6f66d1f 100644 --- a/platforms/barebox.in +++ b/platforms/barebox.in @@ -10,6 +10,7 @@ config BAREBOX_ARCH_STRING menuconfig BAREBOX select BOOTLOADER select HOST_LIBUSB if BAREBOX_NEEDS_HOST_LIBUSB + select HOST_LZOP prompt "barebox " bool help -- 1.7.9.5 -- ptxdist mailing list ptxdist@pengutronix.de