From patchwork Mon Jun 15 07:10:07 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luiz Angelo Daros de Luca X-Patchwork-Id: 484153 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4517E140284 for ; Mon, 15 Jun 2015 17:11:31 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=QXKKvuJw; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id DB0DF28BC79; Mon, 15 Jun 2015 09:10:44 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id D745C28BC79 for ; Mon, 15 Jun 2015 09:10:19 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .gmail. - helo: .mail-qg0-f41.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -8.5 Received: from mail-qg0-f41.google.com (mail-qg0-f41.google.com [209.85.192.41]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Mon, 15 Jun 2015 09:10:18 +0200 (CEST) Received: by qgf75 with SMTP id 75so24008406qgf.1 for ; Mon, 15 Jun 2015 00:10:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=Ea+riXzF9LomjDbdKBibLY7e3btob6pInDi9Cqzgj/s=; b=QXKKvuJwN62CC/xoIYEnOTO3QLprNYY3pFFZM8CvqXgEmcK2pavs2Jd4ceVS56/GKm 9KdqkkR7yAYTubWn2MSIoriP1dY7YjodnY8ukpvV6h4O4NR04V9ivGRdSv0/WCqCtpQ0 g3hVL+vj/vqCRHyunj5GJzwpt20cpPsb/jpU6IiX+zfb+bg2KaS8kIXXMbwd5Nt3CecS zSo1AWKFhJuSya3/TIZHWazi5w3yTutr7SbBk3GGcjpq9LYmbgcS0jxK5UdNRD3M6WfF sG+6A//OT4kcWdxmV7F2RIPTSUxFb3cJ+U86gQDgZZ2+vIU6WW5mOW/Rd3fl5qopn21A 3vqg== X-Received: by 10.140.145.207 with SMTP id 198mr35737096qhr.45.1434352217500; Mon, 15 Jun 2015 00:10:17 -0700 (PDT) Received: from zipper.lan3 ([191.191.93.218]) by mx.google.com with ESMTPSA id q7sm5870351qkh.35.2015.06.15.00.10.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 15 Jun 2015 00:10:17 -0700 (PDT) From: Luiz Angelo Daros de Luca To: openwrt-devel@lists.openwrt.org Date: Mon, 15 Jun 2015 04:10:07 -0300 Message-Id: <1434352207-9122-1-git-send-email-luizluca@gmail.com> X-Mailer: git-send-email 2.1.4 Subject: [OpenWrt-Devel] [PATCH] x86/xen_domu: enable image generation X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Add features ext4 targz to target x86/xen_domu in order to generate images in defconfig. This fixes #18074. Signed-off-by: Luiz Angelo Daros de Luca --- target/linux/x86/xen_domu/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/x86/xen_domu/target.mk b/target/linux/x86/xen_domu/target.mk index 80bac3b..f7a69bf 100644 --- a/target/linux/x86/xen_domu/target.mk +++ b/target/linux/x86/xen_domu/target.mk @@ -1,3 +1,3 @@ BOARDNAME:=Xen Paravirt Guest DEFAULT_PACKAGES += kmod-xen-fs kmod-xen-evtchn kmod-xen-netdev kmod-xen-kbddev -FEATURES:=display +FEATURES:=display ext4 targz