Re: [OpenWrt-Devel] [PATCH 0/8] [ipq806x] Add basic support for Linksys EA8500

2016-04-03 Thread Rafał Miłecki
Hi Adrian, First of all, please DON'T send your e-mails as HTML ones (text/html). On 1 April 2016 at 02:35, Adrian Panella wrote: > This patchset adds support for the Linksys AC2600 EA8500 router. You should use a proper prefix for all your patches. E.g. bootargs: Add mangled bootargs for ATAG

[OpenWrt-Devel] [PATCH 2/2] Add support for the Cisco Meraki MR24

2016-04-03 Thread Chris Blake
This patch adds support for the Cisco Meraki MR24 Access point to the apm821xx target. More info on the device can be found at https://wiki.openwrt.org/toh/meraki/mr24 Signed-off-by: Chris Blake --- .../linux/apm821xx/base-files/etc/board.d/01_leds | 25 ++ .../apm821xx/base-files/etc/board.d/

[OpenWrt-Devel] [PATCH 1/2] Add support for the apm821xx Device Target

2016-04-03 Thread Chris Blake
This adds a new target for PowerPC APM821xx (464-based) boards, as well as adds support for the booke-wdt watchdog package. Signed-off-by: Chris Blake --- include/target.mk | 1 + package/kernel/linux/modules/other.mk | 2 +- target/linux/apm821x

[OpenWrt-Devel] [PATCH 0/2] Add support for a apm821xx target & the Cisco Meraki MR24

2016-04-03 Thread Chris Blake
These RFC patches were recommended by Imre Kaloz [0] to add support for the apm821xx SoC to support a subset of devices. Original discussion for these patches can be found at [1], and the previous RFC can be found at [2]. [0]: https://lists.openwrt.org/pipermail/openwrt-devel/2016-March/040626.

[OpenWrt-Devel] [PATCH 5/5] ramips: mt7621: fix Ubiquiti EdgeRouter X profile

2016-04-03 Thread Roman Yeryomin
Remove unnecessary packages to reduce image size so it fits in initramfs (to enable upgrading from factory firmware). Signed-off-by: Roman Yeryomin --- target/linux/ramips/mt7621/profiles/ubnt.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/ramips/mt7621/pr

[OpenWrt-Devel] [PATCH 4/5] ramips: mt7621: sync MQmaker WiTi profile name to dts name

2016-04-03 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/ramips/mt7621/profiles/mqmaker.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/ramips/mt7621/profiles/mqmaker.mk b/target/linux/ramips/mt7621/profiles/mqmaker.mk index ae35e7d..a9c79df 100644 --- a/target/li

[OpenWrt-Devel] [PATCH 3/5] ramips: enable device profiling by dts

2016-04-03 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/ramips/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index ddd67a2..6e0349f 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/

[OpenWrt-Devel] [PATCH 2/5] ramips: mt7621: add a device to TARGET_DEVICES after it's definition

2016-04-03 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/ramips/image/mt7621.mk | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 76b4e48..628954f 100644 --- a/target/linux/ramips/image/mt76

[OpenWrt-Devel] [PATCH 1/5] ramips: mt7621: fix initramfs image for ubnt-erx

2016-04-03 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/ramips/image/mt7621.mk | 66 +++-- 1 file changed, 20 insertions(+), 46 deletions(-) diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 745611f..76b4e48 100644 --- a/target/l

Re: [OpenWrt-Devel] [PATCH 0/8] [ipq806x] Add basic support for Linksys EA8500

2016-04-03 Thread Adrian Panella
Hi Imre, here I attach devinfo and dmseg. I also copy kernel log, as I do have a warning with pcie2 there. Its unrelated to ethernet, but I'm still trying to fix it: DEVINFO: root@OpenWrt:/# cat /dev/mtd12 cert_region=US default_passphrase=8mh3mb6wyq default_ssid=Linksys05820 deviceType=urn:

[OpenWrt-Devel] [PATCH] ar71xx: fix nondeterministic hangs during bootconsole/console handover

2016-04-03 Thread Matthias Schiffer
Reconfiguring the UART when the FIFO is not empty may cause the boot to hang. This hang is extremely suspectible to timing differences; recompiling the kernel with the same configuration, but different UTS_VERSION timestamps can yield images that hang more or less often. Sometimes images are produc

Re: [OpenWrt-Devel] syn_flood v/s synflood_protect in firewall default config

2016-04-03 Thread Damian Kaczkowski
On 31 March 2016 at 07:45, Naresh Kumar Mehta wrote: > From https://wiki.openwrt.org/doc/uci/firewall, syn_flood is obsoleted by > synflood_protect but I still see syn_flood in > https://dev.openwrt.org/browser/trunk/package/network/config/firewall/files/firewall.config. > Does it mean we missed

[OpenWrt-Devel] [PATCH] ramips: fix for Planex MZK-WDPR (lcd control gpio).

2016-04-03 Thread YuheiOKAWA
add lcd control gpio pin for Planex MZK-WDPR. LCD board initial timming is GPIO control. Signed-off-by: YuheiOKAWA --- target/linux/ramips/dts/MZK-WDPR.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git a/target/linux/ramips/dts/MZK-WDPR.dts b/target/linux/ramips/dts/MZK-WDPR.dts

[OpenWrt-Devel] Fwd: [RFC 1/2] Add support for the apm821xx Device Target

2016-04-03 Thread Chris Blake
Hello Imre, On Fri, Apr 1, 2016 at 8:32 AM, Imre Kaloz wrote: > On Fri, 01 Apr 2016 15:26:46 +0200, Chris Blake > wrote: > >> Hey Imre, >> >> On Fri, Apr 1, 2016 at 7:35 AM, Imre Kaloz wrote: >>> >>> Hi Chris, >>> >>> On Fri, 01 Apr 2016 03:46:09 +0200, Chris Blake >>> +CONFIG_BLUESTONE=y

Re: [OpenWrt-Devel] [PATCH 0/8] [ipq806x] Add basic support for Linksys EA8500

2016-04-03 Thread Imre Kaloz
Hi Adrian, On Sat, 02 Apr 2016 01:48:22 +0200, Adrian Panella wrote: Hi Imre, networking seems to be working for me. So far I have done only basic testing. Can access the router from lan and wlan. No permormance test done, though. If you have a repo you can share with your patchset, I could