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 <wigy...@uid0.hu> 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 -- 1.9.1 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel