[LEDE-DEV] [PATCH 0/9] merge: add missing devices / commits into LEDE
Hauke Mehrtens
hauke at hauke-m.de
Sun Oct 22 13:36:39 PDT 2017
On 10/22/2017 10:21 PM, Zoltan HERPAI wrote:
> 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 <wigyori at 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
>
Acked-by: Hauke Mehrtens <hauke at hauke-m.de>
For the complete series except for the dtc patch, if we need dtc in the
base packages it could be copied from the feed.
Hauke
More information about the Lede-dev
mailing list