Re: [OpenWrt-Devel] [PATCH] ramips: add support for Intenso Memory 2 Move USB 3.0

2015-01-17 Thread Christian Lamparter
On Saturday, January 17, 2015 03:09:24 PM John Crispin wrote: On 17/01/2015 14:49, Christian Lamparter wrote: On Saturday, January 17, 2015 07:48:24 AM John Crispin wrote: On 15/01/2015 22:47, Christian Lamparter wrote: my question is: should I rename the profile (and the files) to:

Re: [OpenWrt-Devel] Archer C7, leds and led trigger for ath10k

2015-01-17 Thread John Crispin
On 17/01/2015 19:19, Gianluca Anzolin wrote: Il 17/01/2015 13:53, John Crispin ha scritto: On 17/01/2015 08:42, Gianluca Anzolin wrote: Il 17/01/2015 07:41, John Crispin ha scritto: There is also a bugreport in the bug tracking system pointing at this issue:

Re: [OpenWrt-Devel] [PATCH] ramips: revert failsafe switch workaround for RT5350 introduced in r42179.

2015-01-17 Thread Vittorio G (VittGam)
Hi, Il 17.01.2015 14:55 John Crispin ha scritto: On 25/12/2014 02:29, Vittorio G (VittGam) wrote: It is not needed anymore as TCP packets get passed correctly now even when VLAN is disabled. are you sure this is the case for all rt3x5x, rt5350 and mt7628 units ? I've tested it on my

Re: [OpenWrt-Devel] How to install OpenWrt on Mikrotik SXT Lite 5?

2015-01-17 Thread Bráulio Bhavamitra
Done! Tutorial at http://cirandas.net/brauliobo/blog/install-openwrt-on-mikrotik-sxt-lite-5 2015-01-17 7:32 GMT-03:00 Bráulio Bhavamitra brau...@eita.org.br: Hello all, I already use OpenWrt on a Tplink WDR4300, but I'm quite lost on how to install it on Mikrotik SXT Lite 5. Couldn't find

[OpenWrt-Devel] [PATCH] build: allow changing kernel name in new image code

2015-01-17 Thread Claudio Leite
Necessary for targets using zImage or other kernel image types. Signed-off-by: Claudio Leite lei...@staticky.com --- include/image.mk |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/image.mk b/include/image.mk index eddf605..e0f12e0 100644 ---

Re: [OpenWrt-Devel] [PATCH] igmpproxy: add patch to silence unnecessary logging of downstream igmp traffic

2015-01-17 Thread Felix Fietkau
On 2015-01-08 17:08, Antti Seppälä wrote: This patch adds a simple check to silence logging of messages about unrecognized igmp packets which originate from devices in local network. Without this patch igmpproxy floods openwrt syslog with messages such as: user.warn igmpproxy[19818]: The

Re: [OpenWrt-Devel] [PATCH 0/6] ar8216: patch series for AR8327/AR8337

2015-01-17 Thread Felix Fietkau
On 2015-01-17 15:26, John Crispin wrote: On 12/01/2015 20:16, Heiner Kallweit wrote: Patches 1-3 are improvements w/o functional change. merged 1-3 4-6 will need a bit more time and a closer look 4-6 applied, thanks. - Felix ___

[OpenWrt-Devel] [PATCH 4/4] lantiq: DGN3500 cleanups

2015-01-17 Thread Daniel Gimpelevich
This patch builds on the previous three to streamline support for the Netgear DGN3500. Signed-off-by: Daniel Gimpelevich dan...@gimpelevich.san-francisco.ca.us --- a/target/linux/lantiq/base-files/etc/uci-defaults/02_network (revision 44023) +++

[OpenWrt-Devel] [PATCH 1/4] lantiq: Fix initscript issue

2015-01-17 Thread Daniel Gimpelevich
Currently this initscript fails if the macaddr has any leading zeroes. This patch corrects the problem. Signed-off-by: Daniel Gimpelevich dan...@gimpelevich.san-francisco.ca.us --- a/target/linux/lantiq/base-files/etc/init.d/esi (revision 44023) +++

[OpenWrt-Devel] [PATCH 3/4] lantiq: Restore call to orphaned etop function

2015-01-17 Thread Daniel Gimpelevich
It seems the call to ltq_get_eth_mac() disappeared at some point. This patch puts it where it currently most makes sense. Signed-off-by: Daniel Gimpelevich dan...@gimpelevich.san-francisco.ca.us --- a/target/linux/lantiq/patches-3.14/0035-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for the UniFi AP Outdoor Plus

2015-01-17 Thread John Crispin
On 30/12/2014 06:01, Matthias Schiffer wrote: I had read the mails regarding the issue and I've asked about it in #openwrt-devel (but didn't get an answer yet). I didn't try changing the channel though as I'm in a very noisy environment (WLAN-wise) at the moment, so I can't really do any

Re: [OpenWrt-Devel] [PATCH uqmi] Add command to specify preferred PLMN

2015-01-17 Thread Felix Fietkau
On 2015-01-16 20:30, Sławomir Demeszko wrote: Signed-off-by: Sławomir Demeszko s.demes...@wireless-instruments.com Applied, thanks. - Felix ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] build: explicitly unexport CONFIG_SITE

2015-01-17 Thread Felix Fietkau
On 2015-01-16 04:03, Matthias Schiffer wrote: On systems with CONFIG_SITE in the environment (e.g. OpenSUSE) make will export the CONFIG_SITE set in include/package.mk by default. This will cause host builds to get the target site configuration, leading to all kinds of weirdness (wrong

Re: [OpenWrt-Devel] [PATCH] build: allow openwrt.git packages to be replaced by feeds

2015-01-17 Thread Olivari, Mathieu
For packages like mac80211, a lot of contributions go straight upstream to the kernel actually. It's understandable that openwrt.git maintains its own stabilization branch using quilt on this package. But it also makes sense for some users to generate OpenWrt firmware with a more recent version

Re: [OpenWrt-Devel] [PATCH] build: allow changing kernel name in new image code

2015-01-17 Thread Felix Fietkau
On 2015-01-17 23:48, Claudio Leite wrote: Necessary for targets using zImage or other kernel image types. Signed-off-by: Claudio Leite lei...@staticky.com Committed in r44018, thanks. - Felix ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH V3 uclient] support for connection timeout

2015-01-17 Thread Felix Fietkau
On 2015-01-16 11:21, Rafał Miłecki wrote: Signed-off-by: Rafał Miłecki zaj...@gmail.com Applied, thanks. - Felix ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] How to install OpenWrt on Mikrotik SXT Lite 5?

2015-01-17 Thread Bráulio Bhavamitra
Hello all, I already use OpenWrt on a Tplink WDR4300, but I'm quite lost on how to install it on Mikrotik SXT Lite 5. Couldn't find any good wiki entry explaining how... Anybody could help? PS: Still can't join openwrt-users cheers, bráulio -- Lute pela sua ideologia. Seja um com sua

Re: [OpenWrt-Devel] [PATCH v2 1/3] iproute2: bump version to 3.18.0

2015-01-17 Thread Steven Barth
Applied, thanks. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Archer C7, leds and led trigger for ath10k

2015-01-17 Thread John Crispin
On 17/01/2015 08:42, Gianluca Anzolin wrote: Il 17/01/2015 07:41, John Crispin ha scritto: There is also a bugreport in the bug tracking system pointing at this issue: https://dev.openwrt.org/ticket/18188 I looked at the ath9k implementation and I've come up with the attached patch. Do

Re: [OpenWrt-Devel] [PATCH] ramips: add support for Intenso Memory 2 Move USB 3.0

2015-01-17 Thread Christian Lamparter
On Saturday, January 17, 2015 07:48:24 AM John Crispin wrote: On 15/01/2015 22:47, Christian Lamparter wrote: This adds support for a rt5350-based portable nas solution from Intenso. The board comes with 32M RAM and 8M Flash, the built-in HDD is connected/accessible via a usb3.0-sata

Re: [OpenWrt-Devel] [PATCH] ramips: revert failsafe switch workaround for RT5350 introduced in r42179.

2015-01-17 Thread John Crispin
On 25/12/2014 02:29, Vittorio G (VittGam) wrote: It is not needed anymore as TCP packets get passed correctly now even when VLAN is disabled. are you sure this is the case for all rt3x5x, rt5350 and mt7628 units ? This piece of code also broke routers where the LAN port is not wired to

Re: [OpenWrt-Devel] [PATCH] ramips: add support for Intenso Memory 2 Move USB 3.0

2015-01-17 Thread John Crispin
On 17/01/2015 14:49, Christian Lamparter wrote: On Saturday, January 17, 2015 07:48:24 AM John Crispin wrote: On 15/01/2015 22:47, Christian Lamparter wrote: This adds support for a rt5350-based portable nas solution from Intenso. The board comes with 32M RAM and 8M Flash, the built-in HDD

Re: [OpenWrt-Devel] [PATCH 0/6] ar8216: patch series for AR8327/AR8337

2015-01-17 Thread John Crispin
On 12/01/2015 20:16, Heiner Kallweit wrote: Patches 1-3 are improvements w/o functional change. merged 1-3 4-6 will need a bit more time and a closer look Patches 4 allows to control EEE PHY sleep mode per port via swconfig. Motivation is that as workaround for issues with certain