From patchwork Fri Apr 1 01:53:31 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adrian Panella X-Patchwork-Id: 604558 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (caladan.dune.hu [78.24.191.180]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3qbkvC0GNHz9s3T for ; Fri, 1 Apr 2016 12:53:59 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 133D5B91808; Fri, 1 Apr 2016 03:53:39 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on arrakis.dune.hu X-Spam-Level: ** X-Spam-Status: No, score=2.4 required=5.0 tests=FREEMAIL_FROM,RDNS_NONE autolearn=no autolearn_force=no version=3.4.1 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP; Fri, 1 Apr 2016 03:53:39 +0200 (CEST) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 75F06B91804 for ; Fri, 1 Apr 2016 03:53:37 +0200 (CEST) X-policyd-weight: using cached result; rate: -7 Received: from BLU004-OMC3S6.hotmail.com (unknown [65.55.116.81]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Fri, 1 Apr 2016 03:53:37 +0200 (CEST) Received: from BLU437-SMTP42 ([65.55.116.72]) by BLU004-OMC3S6.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Thu, 31 Mar 2016 18:53:36 -0700 X-TMN: [+enAa8jW1aYgDbZp3H6iwnEIxMnFmGCr] X-Originating-Email: [ianchi74@outlook.com] Message-ID: To: 'John Crispin' , openwrt-devel@lists.openwrt.org References: From: Adrian Panella Date: Thu, 31 Mar 2016 19:53:31 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: X-OriginalArrivalTime: 01 Apr 2016 01:53:35.0981 (UTC) FILETIME=[4DBBA9D0:01D18BB9] Subject: [OpenWrt-Devel] [PATCH 5/8] Profile: add Linksys EA8500 X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" From e8f337cbc3dd9a9f4684810227d0d9946bb245f7 Mon Sep 17 00:00:00 2001 From: Adrian Panella Date: Thu, 17 Mar 2016 22:08:15 -0600 Subject: [PATCH 5/8] Profile: add Linksys EA8500 --- target/linux/ipq806x/profiles/linksys.mk | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 target/linux/ipq806x/profiles/linksys.mk diff --git a/target/linux/ipq806x/profiles/linksys.mk b/target/linux/ipq806x/profiles/linksys.mk new file mode 100644 index 0000000..9b4fe6b --- /dev/null +++ b/target/linux/ipq806x/profiles/linksys.mk @@ -0,0 +1,22 @@ +# +# Copyright (c) 2014 The Linux Foundation. All rights reserved. +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/EA8500 + NAME:=Linksys EA8500 Max-Stream AC2600 MU-MIMO + PACKAGES:= \ + kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \ + kmod-usb3 kmod-usb-dwc3-qcom kmod-usb-phy-qcom-dwc3 \ + kmod-ath10k wpad-mini ath10k-firmware-qca99x0 \ + uboot-envtools caldata-utils +endef + +define Profile/EA8500/Description + Package set for the Linksys EA8500 Max-Stream AC2600 MU-MIMO. +endef + +$(eval $(call Profile,EA8500))