From patchwork Sun Oct 22 20:21:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zoltan Herpai X-Patchwork-Id: 829078 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (helo) smtp.helo=arrakis.dune.hu (client-ip=78.24.191.176; helo=arrakis.dune.hu; envelope-from=openwrt-devel-bounces@lists.openwrt.org; receiver=) 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 3yKrYh2c4rz9sRV for ; Mon, 23 Oct 2017 07:22:32 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 6C320B9156D; Sun, 22 Oct 2017 22:21:44 +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=-1.5 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.1 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP; Sun, 22 Oct 2017 22:21:44 +0200 (CEST) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id A5888B8011B for ; Sun, 22 Oct 2017 22:21:31 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 CL_IP_EQ_FROM_IP=-2 (check from: .uid0. - helo: .trabant.uid0. - helo-domain: .uid0.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -7 Received: from trabant.uid0.hu (trabant.uid0.hu [81.0.124.200]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Sun, 22 Oct 2017 22:21:28 +0200 (CEST) Received: from wigyori by trabant.uid0.hu with local (Exim 4.84_2 #1 (Debian)) id 1e6MkR-0006gp-Dt from ; Sun, 22 Oct 2017 22:21:27 +0200 From: Zoltan HERPAI To: lede-dev@lists.infradead.org Date: Sun, 22 Oct 2017 22:21:18 +0200 Message-Id: <1508703687-25650-1-git-send-email-wigyori@uid0.hu> X-Mailer: git-send-email 1.9.1 Subject: [OpenWrt-Devel] [PATCH 0/9] merge: add missing devices / commits into LEDE 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: , Cc: hauke@hauke-m.de, openwrt-devel@lists.openwrt.org MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" This series contains a bunch of commits that have been added into OpenWrt but not into LEDE since May/2016. Some of these required small changes to work properly - i.e. changing them to a new build layout. Signed-off-by: Zoltan HERPAI August Germar (1): ar71xx: add support for Anonabox Pro Denis Osvald (1): netfilter,iptables: add optional CHECKSUM module Kayo Phoenix (1): sunxi: Added profile for HAOYU Electronics Marsboard A10 Marek Vasut (2): package: kernel: dtc: Add device tree compiler package package: kernel: dtc: Add DTO support Philip Prindeville (1): hwmon-coretemp: add thermal monitor for Core/Core2/Atom Ralph Sennhauser (1): openssl: fix cryptodev config dependency Zoltan HERPAI (2): ar71xx: add support for Comfast E214N V2 Outdoor CPE ramips: add Devolo WiFi Repeater (mt2681) include/netfilter.mk | 4 + package/boot/uboot-sunxi/Makefile | 6 + package/kernel/dtc/Makefile | 36 ++ ...ripts-dtc-Update-to-version-with-overlays.patch | 642 +++++++++++++++++++++ package/kernel/linux/modules/hwmon.mk | 15 + package/kernel/linux/modules/netfilter.mk | 17 + package/libs/openssl/Config.in | 1 + package/network/utils/iptables/Makefile | 10 + target/linux/ar71xx/base-files/etc/board.d/01_leds | 10 + target/linux/ar71xx/base-files/lib/ar71xx.sh | 6 + .../ar71xx/base-files/lib/upgrade/platform.sh | 2 + target/linux/ar71xx/config-4.4 | 1 + target/linux/ar71xx/config-4.9 | 2 + .../ar71xx/files/arch/mips/ath79/Kconfig.openwrt | 19 + target/linux/ar71xx/files/arch/mips/ath79/Makefile | 2 + .../files/arch/mips/ath79/mach-anonabox-pro.c | 110 ++++ .../files/arch/mips/ath79/mach-cf-e214n-v2.c | 124 ++++ .../linux/ar71xx/files/arch/mips/ath79/machtypes.h | 2 + target/linux/ar71xx/image/generic.mk | 8 + target/linux/ar71xx/image/legacy-devices.mk | 6 + target/linux/ar71xx/image/legacy.mk | 2 + target/linux/ramips/base-files/etc/board.d/01_leds | 7 + .../linux/ramips/base-files/etc/board.d/02_network | 1 + target/linux/ramips/base-files/lib/ramips.sh | 3 + .../ramips/base-files/lib/upgrade/platform.sh | 1 + target/linux/ramips/dts/MT2681.dts | 106 ++++ target/linux/ramips/image/rt305x.mk | 7 + target/linux/sunxi/image/cortex-a8.mk | 10 + 28 files changed, 1160 insertions(+) create mode 100644 package/kernel/dtc/Makefile create mode 100644 package/kernel/dtc/patches/0001-scripts-dtc-Update-to-version-with-overlays.patch create mode 100644 target/linux/ar71xx/files/arch/mips/ath79/mach-anonabox-pro.c create mode 100644 target/linux/ar71xx/files/arch/mips/ath79/mach-cf-e214n-v2.c create mode 100644 target/linux/ramips/dts/MT2681.dts Acked-by: Hauke Mehrtens