Re: [OpenWrt-Devel] [PATCH] rt305x: swconfig support for ramips_esw.c

2012-01-31 Thread Roman Yeryomin
On 31 January 2012 13:21, Tobias Diedrich wrote: >> I think that this is definitely a good thing. >> But we must be careful to fully switch to it because, eg., belkin >> board I have (and probably others with external switch) requires >> double tagging control to enable external switch (will post

[OpenWrt-Devel] [PATCH] ramips: fix Belkin f5d8235v2 support

2012-01-31 Thread Roman Yeryomin
This fixes Belkin F5D8235 v2 ethernet stuff. To do it we first need to enable rgmii and then not to configure any vlans at all. Then there are two ways: enable double tagging on ports 5 and 6 and enable tag removal (as I was doing from the very beginning) OR we can simply disable vlans and vlan tag

[OpenWrt-Devel] Fwd: [PATCH] clientid sending by udhcpc

2012-01-31 Thread Peter Mukhachev
I found that option -c in udhcpc no longer works. This is a little workaround. Though with this patch applied, you shouldn't write colons in /etc/config/network in clientid option. Signed-off-by: Peter Mukhachev Index: package/base-files-network/files/lib/network/config.sh ===

Re: [OpenWrt-Devel] [PATCH] ccache install fix if ccache is locally installed

2012-01-31 Thread Christoph Thielecke
Hello, > I ran into the problem that if ccache is locally installed building some > programs does not found the compiler. The ccache binary is looked up in > staging_dir/host/bin which is only there if installed. This patch fixes the > ccache install if ccache is found. > > The patch is against 10

[OpenWrt-Devel] [PATCH] ccache install fix if ccache is locally installed

2012-01-31 Thread Christoph Thielecke
Hello, I ran into the problem that if ccache is locally installed building some programs does not found the compiler. The ccache binary is looked up in staging_dir/host/bin which is only there if installed. This patch fixes the ccache install if ccache is found. The patch is against 10.03.1.

Re: [OpenWrt-Devel] [PATCH] support for D-LINK DIR-615 rev. E4

2012-01-31 Thread Gabor Juhos
2012.01.28. 0:58 keltezéssel, Vadim Girlin írta: > This patch adds support for D-LINK DIR-615 E4 board. It's mostly based > on the existing support for DIR-600 A1, with some changes in the leds > configuration. > > It's an updated version of the patch that reliably works on my hw for > about a yea

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for TP-Link TL-MR11U

2012-01-31 Thread Gabor Juhos
2012.01.28. 21:16 keltezéssel, Simon Taylor írta: > Adds support for TL-MR11U, a portable router with very similar > hardware to the TL-WR703N and TL-MR3020, but with an onboard > 2000mAh battery. > > Tested, working: > All interfaces (Ethernet, 802.11n, USB) > WPS & Reset switches (Power appears

[OpenWrt-Devel] [PATCH] New package for OBD GPS Logger.

2012-01-31 Thread Viktar Palstsiuk
The package provides a tool that logs data from your car, using OBDII. It also includes OBD II Simulator and log converters to gpx, kml and csv. Signed-off-by: Viktar Palstsiuk --- net/obdgpslogger/Makefile | 34 ++ 1 files changed, 34 insertions(+), 0 deletions

[OpenWrt-Devel] [PATCH] mac80211: Allow preamble configuration

2012-01-31 Thread Helmut Schaa
Add a new wireless config parameter short_preamble=0|1 to enable usage of short preambles. Default is to only allow long preambles as before. Even if short_preamble is set to 1 hostapd will take care that short preambles are disabled as soon as a STA associates that cannot handle short preambles.

Re: [OpenWrt-Devel] [PATCH] Add upstream patch to pyrrd package

2012-01-31 Thread Jo-Philipp Wich
Hi, the patch is whitespace mangled. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] rt305x: swconfig support for ramips_esw.c

2012-01-31 Thread Tobias Diedrich
Tobias Diedrich wrote: > + dev_info(&pdev->dev, "about to fill out switch_dev struct\n"); > + dev_info(&pdev->dev, "about to call register_switch\n"); Hmm, just noticed that I left those two debugging statements in the code, they can be removed. -- Tobias

Re: [OpenWrt-Devel] [PATCH] rt305x: swconfig support for ramips_esw.c

2012-01-31 Thread Tobias Diedrich
Roman Yeryomin wrote: > On 31 January 2012 01:17, Tobias Diedrich wrote: > > This patch adds basic swconfig support for ramips_esw: > > > > root@OpenWrt:/# swconfig dev rt305x show > > Global attributes: > > Port 0: > >        led: 5 > >        pvid: 1 > > Port 1: > >        led: 5 > >        pvid

Re: [OpenWrt-Devel] [PATCH] rt305x: swconfig support for ramips_esw.c

2012-01-31 Thread Roman Yeryomin
On 31 January 2012 01:17, Tobias Diedrich wrote: > This patch adds basic swconfig support for ramips_esw: > > root@OpenWrt:/# swconfig dev rt305x show > Global attributes: > Port 0: >        led: 5 >        pvid: 1 > Port 1: >        led: 5 >        pvid: 1 > Port 2: >        led: 5 >        pvid:

[OpenWrt-Devel] [PATCH] Add upstream patch to pyrrd package

2012-01-31 Thread Roberto Riggio
This patch adds an upstream fix to the pyrrd package. It also adds the rrdtool package as external dependency. Signed-off-by: Roberto Riggio -- Index: lang/pyrrd/patches/200-fetch.patch === --- lang/pyrrd/patches/200-fetch.patch