[OpenWrt-Devel] [PATCH 1/1] [RESEND] ramips: Add support for RT5350F-OLinuXino V2

2015-06-03 Thread gamishev
From: Dimitar Gamishev HeHoPMaJIeH Version 2 : White spaces and alphabetical order problems fixed Support for Olimex RT5350F-OLinuXino Boards, tested with RT5350F-OLinuXino and RT5350F-OLinuXino-EVB boards. More Info : https://www.olimex.com/Products/OLinuXino/RT5350F/RT5350F-OLinuXino/open-

Re: [OpenWrt-Devel] [PATCH] Add sch_fq and sch_pie to the kmod-sched package.

2015-06-03 Thread Steven Barth
Applied, we have to cleanup kmod-sched at some point and throw out all the crap nobody uses anyway. Cheers, Steven ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Regarding bridge multicast-to-unicast patch

2015-06-03 Thread Linus Lüssing
On Wed, Jun 03, 2015 at 07:25:32PM +0200, Steven Barth wrote: > > > > >Steven, could you elaborate a little more on the scenario and > >explain why it is a must to shut up automatically when having a > >local user-space querier? If people are able to manually install and > >configure a complex m

[OpenWrt-Devel] [PATCH] ar71xx: fix AR71XX_MODEL for TP-Link TL-WA830RE v1

2015-06-03 Thread Matthias Schiffer
The v1 identifies as v10 internally. As there is no TL-WA830RE v10, add a workaround to avoid confusing users. Signed-off-by: Matthias Schiffer --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 4 1 file changed, 4 insertions(+) diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b

Re: [OpenWrt-Devel] [PATCH] Add sch_fq and sch_pie to the kmod-sched package.

2015-06-03 Thread Jo-Philipp Wich
Hi, > The .ipk goes from 46018 to 52793 bytes. Can't seem to get the image > size to change, probably some issue with my build setup... The image is padded to whole eraseblocks, so if the squashfs size does not change then the added code fits into the remaining space of an eraseblock. ~ Jow s

Re: [OpenWrt-Devel] ar71xx: How to integrate UniFi AP Outdoor Plus HSR?

2015-06-03 Thread Stefan Rompf
Hi Felix, > I think deferring this to user space might mess up timings during fast > active scans. I'd prefer to have a callback in ath9k_platform.h that > allows the platform code to provide a hook which implements this. > That way the changes to ath9k stay very small, and the code is still > qui

Re: [OpenWrt-Devel] [PATCH] Add sch_fq and sch_pie to the kmod-sched package.

2015-06-03 Thread Toke Høiland-Jørgensen
Etienne Champetier writes: > what is the size of the image/.ipk with/without this option ? The .ipk goes from 46018 to 52793 bytes. Can't seem to get the image size to change, probably some issue with my build setup... -Toke ___ openwrt-devel mailing

[OpenWrt-Devel] [PATCH] [base-files] show hint when JFFS2-partition is full and overlayfs mounted read-only

2015-06-03 Thread Bastian Bittorf
since r45833 and r45848 the overlayfs is automatically mounted read-only (and blocks remounts as r/w) when JFFS2 is full. see ticket #19564 because of this normal file deletion is not possible anymore. if a user logins interactively (e.g. SSH) show a hint for this, that files must be removed in /o

Re: [OpenWrt-Devel] Regarding bridge multicast-to-unicast patch

2015-06-03 Thread Steven Barth
>Steven, could you elaborate a little more on the scenario and >explain why it is a must to shut up automatically when having a >local user-space querier? If people are able to manually install and >configure a complex multicast router, aren't they capable of >manually disabling the bridge queri

Re: [OpenWrt-Devel] Regarding bridge multicast-to-unicast patch

2015-06-03 Thread Linus Lüssing
On Wed, Jun 03, 2015 at 09:56:41AM +0200, Hans Dedecker wrote: > On Wed, Jun 3, 2015 at 8:50 AM, Steven Barth wrote: > > Thanks for the quick reply. > > > > > > On 03.06.2015 08:26, Linus Lüssing wrote: > >> For IPv6 and a non-zero IPv4 source address it'll use the normal > >> IGMP/MLD querier ele

Re: [OpenWrt-Devel] [PATCH] Add sch_fq and sch_pie to the kmod-sched package.

2015-06-03 Thread Etienne Champetier
2015-06-03 18:08 GMT+02:00 Etienne Champetier : > Hi Toke, > > 2015-06-03 14:15 GMT+02:00 Toke Høiland-Jørgensen : > >> >> These are two new packet schedulers introduced in Linux 3.12 and 3.14 >> respectively. sch_fq is a perfect fairness queueing scheduler that also >> adds pacing on host TCP fl

[OpenWrt-Devel] [PATCH] ar71xx: fix 100/10mbps ethernet link issues on mynet range extender

2015-06-03 Thread Christian Lamparter
The mynet range extender hardware is suffering from ethernet link loss when booting with a recent openwrt image. This only happens on 100mbps links, with 1Gbps speed the link was fine. The cause of the problem is that the AR8035 PHY (aka F1E) requires turning on and off the special TX delay settin

Re: [OpenWrt-Devel] [PATCH 1/1] ramips: Add support for RT5350F-OLinuXino

2015-06-03 Thread John Crispin
Hi, there are lots of places where the tabs were replaced with spaces. maybe your mail client chewed the mail ? the patch as such is fine though. please fix the whitespace problem and resend John On 03/06/2015 11:49, gamis...@gmail.com wrote: > From: Dimitar Gamishev HeHoPMaJIeH > >

[OpenWrt-Devel] [PATCH] lldpd: add option to disable custom TLVs

2015-06-03 Thread Alexandru Ardelean
Signed-off-by: Alexandru Ardelean --- package/network/services/lldpd/Config.in | 5 + package/network/services/lldpd/Makefile | 1 + 2 files changed, 6 insertions(+) diff --git a/package/network/services/lldpd/Config.in b/package/network/services/lldpd/Config.in index 448506d..93d84e2 1006

[OpenWrt-Devel] [PATCH 3/3] Add TG582N option in profile section of menuconfig

2015-06-03 Thread Kejia Hu (Terry)
From: Kejia Hu --- target/linux/brcm63xx/profiles/thomson.mk | 9 + 1 file changed, 9 insertions(+) create mode 100644 target/linux/brcm63xx/profiles/thomson.mk diff --git a/target/linux/brcm63xx/profiles/thomson.mk b/target/linux/brcm63xx/profiles/thomson.mk new file mode 100644 inde

[OpenWrt-Devel] [PATCH 2/3] Add support for TG582n DANT-1 board.

2015-06-03 Thread Kejia Hu (Terry)
From: Kejia Hu The other variant board (DANT-T) of the router may be supported after these patches, but these patches have only been tested on DANT-1 board. --- target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 3 + target/linux/brcm63xx/dts/tg582n.dts | 81 +++

[OpenWrt-Devel] [PATCH 1/3] Add support for EON EN25Q128 flash chip.

2015-06-03 Thread Kejia Hu (Terry)
From: Kejia Hu This is part of the work to add support for Thomson TG582n router. There are 2 variants for the board, namely DANT-T and DANT-1, EN25Q128 is used on DANT-1 only. --- .../475-mtd-spi-nor-add-support-for-the-EON-EN25Q128.patch | 12 1 file changed, 12 insertions(+)

[OpenWrt-Devel] [PATCH 0/3] Add support for Thomson TG582n DANT-1 board

2015-06-03 Thread Kejia Hu (Terry)
From: Kejia Hu This set of patches added support for Thomson TG582n DANT-1 board. They have been tested by building a CFE image, and loaded to the board using a customised CFE. support for DANT-T board may be possible with these patches with limited modification, but I can't test this due to l

[OpenWrt-Devel] Add support for Thomson TG582n DANT-1 board

2015-06-03 Thread Kejia Hu (Terry)
Signed-off-by: Kejia Hu ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] Add sch_fq and sch_pie to the kmod-sched package.

2015-06-03 Thread Toke Høiland-Jørgensen
These are two new packet schedulers introduced in Linux 3.12 and 3.14 respectively. sch_fq is a perfect fairness queueing scheduler that also adds pacing on host TCP flows, and sch_pie is an AQM. Having them available in kmod-sched makes it easier for people to test these new queueing schemes. S

[OpenWrt-Devel] [PATCH] base-files: default_do_upgrade: accept & forward image extraction command

2015-06-03 Thread Rafał Miłecki
get_image allows passing 2nd argument that is used in a pipe for extracting firmware from a non-native format. By accepting such command in default_do_upgrade we allow platforms to use this helper for vendor specific images. Signed-off-by: Rafał Miłecki --- package/base-files/files/lib/upgrade/c

[OpenWrt-Devel] [PATCH 1/1] ramips: Add support for RT5350F-OLinuXino

2015-06-03 Thread gamishev
From: Dimitar Gamishev HeHoPMaJIeH Support for Olimex RT5350F-OLinuXino Boards, tested with RT5350F-OLinuXino and RT5350F-OLinuXino-EVB boards. More Info : https://www.olimex.com/Products/OLinuXino/RT5350F/RT5350F-OLinuXino/open-source-hardware Signed-off-by: Dimitar Gamishev HeHoPMaJIeH --

[OpenWrt-Devel] [gre...@linuxfoundation.org: Patch "ovl: mount read-only if workdir can't be created" has been added to the 4.0-stable tree]

2015-06-03 Thread Bastian Bittorf
https://dev.openwrt.org/ticket/19564 we use it since r45848 - just to inform, that there is no need for a special 4.0 patch when it get merged. bye, bastian - Forwarded message from gre...@linuxfoundation.org - Date: Wed, 03 Jun 2015 10:15:11 +0900 From: gre...@linuxfoundation.org To: m

Re: [OpenWrt-Devel] Regarding bridge multicast-to-unicast patch

2015-06-03 Thread Hans Dedecker
On Wed, Jun 3, 2015 at 8:50 AM, Steven Barth wrote: > Thanks for the quick reply. > > > On 03.06.2015 08:26, Linus Lüssing wrote: >> For IPv6 and a non-zero IPv4 source address it'll use the normal >> IGMP/MLD querier election mechanism, meaning the one with the lowest >> IP address will become th