From patchwork Sat Jul 6 20:48:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 257314 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 617502C009C for ; Sun, 7 Jul 2013 06:50:20 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2885531829; Sat, 6 Jul 2013 20:50:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LEHQQtv4rpJL; Sat, 6 Jul 2013 20:50:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 748B7320A1; Sat, 6 Jul 2013 20:50:15 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id CC25F8F74B for ; Sat, 6 Jul 2013 20:49:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A16EF80339 for ; Sat, 6 Jul 2013 20:49:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BIOGRUtnyeF9 for ; Sat, 6 Jul 2013 20:49:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f173.google.com (mail-we0-f173.google.com [74.125.82.173]) by whitealder.osuosl.org (Postfix) with ESMTPS id DC66080AE0 for ; Sat, 6 Jul 2013 20:49:15 +0000 (UTC) Received: by mail-we0-f173.google.com with SMTP id x54so2731455wes.4 for ; Sat, 06 Jul 2013 13:49:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references; bh=2wuFjKMDxSDhbX/nEbgIl4+QXumKi/ChjKtRy8xqxCE=; b=avyCJU/9Z6rcsj8+r6QxRICSy/3DUwLUWUhfGRpsViwzNZYWkxH5642XztvMVis6wU qG8P/qBCI9ahSc9uxtczcPo9Zys2kpjL3AWKF6+tmCLqkqhogx+UDZtZ4OwHaWAuijuT MCbi/56s7WVIDM/eOTIu7PPKyUg9FwyvkVvrjkalu8+XcogodrxnIVHDLP0Nhv4z9KEE mEiVRiVzyJTXWzX4zlf/+mAxCvaiYMHrniNhQEUCxJoL4OTFjTW2jzqiVkn16sNh39pB Ig+ZDzaY84iEuPWygVoFsTAJrsSrWXulKoJqLzSt9PPN2yf6Z+YU0NclmlFr0+quYuF6 LMSw== X-Received: by 10.180.24.197 with SMTP id w5mr25556260wif.25.1373143754137; Sat, 06 Jul 2013 13:49:14 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id em10sm37710080wid.1.2013.07.06.13.49.12 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 06 Jul 2013 13:49:13 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Sat, 6 Jul 2013 22:48:49 +0200 Message-Id: <6784d71367a8a13d6b51dcaeed2caeedb920b3d9.1373143368.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: References: In-Reply-To: References: Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH 10/12] package/owl-linux: drop check for EABI X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: "Yann E. MORIN" ... since we only support EABI now. Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni --- package/owl-linux/Config.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package/owl-linux/Config.in b/package/owl-linux/Config.in index 1dcf5f1..9b14027 100644 --- a/package/owl-linux/Config.in +++ b/package/owl-linux/Config.in @@ -2,7 +2,6 @@ config BR2_PACKAGE_OWL_LINUX bool "owl-linux" depends on BR2_LINUX_KERNEL depends on (BR2_arm920t || BR2_arm922t || BR2_arm926t) - depends on BR2_ARM_EABI help Linux kernel driver for the H&D Wireless SPB104 SD-card WiFi SIP. @@ -14,6 +13,6 @@ comment "owl-linux requires a Linux kernel" depends on !BR2_LINUX_KERNEL depends on BR2_arm || BR2_armeb -comment "owl-linux is only supported on ARM9 architecture with EABI" - depends on !(BR2_arm920t || BR2_arm922t || BR2_arm926t) || !BR2_ARM_EABI +comment "owl-linux is only supported on ARM9 architecture" + depends on !(BR2_arm920t || BR2_arm922t || BR2_arm926t) depends on BR2_arm || BR2_armeb