From patchwork Fri Mar 13 02:19:34 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergey Ryazanov X-Patchwork-Id: 449773 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 87CD61400D5 for ; Fri, 13 Mar 2015 13:42:51 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=KSZ8ZsR9; 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 86EBA28C69E; Fri, 13 Mar 2015 03:27:26 +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 2F5EA28C184 for ; Fri, 13 Mar 2015 03:20:54 +0100 (CET) X-policyd-weight: using cached result; rate: -8.5 Received: from mail-la0-f45.google.com (mail-la0-f45.google.com [209.85.215.45]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Fri, 13 Mar 2015 03:20:00 +0100 (CET) Received: by lams18 with SMTP id s18so19762440lam.9 for ; Thu, 12 Mar 2015 19:20:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=eeFKHOZmRTmb8vNtrm0zFJuB0OsArbwv6gR7bGiB13o=; b=KSZ8ZsR9NzC4r0COXfg7KyrTNyH0fQBOFm7qL1pOoLdyRD8z/XJte+qdUi6XZH5aTS xKNJghTdZrZjmNE52Po483frisqd4tg1Qxg9caFLuJcujXUE1e2FKHqVjRHPtGi4Jp9v UTDimYtDwKxdLzjEHl+L0Wd3RZ7jiKPvDsTpV68r6m1gXLDTqFHencznxS5pEbTLq0Mo EdEsk7ZViHvMbJB/VPswoRlYLewmmUytg1Uw0ec2Cls3IuC6a1wb/XxHHtu05qt8Fvc2 ag9rNUhriMLcE2s+iqsrfVam/zBEQlsjA9Cl0kPDDPRn0GwBELEeapMK8JxYTkvM3y1A 3tBA== X-Received: by 10.152.44.161 with SMTP id f1mr24932361lam.26.1426213215855; Thu, 12 Mar 2015 19:20:15 -0700 (PDT) Received: from rsa-laptop.internal.lan ([217.25.229.52]) by mx.google.com with ESMTPSA id ao5sm107290lac.48.2015.03.12.19.20.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Mar 2015 19:20:15 -0700 (PDT) From: Sergey Ryazanov To: OpenWrt Development List Date: Fri, 13 Mar 2015 05:19:34 +0300 Message-Id: <1426213178-5239-30-git-send-email-ryazanov.s.a@gmail.com> X-Mailer: git-send-email 2.0.4 In-Reply-To: <1426213178-5239-1-git-send-email-ryazanov.s.a@gmail.com> References: <1426213178-5239-1-git-send-email-ryazanov.s.a@gmail.com> Subject: [OpenWrt-Devel] [PATCH 29/33] atheros: switch to 3.18 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: Sergey Ryazanov --- target/linux/atheros/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile index 3983ff7..170d4af 100644 --- a/target/linux/atheros/Makefile +++ b/target/linux/atheros/Makefile @@ -11,7 +11,7 @@ BOARD:=atheros BOARDNAME:=Atheros AR231x/AR5312 FEATURES:=squashfs low_mem -KERNEL_PATCHVER:=3.14 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk