Re: [LEDE-DEV] [PATCH] kernel/mtd: Add support for Macronix mx25u25635f, used in Archer C2600 v1.1

2016-05-31 Thread A. Benz
Hi Rafał, Will do. Thanks. Regards, A. Benz On 05/31/16 04:56, Rafał Miłecki wrote: On 30 May 2016 at 11:52, Ash Benz <ash.b...@bk.ru> wrote: Signed-off-by: Ash Benz <ash.b...@bk.ru> --- .../475-mtd-spi-nor-add-macronix-mx25u25635f.patch | 10 ++ 1 file

Re: [LEDE-DEV] skb_warn_bad_offload + crash at high load on ipq806x

2016-06-17 Thread A. Benz
Nice find. I will test on my C2600 as well. Can you show the switch part of your network config? Thanks. Regards, A. Benz On 06/18/16 03:42, Josh Bendavid wrote: Further update in case anyone has any ideas. The C2600 device on which I'm testing has two ethernet adapters with their own

Re: [LEDE-DEV] 1043ND v2.1 LEDE trunk kernel panic

2016-05-24 Thread A. Benz
header like 1.x. PS - Killer command: erase 0x9f00 +0x7c Should have been: erase 0x9f02 +0x7c Can't believe I did that :( Regards, A. Benz On 05/24/16 17:24, Felix Fietkau wrote: On 2016-05-24 02:00, A. Benz wrote: Hi Trunk build of LEDE gets a kernel panic on TPLink 1043ND

Re: [LEDE-DEV] lede forum

2016-07-25 Thread A. Benz
not very demanding I could assist in providing hosting. Regards, A. Benz On 07/25/16 07:03, Ted Hess wrote: On Sun, 2016-07-24 at 16:37 +0200, moeller0 wrote: On Jul 24, 2016, at 15:41 , tapper <j.lanc...@ntlworld.com> wrote: Hi with the ssl sert being messed up on the openwrt forum we

Re: [LEDE-DEV] [PATCH 2/4] lantiq: switch from 34k to 24k

2016-08-22 Thread A. Benz
Hi Jo, Agreed. I didn't have the limited resources on mind when I wrote that. Was brought to my attention on IRC. Cheers. Regards, A. Benz On 08/22/16 15:59, Jo-Philipp Wich wrote: Hi Ash, Perhaps a future version of GCC will have this changed. Keep them as they are, whether

Re: [LEDE-DEV] [PATCH] Use printf instead of echo.

2016-08-23 Thread A. Benz
, I will send patches if no one takes it up in a few days. Regards, A. Benz On 08/23/16 17:03, Bastian Bittorf wrote: * Ash Benz <ash.b...@bk.ru> [23.08.2016 10:19]: On some systems the shell built-in echo is used while on others /bin/echo and those two are not identical; this

Re: [LEDE-DEV] [PATCH] kernel/mtd: Add support for Macronix mx25u25635f, used in Archer C2600 v1.1

2016-11-18 Thread A. Benz
Hi Rafal, Sent upstream: http://lists.infradead.org/pipermail/linux-mtd/2016-November/070360.html Regards, A. Benz On 11/07/16 21:26, Rafał Miłecki wrote: On 31 May 2016 at 10:04, A. Benz <ash.b...@bk.ru> wrote: On 05/31/16 04:56, Rafał Miłecki wrote: On 30 May 2016 at 11:52, As

Re: [LEDE-DEV] openwrt and lede - remerge proposal

2017-05-09 Thread A. Benz
there was a shake-off that catapulted all the great things which resulted in LEDE, that this new name made more sense to what the project hopes to represent as a whole, regardless of this perceived "brand value" and all that. Regards, A. Benz On 05/09/17 14:05, David Lang wrote: On Tue,

[LEDE-DEV] [PATCH] kernel/mtd: Add support for Macronix mx25u25635f, used in Archer C2600 v1.1

2016-05-30 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- .../475-mtd-spi-nor-add-macronix-mx25u25635f.patch | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/generic/patches-3.18/475-mtd-spi-nor-add-macronix-mx25u25635f.patch diff --git a/target/linux/g

[LEDE-DEV] [PATCH v3 10/10] kernel/mtd: Add support for Macronix mx25u25635f, used in C2600 v1.1

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- .../patches-4.4/475-mtd-spi-nor-add-macronix-mx25u25635f.patch | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/generic/patches-4.4/475-mtd-spi-nor-add-macronix-mx25u25635f.patch diff --git a/target/linux/g

[LEDE-DEV] [PATCH v3 09/10] kernel/mac80211: skip ath10k OTP check if caldata found

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- .../patches/936-ath10k_skip_otp_check.patch| 42 ++ 1 file changed, 42 insertions(+) create mode 100644 package/kernel/mac80211/patches/936-ath10k_skip_otp_check.patch diff --git a/package/kernel/mac80211/patch

[LEDE-DEV] [PATCH v3 06/10] ipq806x/base-files: extract ath10k caldata

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- .../etc/hotplug.d/firmware/11-ath10k-caldata | 68 ++ 1 file changed, 68 insertions(+) create mode 100644 target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata diff --git a/target/linux/ipq806

[LEDE-DEV] [PATCH v3 05/10] ipq806x/base-files: Add support for Archer C2600

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- target/linux/ipq806x/base-files/lib/ipq806x.sh | 3 +++ .../linux/ipq806x/base-files/lib/upgrade/platform.sh | 20 +++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/target/linux/ipq806x/base-files/lib/ipq8

[LEDE-DEV] [PATCH v3 02/10] fw-utils/tplink-safeloader.c: Add support for Archer C2600

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- tools/firmware-utils/src/tplink-safeloader.c | 114 ++- 1 file changed, 111 insertions(+), 3 deletions(-) diff --git a/tools/firmware-utils/src/tplink-safeloader.c b/tools/firmware-utils/src/tplink-safeloader.c index 7

[LEDE-DEV] [PATCH v3 07/10] ipq806x/profiles: Add Archer C2600

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- target/linux/ipq806x/profiles/tplink.mk | 20 1 file changed, 20 insertions(+) create mode 100644 target/linux/ipq806x/profiles/tplink.mk diff --git a/target/linux/ipq806x/profiles/tplink.mk b/target/linux/ipq806x/pr

[LEDE-DEV] [PATCH v3 09/10] kernel/mac80211: skip ath10k OTP check if caldata found

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- .../patches/936-ath10k_skip_otp_check.patch| 42 ++ 1 file changed, 42 insertions(+) create mode 100644 package/kernel/mac80211/patches/936-ath10k_skip_otp_check.patch diff --git a/package/kernel/mac80211/patch

[LEDE-DEV] [PATCH v3 02/10] fw-utils/tplink-safeloader.c: Add support for Archer C2600

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- tools/firmware-utils/src/tplink-safeloader.c | 114 ++- 1 file changed, 111 insertions(+), 3 deletions(-) diff --git a/tools/firmware-utils/src/tplink-safeloader.c b/tools/firmware-utils/src/tplink-safeloader.c index 7

[LEDE-DEV] [PATCH v3 06/10] ipq806x/base-files: extract ath10k caldata

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- .../etc/hotplug.d/firmware/11-ath10k-caldata | 68 ++ 1 file changed, 68 insertions(+) create mode 100644 target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata diff --git a/target/linux/ipq806

[LEDE-DEV] [PATCH v3 00/10] Add support for TP-Link Archer C2600 v1.0 and v1.1

2016-05-27 Thread Ash Benz
Apologies for the bombardment. For some reason the first three in my previous submission don't seem to have gone through. New set with minor changes for kernel 4.4. Requires QCA's recently submitted ipq806x 4.4 patch. Generated against blogic's staging tree. Ash Benz (10): include/image.mk

[LEDE-DEV] [PATCH v3 05/10] ipq806x/base-files: Add support for Archer C2600

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- target/linux/ipq806x/base-files/lib/ipq806x.sh | 3 +++ .../linux/ipq806x/base-files/lib/upgrade/platform.sh | 20 +++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/target/linux/ipq806x/base-files/lib/ipq8

[LEDE-DEV] [PATCH v3 08/10] ipq806x/dts: Add Archer C2600 DTS

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- target/linux/ipq806x/dts/qcom-ipq8064-c2600.dts | 412 1 file changed, 412 insertions(+) create mode 100644 target/linux/ipq806x/dts/qcom-ipq8064-c2600.dts diff --git a/target/linux/ipq806x/dts/qcom-ipq8064-c2600.

[LEDE-DEV] [PATCH v3 01/10] include/image.mk: move build step tplink-safeloader to image.mk

2016-05-27 Thread Ash Benz
Move tplink-safeloader from target/linux/ar71xx/image/tp-link.mk to include/image.mk Signed-off-by: Ash Benz <ash.b...@bk.ru> --- include/image.mk | 12 target/linux/ar71xx/image/tp-link.mk | 12 2 files changed, 12 insertions(+), 12 del

[LEDE-DEV] [PATCH v3 07/10] ipq806x/profiles: Add Archer C2600

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- target/linux/ipq806x/profiles/tplink.mk | 20 1 file changed, 20 insertions(+) create mode 100644 target/linux/ipq806x/profiles/tplink.mk diff --git a/target/linux/ipq806x/profiles/tplink.mk b/target/linux/ipq806x/pr

[LEDE-DEV] [PATCH v3 00/10] Add support for TP-Link Archer C2600 v1.0 and v1.1

2016-05-27 Thread Ash Benz
This patchset requires the recently submitted QCA ipq806x kernel 4.4 patches. Generated for blogic's staging tree. Changes compared to v2: - Minor updates for 4.4 bump. Ash Benz (10): include/image.mk: move build step tplink-safeloader to image.mk fw-utils/tplink-safeloader.c: Add support

[LEDE-DEV] [PATCH v3 04/10] ipq806x/base-files: Add Archer C2600 LEDs and board

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- target/linux/ipq806x/base-files/etc/board.d/01_leds| 7 +++ target/linux/ipq806x/base-files/etc/board.d/02_network | 1 + 2 files changed, 8 insertions(+) diff --git a/target/linux/ipq806x/base-files/etc/board.d/01_leds b/target/linux/i

[LEDE-DEV] [PATCH v3 03/10] ipq806x: Add Archer C2600 to image/Makefile

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- target/linux/ipq806x/image/Makefile | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index ff8b2c7..2756eb7 100644 --- a/

[LEDE-DEV] [PATCH v3 10/10] kernel/mtd: Add support for Macronix mx25u25635f, used in C2600 v1.1

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- .../patches-4.4/475-mtd-spi-nor-add-macronix-mx25u25635f.patch | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/generic/patches-4.4/475-mtd-spi-nor-add-macronix-mx25u25635f.patch diff --git a/target/linux/g

[LEDE-DEV] [PATCH] ..ar71xx/image/Makefile: Remove tplink-safeloader def (moved to include/image.mk)

2016-05-13 Thread Ash Benz
Atten: lynxis Signed-off-by: Ash Benz <ash.b...@bk.ru> --- target/linux/ar71xx/image/Makefile | 12 1 file changed, 12 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 3bf005f..a5b1a86 100644 --- a/target/linux/ar71xx

[LEDE-DEV] [PATCH] ar71xx: image: Remove tplink-safeloader def

2016-05-13 Thread Ash Benz
Resubmitting with clearer description: This is an extra patch for the Archer C2600 v2 series that I submitted on May 9th. That series adds tplink-safeloader definition to include/image.mk, and so this patch removes it from target/linux/ar71xx/image/Makefile. Signed-off-by: Ash Benz <as

[LEDE-DEV] [PATCH v2 00/10] Add support for TP-Link Archer C2600 v1.0 and v1.1

2016-05-09 Thread Ash Benz
Changes compared to patchset v1: - include/image.mk: use TPlink safeloader from ar71xx. - ../ipq806x/image/Makefile: use append-rootfs to properly generate images after change above. Ash Benz (10): include/image.mk: Add TP-Link image safe-loader defintion fw-utils/tplink-safeloader.c: Add

[LEDE-DEV] [PATCH v2 10/10] kernel/mtd: Add support for Macronix mx25u25635f, used in C2600 v1.1

2016-05-09 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- .../475-mtd-spi-nor-add-macronix-mx25u25635f.patch | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/generic/patches-3.18/475-mtd-spi-nor-add-macronix-mx25u25635f.patch diff --git a/target/linux/g

[LEDE-DEV] [PATCH v2 09/10] kernel/mac80211: skip ath10k OTP check if caldata found

2016-05-09 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- .../patches/941-ath10k_skip_otp_check.patch| 44 ++ 1 file changed, 44 insertions(+) create mode 100644 package/kernel/mac80211/patches/941-ath10k_skip_otp_check.patch diff --git a/package/kernel/mac80211/patch

[LEDE-DEV] [PATCH v2 07/10] ipq806x/profiles: Add Archer C2600

2016-05-09 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- target/linux/ipq806x/profiles/tplink.mk | 20 1 file changed, 20 insertions(+) create mode 100644 target/linux/ipq806x/profiles/tplink.mk diff --git a/target/linux/ipq806x/profiles/tplink.mk b/target/linux/ipq806x/pr

[LEDE-DEV] [PATCH v2 08/10] ipq806x/dts: Add Archer C2600

2016-05-09 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- target/linux/ipq806x/dts/qcom-ipq8064-c2600.dts | 412 1 file changed, 412 insertions(+) create mode 100644 target/linux/ipq806x/dts/qcom-ipq8064-c2600.dts diff --git a/target/linux/ipq806x/dts/qcom-ipq8064-c2600.

[LEDE-DEV] [PATCH v2 01/10] include/image.mk: Add TP-Link image safe-loader defintion

2016-05-09 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- include/image.mk | 12 1 file changed, 12 insertions(+) diff --git a/include/image.mk b/include/image.mk index 9e342e0..aa12052 100644 --- a/include/image.mk +++ b/include/image.mk @@ -325,6 +325,18 @@ define Build/netgear-dni

[LEDE-DEV] [PATCH] hostapd: use printf to improve portability.

2016-08-23 Thread Ash Benz
Signed-off-by: Ash Benz <ash.b...@bk.ru> --- package/network/services/hostapd/patches/200-multicall.patch | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/network/services/hostapd/patches/200-multicall.patch b/package/network/services/hostapd/patch

[LEDE-DEV] [PATCH] Use printf instead of echo.

2016-08-23 Thread Ash Benz
On some systems the shell built-in echo is used while on others /bin/echo and those two are not identical; this causes incomplete .cflags generation on some systems. Signed-off-by: Ash Benz <ash.b...@bk.ru> --- package/network/services/hostapd/patches/200-multicall.patch | 8

[LEDE-DEV] [PATCH] Modify hostapd's multicall patch

2016-08-23 Thread Ash Benz
Explicitly call /bin/echo instead of echo only. The shell built-in echo behaves differently and causes incomplete .cflags generation on some systems. Signed-off-by: Ash Benz <ash.b...@bk.ru> --- package/network/services/hostapd/patches/200-multicall.patch | 8 1 file chan

Re: [LEDE-DEV] openwrt and lede - remerge proposal

2017-05-08 Thread A. Benz via Lede-dev
LEDE still have any of the original WRT source release by linksys?). LEDE sounds more fitting and gives the impression of a proper distro, which it is, rather than an improved fork/clone of an ancient source dump. No biggie, just thought I'd chime in. Good luck all. Regards, A. Benz On

Re: [LEDE-DEV] [PATCH] kernel: update kernel 4.9 to 4.9.28

2017-05-16 Thread A. Benz via Lede-dev
run tested on ipq8064. Regards, A. Benz On 05/15/17 19:11, Koen Vandeputte wrote: - Refresh all patches - Removed upstreamed - Adapted 1 Compile tested on: bcm53xx, cns3xxx, imx6 Run tested on: cns3xxx & imx6 Signed-off-by: Koen Vandeputte <koen.vandepu...@ncentric.com> --- 3rd &am

[LEDE-DEV] [PATCH] dnsmasq: backport upstream fix for segfault

2017-08-24 Thread Ash Benz via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Signed-off-by: Ash B