[OpenWrt-Devel] [PATCH][1/2] update Userspace support for the WA850/WA750

2013-11-29 Thread Martijn Zilverschoon
Patch for adding the default uci values of the rssileds application for the tp-link -tl-wa850re and the tl-wa750re for the diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds index 95b30c1..5a8173f 100755 ---

[OpenWrt-Devel] [PATCH][2/2] AR71xx: Update profile for the wa750/wa850 to include rssileds by default

2013-11-29 Thread Martijn Zilverschoon
diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index 5236f7f..5138c0c 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++ b/target/linux/ar71xx/generic/profiles/tp-link.mk @@ -142,7 +142,7 @@ $(eval $(call

[OpenWrt-Devel] [PATCH] [package] grub2: use freetype macros

2013-11-29 Thread Dirk Neukirchen
including freetype header directly leads to build error: util/grub-mkfont.c:42:30: fatal error: freetype/ftsynth.h: No such file or directory Observed on Debian Testing, because new Freetype2 changed include location there add a patch to grub - use provided #include macros documented:

Re: [OpenWrt-Devel] WD MyNet N750: ar9344 + ar8327 switch, unclear on phy/mdio/mac wiring

2013-11-29 Thread Felix Kaechele
Bootloader code has been published as per my request. You can find it here: http://support.wdc.com/product/download.asp?groupid=1702sid=178lang=en Now we just need to find where they broke it :) - Felix ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] Boot OpenWRT on RB433 Lite versions (RB433L , RB433UAHL)

2013-11-29 Thread Wojciech Kromer
Hello, I'm currently struggling with two similar Microtik routers: RB433L , RB433UAHL. I was trying hard to run my RB433GL version. The L versions have a lot of small, but hard to use differences. They are the Lite version of the well-known rb433, with a lower power consomption. It

[OpenWrt-Devel] sysupgrade fails due to bad nand flash blocks

2013-11-29 Thread Matthew Redfearn
Hi all, I have a problem with sysupgrade failing prematurely because my nand flash contains bad blocks. This results in an incomplete rootfs image in flash upon reboot from sysupgrade. I am running an attitude adjustment derivative (svn r35400) for custom hardware. Uboot / the kernel seem to

Re: [OpenWrt-Devel] [RFC] exFAT driver

2013-11-29 Thread Wojciech Kromer
I'd like to have kernel exfat driver, esspecialy one that compiles with different kernel versions. This one is readonly and seems to be android specific. Just for start, I've tried it on two machines. After some small changes it compiles and: - works with 2.6.32 on debian - crashes with 2.6.38

[OpenWrt-Devel] [package] fxload: fix build

2013-11-29 Thread Dirk Neukirchen
should fix broken_package reported by buildbots since Kernel 3.7 headers are located in UAPI directory Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- utils/fxload/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fxload/Makefile b/utils/fxload/Makefile

[OpenWrt-Devel] [PATCH] netifd: Fix possible segfault in bridge code

2013-11-29 Thread Helmut Schaa
Need to check calloc result. In case of failure the bridge member will be missing. Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com --- bridge.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bridge.c b/bridge.c index 0e06cc2..4ef0d7e 100644 --- a/bridge.c +++ b/bridge.c @@

Re: [OpenWrt-Devel] [RFC] exFAT driver

2013-11-29 Thread David Lang
As I understand it, lawyers are looking over the situation with this driver before it gets included in the upstream kernel. David Lang On Fri, 29 Nov 2013, Wojciech Kromer wrote: Date: Fri, 29 Nov 2013 14:34:44 +0100 From: Wojciech Kromer wojciech.kro...@dgt.com.pl Reply-To: OpenWrt

Re: [OpenWrt-Devel] [PATCH] netifd: Fix possible segfault in bridge code

2013-11-29 Thread Felix Fietkau
On 2013-11-29 15:22, Helmut Schaa wrote: Need to check calloc result. In case of failure the bridge member will be missing. Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com Pushed to git, thanks. It will be committed to OpenWrt once I'm done with the integration of the new wireless

Re: [OpenWrt-Devel] [PATCH] netifd: Fix possible segfault in bridge code

2013-11-29 Thread Helmut Schaa
On Fri, Nov 29, 2013 at 3:34 PM, Felix Fietkau n...@openwrt.org wrote: On 2013-11-29 15:22, Helmut Schaa wrote: Need to check calloc result. In case of failure the bridge member will be missing. Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com Pushed to git, thanks. It will be

Re: [OpenWrt-Devel] [RFC] exFAT driver

2013-11-29 Thread José Vázquez
2013/11/29, David Lang da...@lang.hm: As I understand it, lawyers are looking over the situation with this driver before it gets included in the upstream kernel. David Lang Then we must wait. Thanks for the info. Regards: José Vázquez ___

[OpenWrt-Devel] [RFC/RFT] netifd: Initial OpenVSwitch support

2013-11-29 Thread Helmut Schaa
Add a new device type ovs to define openvswitch (pseudo-) bridges. For setting up oppenvswitch bridges the ovs-vsctl utility is used within system-ovs.* and might be replaced with plain JSON-RPC in the future. Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com --- This is a first RFC of

[OpenWrt-Devel] USB instabilities on Atheros AR9344

2013-11-29 Thread Kristian Evensen
Hello, I am currently working on an embedded project based on the Atheros AR9344 SoC. As a prototype device, we are using the TP-Link TL-WDR4300 router (http://wiki.openwrt.org/toh/tp-link/tl-wdr4300) and latest OpenWRT trunk. The kernel is 3.10.18. We have over the last couple of weeks

Re: [OpenWrt-Devel] USB instabilities on Atheros AR9344

2013-11-29 Thread Vittorio G (VittGam)
Hello Kristian, On 29 Nov 2013 16:41, Kristian Evensen kristian.even...@gmail.com wrote: Hello, I am currently working on an embedded project based on the Atheros AR9344 SoC. As a prototype device, we are using the TP-Link TL-WDR4300 router (http://wiki.openwrt.org/toh/tp-link/tl-wdr4300)

Re: [OpenWrt-Devel] USB instabilities on Atheros AR9344

2013-11-29 Thread Vittorio G (VittGam)
On 29 Nov 2013 18:56, Vittorio G (VittGam) open...@vittgam.net wrote: Also it could be a defective router; I once had a defective TL-MR3020 (AR9330-based) router that crashed on a 3G dongle with many different hubs and power adapters. I bought another router of the same model but more recent

Re: [OpenWrt-Devel] [PATCH] ar71xx: Kernel support update tl-wr842n_v2 added missing usb led

2013-11-29 Thread Gabor Juhos
2013.11.18. 21:49 keltezéssel, Martijn Zilverschoon írta: Just a small oversight my part, added the support for the USB led Applied. Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] ar71xx: user space support update tl-wr842n_v2 add default led support

2013-11-29 Thread Gabor Juhos
2013.11.18. 22:13 keltezéssel, Martijn Zilverschoon írta: Small update to uci_defaults/01_leds, to support the usb led Signed-off-by: Martijn Zilverschoon thefriedzom...@gmail.com Applied. Thanks, Gabor ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH 1/2] ag71xx: add F1E specific feature bit definitions to AR934X register file

2013-11-29 Thread Gabor Juhos
2013.11.24. 3:31 keltezéssel, Christian Lamparter írta: The F1E Phy (AR8035?) requires additional bits to be set in order to provide a fast and reliable connection over gigabit links. When enabled, the link doesn't suffer anymore from a small package loss under load and the performance is

Re: [OpenWrt-Devel] [PATCH 2/2] ar71xx: improve support for the My Net Wi-Fi Range Extender device

2013-11-29 Thread Gabor Juhos
2013.11.24. 3:34 keltezéssel, Christian Lamparter írta: This patch improves support for the device considerably. 1. The wifi didn't work in the initial release. This was because the WMAC of the AR9340 is not connected to the antennas. (However, it can pick up wifi signals, if they are strong

Re: [OpenWrt-Devel] [PATCH] ar71xx: rssi leds for My Net WiFi Range Extender

2013-11-29 Thread Gabor Juhos
2013.11.24. 3:58 keltezéssel, Christian Lamparter írta: The device has three extra LEDs which indicate the quality of the wireless link. Thanks to rssileds, this feature now works out of the box. Signed-off-by: Christian Lamparter chunk...@googlemail.com Applied. Thanks, Gabor

Re: [OpenWrt-Devel] [Patch] ar71xx: fix switch port map for the Sitecom WLR-8100

2013-11-29 Thread Gabor Juhos
2013.11.27. 21:16 keltezéssel, Dirk Neukirchen írta: There was no way to determine a working config, because the switch (ar8337) was not working previously. Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de Applied. Thanks, Gabor ___

Re: [OpenWrt-Devel] [PATCH][1/2] update Userspace support for the WA850/WA750

2013-11-29 Thread Gabor Juhos
2013.11.29. 10:21 keltezéssel, Martijn Zilverschoon írta: Patch for adding the default uci values of the rssileds application for the tp-link -tl-wa850re and the tl-wa750re for the The patch is corrupt: $ wget http://patchwork.openwrt.org/patch/4478/mbox/ -O - | git am -s --2013-11-29

Re: [OpenWrt-Devel] [PATCH][2/2] AR71xx: Update profile for the wa750/wa850 to include rssileds by default

2013-11-29 Thread Gabor Juhos
The patch is corrupt: $ wget http://patchwork.openwrt.org/patch/4479/mbox/ -O - | git am -s --2013-11-29 21:34:09-- http://patchwork.openwrt.org/patch/4479/mbox/ Resolving patchwork.openwrt.org (patchwork.openwrt.org)... 188.40.166.11 Connecting to patchwork.openwrt.org

Re: [OpenWrt-Devel] [PATCH][1/2] update Userspace support for the WA850/WA750

2013-11-29 Thread Martijn Zilverschoon
Sorry my mistake Signed-off-by: Martijn Zilverschoon thefriedzom...@gmail.com diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds index 95b30c1..5a8173f 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds

Re: [OpenWrt-Devel] [PATCH][2/2] AR71xx: Update profile for the wa750/wa850 to include rssileds by default

2013-11-29 Thread Martijn Zilverschoon
Signed-off-by: Martijn Zilverschoon thefriedzom...@gmail.com diff --git a/target/linux/ar71xx/generic/profiles/tp-link.mk b/target/linux/ar71xx/generic/profiles/tp-link.mk index 5236f7f..5138c0c 100644 --- a/target/linux/ar71xx/generic/profiles/tp-link.mk +++

Re: [OpenWrt-Devel] [PATCH][1/2] update Userspace support for the WA850/WA750

2013-11-29 Thread Martijn Zilverschoon
Signed-off-by: Martijn Zilverschoon thefriedzom...@gmail.com 2013/11/29 Martijn Zilverschoon thefriedzom...@gmail.com: Sorry my mistake Signed-off-by: Martijn Zilverschoon thefriedzom...@gmail.com diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds

Re: [OpenWrt-Devel] [PATCH][1/2] update Userspace support for the WA850/WA750

2013-11-29 Thread Martijn Zilverschoon
Once again this patch complains that it is corrupt, but for some reason the last line of the mbox file is missing. That seemed also be the case with other patches as well. this command does do the trick however, sed in this case only adds a newline to the end of the file when it is missing. wget

[OpenWrt-Devel] [PATCH: kernel][CONFIG: kernel] OpenWRT for Raspberry PI

2013-11-29 Thread Oskari Rauta
From previous, it didn't work just that perfectly, in the kernel config file CONFIG_LOCALVERSION must be set to and in target/brcm2708/Makefile kernel version should be 3.12.1 - config file still should be config-3.12 Signed-off-by: Oskari Rauta

[OpenWrt-Devel] [PATCH] [ramips] Fix initial network configuration for few boards

2013-11-29 Thread Roman Yeryomin
Argus ATP52B: ethernet didn't work because of unconfigured switch Sparklan WCR150GN: add switch config and make single port to be LAN Dlink DIR-645: seems to be a redundant case Signed-off-by: Roman Yeryomin ro...@advem.lv --- .../linux/ramips/base-files/etc/uci-defaults/02_network |

[OpenWrt-Devel] [PATCH] [ramips] Fix dts typos

2013-11-29 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/ramips/dts/WCR150GN.dts | 2 +- target/linux/ramips/dts/rt3050.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/dts/WCR150GN.dts b/target/linux/ramips/dts/WCR150GN.dts index