[LEDE-DEV] [PATCH 9/9] ar71xx: add support for Comfast E214N V2 Outdoor CPE

2017-10-22 Thread Zoltan HERPAI
Based on Robert Budde's patch, with additional reworks. https://github.com/openwrt/openwrt/pull/390 Signed-off-by: Zoltan HERPAI --- target/linux/ar71xx/base-files/etc/board.d/01_leds | 10 ++ target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +

[LEDE-DEV] [PATCH 5/9] netfilter, iptables: add optional CHECKSUM module

2017-10-22 Thread Zoltan HERPAI
From: Denis Osvald Signed-off-by: Denis Osvald --- include/netfilter.mk | 4 package/kernel/linux/modules/netfilter.mk | 17 + package/network/utils/iptables/Makefile | 10 ++ 3 files

[LEDE-DEV] [PATCH 2/9] package: kernel: dtc: Add device tree compiler package

2017-10-22 Thread Zoltan HERPAI
From: Marek Vasut Add package with the DT compiler v1.4.1 . Signed-off-by: Marek Vasut --- package/kernel/dtc/Makefile | 36 1 file changed, 36 insertions(+) create mode 100644 package/kernel/dtc/Makefile diff --git

[LEDE-DEV] [PATCH 7/9] sunxi: Added profile for HAOYU Electronics Marsboard A10

2017-10-22 Thread Zoltan HERPAI
From: Kayo Phoenix The MarsBoard was a short-lived credit-card sized, extendable board with an Allwinner A10 SoC. http://linux-sunxi.org/MarsBoard_A10 Signed-off-by: Kayo Phoenix [Forward-ported to new target layout:] Signed-off-by: Zoltan HERPAI

[LEDE-DEV] [PATCH 8/9] ramips: add Devolo WiFi Repeater (mt2681)

2017-10-22 Thread Zoltan HERPAI
This is pretty much the same as the ALL0256N-8M but with different LED settings. Based on Matt Jenkins' patch, with additional reworks. https://github.com/openwrt/openwrt/pull/491 Signed-off-by: Zoltan HERPAI --- target/linux/ramips/base-files/etc/board.d/01_leds | 7 ++

[LEDE-DEV] OpenWrt -> LEDE git tree merge

2017-10-22 Thread Hauke Mehrtens
Hi, I am working on merging the missing commits from the OpenWrt git repository into the LEDE repository. Here is a list of all non merge commits from the OpenWrt git repository and their corresponding LEDE commit IDs: https://github.com/hauke/openwrt-lede-merge/blob/master/commits.csv I only

Re: [LEDE-DEV] [OpenWrt-Devel] OpenWrt -> LEDE git tree merge

2017-10-22 Thread Florian Fainelli
On 10/22/2017 11:46 AM, Hauke Mehrtens wrote: > Hi, > > I am working on merging the missing commits from the OpenWrt git > repository into the LEDE repository. > > Here is a list of all non merge commits from the OpenWrt git repository > and their corresponding LEDE commit IDs: >

Re: [LEDE-DEV] OpenWrt -> LEDE git tree merge

2017-10-22 Thread Zoltan HERPAI
Hi Hauke, On Sun, 22 Oct 2017, Hauke Mehrtens wrote: I am working on merging the missing commits from the OpenWrt git repository into the LEDE repository. Here is a list of all non merge commits from the OpenWrt git repository and their corresponding LEDE commit IDs:

Re: [LEDE-DEV] uhttpd problems with env variable in cgi

2017-10-22 Thread p . wassi
Hi Karl, > There's really been very few commits to uhttpd, it shouldn't be > hard to bisect to the specific one that causes this. Ok, I tracked it down to 88c0b4b6d00152c54a0f1367ae839c71547281e1 commited by Jo-Philipp. Before that commit, everything is fine to me. However, IMHO this commit is

Re: [LEDE-DEV] [PATCH 2/9] package: kernel: dtc: Add device tree compiler package

2017-10-22 Thread Hauke Mehrtens
On 10/22/2017 10:21 PM, Zoltan HERPAI wrote: > From: Marek Vasut > > Add package with the DT compiler v1.4.1 . > > Signed-off-by: Marek Vasut This package is already in the package feed: https://github.com/openwrt/packages/blob/master/libs/dtc/Makefile

Re: [LEDE-DEV] [OpenWrt-Devel] OpenWrt -> LEDE git tree merge

