From patchwork Wed Mar 25 23:58:39 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roman Yeryomin X-Patchwork-Id: 454826 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.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47D9F1400D5 for ; Thu, 26 Mar 2015 11:01:14 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=m7WyOieT; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 90BD8284559; Thu, 26 Mar 2015 00:59:17 +0100 (CET) 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 8FE8128BDD1 for ; Thu, 26 Mar 2015 00:59:13 +0100 (CET) X-policyd-weight: using cached result; rate: -8.5 Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Thu, 26 Mar 2015 00:59:06 +0100 (CET) Received: by wgs2 with SMTP id 2so46116779wgs.1 for ; Wed, 25 Mar 2015 16:59:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=eDy/aUHAzgA4/+j5klfvTgCAQUyCw4QamTYDhqmpi2I=; b=m7WyOieTP1rC93DibYglhRTltLLlOEReH1nTUlPOVedwwtqw61Sadfw3TEJ8725+9G +xm2XDIplMUAKZBP5IGnOR7Xxctl4WhuFQXmBSl38OlH3sF4KEKm90W9jgSjVeqc4Pgp l1SpZIwDKjli6Va4S7LAeif39c8LZQd76cj7i6Gm0QM4GL5BsopkglZyyHrzizdJcY8r /VnVUl+FEIsFQ2LXbyhm/tzjxFPYykFYS9b5yndB4enTsRuY+zBqiXzkUD7XR4DaRdxT ghnxnNQTmPkjMPN8TQjYOlVywkl3WooiWL17tdS+XoKq2D6q35OKdW8VgqJzl34Fllu3 wq5Q== X-Received: by 10.194.95.133 with SMTP id dk5mr21974348wjb.143.1427327975263; Wed, 25 Mar 2015 16:59:35 -0700 (PDT) Received: from localhost.localdomain (balticom-159-113.balticom.lv. [83.99.159.113]) by mx.google.com with ESMTPSA id n3sm5837075wja.36.2015.03.25.16.59.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 25 Mar 2015 16:59:34 -0700 (PDT) From: Roman Yeryomin X-Google-Original-From: Roman Yeryomin To: OpenWrt Development List Date: Thu, 26 Mar 2015 01:58:39 +0200 Message-Id: <1427327919-32024-1-git-send-email-roman@advem.lv> X-Mailer: git-send-email 2.1.0 Subject: [OpenWrt-Devel] [PATCH 4/6] gemini: remove broken flag 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" Signed-off-by: Roman Yeryomin --- target/linux/gemini/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index 8713437..eefe698 100644 --- a/target/linux/gemini/Makefile +++ b/target/linux/gemini/Makefile @@ -10,7 +10,7 @@ ARCH:=arm BOARD:=gemini BOARDNAME:=Cortina Systems CS351x SUBTARGETS:=raidsonic wiligear -FEATURES:=squashfs pci rtc broken +FEATURES:=squashfs pci rtc CPU_TYPE:=fa526 MAINTAINER:=Imre Kaloz