2017-10-22 Thread Hans Dedecker
On Sun, Oct 22, 2017 at 10:28 PM, Zoltan HERPAI wrote: > Hi, > > > Zoltan HERPAI wrote: >> >> Hi Hauke, >> >> On Sun, 22 Oct 2017, Hauke Mehrtens wrote: >> >>> I am working on merging the missing commits from the OpenWrt git >>> repository into the LEDE repository. >>> >>> Here

Re: [LEDE-DEV] [OpenWrt-Devel] OpenWrt -> LEDE git tree merge

2017-10-22 Thread Hauke Mehrtens
On 10/22/2017 10:28 PM, Zoltan HERPAI wrote: > Hi, > > Zoltan HERPAI wrote: >> Hi Hauke, >> >> On Sun, 22 Oct 2017, Hauke Mehrtens wrote: >> >>> I am working on merging the missing commits from the OpenWrt git >>> repository into the LEDE repository. >>> >>> Here is a list of all non merge

Re: [LEDE-DEV] [PATCH 0/9] merge: add missing devices / commits into LEDE

2017-10-22 Thread Hauke Mehrtens
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

Re: [LEDE-DEV] [PATCH 1/9] hwmon-coretemp: add thermal monitor for Core/Core2/Atom

2017-10-22 Thread Yousong Zhou
On 23 October 2017 at 04:21, Zoltan HERPAI wrote: > From: Philip Prindeville > > Signed-off-by: Philip Prindeville > --- > package/kernel/linux/modules/hwmon.mk | 15 +++ > 1 file changed, 15

[LEDE-DEV] [PATCH 1/9] hwmon-coretemp: add thermal monitor for Core/Core2/Atom

2017-10-22 Thread Zoltan HERPAI
From: Philip Prindeville Signed-off-by: Philip Prindeville --- package/kernel/linux/modules/hwmon.mk | 15 +++ 1 file changed, 15 insertions(+) diff --git a/package/kernel/linux/modules/hwmon.mk

Re: [LEDE-DEV] [OpenWrt-Devel] OpenWrt -> LEDE git tree merge

2017-10-22 Thread Zoltan HERPAI
Hi, Zoltan HERPAI wrote: Hi Hauke, On Sun, 22 Oct 2017, Hauke Mehrtens wrote: I am working on merging the missing commits from the OpenWrt git repository into the LEDE repository. Here is a list of all non merge commits from the OpenWrt git repository and their corresponding LEDE commit

[LEDE-DEV] [PATCH 3/9] package: kernel: dtc: Add DTO support

2017-10-22 Thread Zoltan HERPAI
From: Marek Vasut Add patch with the DT overlay support into the DTC package. Signed-off-by: Marek Vasut --- ...ripts-dtc-Update-to-version-with-overlays.patch | 642 + 1 file changed, 642 insertions(+) create mode 100644

[LEDE-DEV] [PATCH 6/9] ar71xx: add support for Anonabox Pro

2017-10-22 Thread Zoltan HERPAI
From: August Germar Chipset is a 650mhz Atheros with 128mb ram. Variation of QCA9531 SoC with two Ethernet ports and a 802.11n 2.4 GHz radio. Signed-off-by: August Germar [with review by Daniel Engberg] Reviewed-by: Zoltan HERPAI ---

Re: [LEDE-DEV] meetup for beer in Prague

2017-10-22 Thread Hauke Mehrtens
On 10/19/2017 10:18 PM, Hauke Mehrtens wrote: > On 10/18/2017 08:58 PM, Hauke Mehrtens wrote: >> Hi, >> >> We have ELCE and the OpenWrt summit next week in Prague and a lot of >> people will be there. >> >> I would like to have a meeting next Wednesday evening 25. October 2017 >> in Prague, like

Re: [LEDE-DEV] OpenWrt -> LEDE git tree merge

2017-10-22 Thread Marek Vasut
On 10/22/2017 08:46 PM, Hauke Mehrtens wrote: > Hi, > > I am working on merging the missing commits from the OpenWrt git > repository into the LEDE repository. > > Here is a list of all non merge commits from the OpenWrt git repository > and their corresponding LEDE commit IDs: >

Re: [LEDE-DEV] [PATCH 1/9] hwmon-coretemp: add thermal monitor for Core/Core2/Atom

2017-10-22 Thread Felix Fietkau
On 2017-10-23 05:50, Yousong Zhou wrote: > On 23 October 2017 at 04:21, Zoltan HERPAI wrote: >> From: Philip Prindeville >> >> Signed-off-by: Philip Prindeville >> --- >> package/kernel/linux/modules/hwmon.mk | 15