[OpenWrt-Devel] [PATCH] fix switch-robo device reference counting

2011-02-04 Thread George Kashperko
From: George Kashperko Fix incorrect device reference counting by switch-robo. Signed-off-by: George Kashperko --- trunk.24729.orig/package/switch/src/switch-robo.c 2010-12-25 11:19:31.0 +0200 +++ trunk.24729/package/switch/src/switch-robo.c2011-02-05 03:04:06.0 +0200 @

Re: [OpenWrt-Devel] TP-Link TL-WA901ND V2 support

2011-02-04 Thread Jonathan Bennett
Gabor, thanks for the feedback. >> +        ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_MII; >> +        ar71xx_eth0_data.speed       = SPEED_100; >> +        ar71xx_eth0_data.duplex      = DUPLEX_FULL; > > You don't have to specify the speed and duplex values if you are using a > phy_mask.

[OpenWrt-Devel] [PATCH 002/002] ASUS RT-N16 kmod-diag and base-files detection/setup support

2011-02-04 Thread George Kashperko
From: George Kashperko ASUS RT-N16 router network configuration setup support Signed-off-by: George Kashperko --- trunk.orig/target/linux/brcm47xx/base-files/etc/init.d/netconfig 2010-12-25 11:19:07.0 +0200 +++ trunk/target/linux/brcm47xx/base-files/etc/init.d/netconfig 2011-02-05 02:35:

[OpenWrt-Devel] [PATCH 001/002] ASUS RT-N16 kmod-diag and base-files detection/setup support

2011-02-04 Thread George Kashperko
From: George Kashperko Add ASUS RT-N16 router detection, leds and buttons support Signed-off-by: George Kashperko --- trunk.orig/package/broadcom-diag/src/diag.c 2010-12-25 11:19:28.0 +0200 +++ trunk/package/broadcom-diag/src/diag.c 2011-02-05 02:34:04.0 +0200 @@ -74,6 +74,7

[OpenWrt-Devel] [PATCH] bcm63xx: Fix T-Com Speedport W 500V default config.

2011-02-04 Thread Jonas Gorski
The device is called SPW500V, not SP500W. Signed-off-by: Jonas Gorski --- Quite an embarressing typo. .../base-files/etc/defconfig/SP500W/network| 14 -- .../base-files/etc/defconfig/SPW500V/network | 14 ++ 2 files changed, 14 insertions(+), 14 deletio

[OpenWrt-Devel] [PATCH] bcm63xx: Fix build of brcm-wl.

2011-02-04 Thread Jonas Gorski
The fallback needs to be exported for bcm63xx, too. Runtime tested with a BCM4322 on a BCM6358. Signed-off-by: Jonas Gorski --- .../977-ssb_export_fallback_sprom.patch| 20 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100644 target/linux/brcm

Re: [OpenWrt-Devel] [PATCH] TP-Link TL-WA901ND V2 support

2011-02-04 Thread Gabor Juhos
Hi Jonathan, > OK, I've mapped the leds and the buttons. I've also moved the eth > fixup into the pre-init. If it's in the regular init, then failsafe > doesn't work, because the ethernet port never comes online. The mach > file is a bit cleaner, now, too. Failsafe is confirmed to work > correctly

[OpenWrt-Devel] [PATCH] [packages] xorg-kdrive: Fix linker errors.

2011-02-04 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich --- Xorg/xorg/xserver/xorg-kdrive/Makefile |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Xorg/xorg/xserver/xorg-kdrive/Makefile b/Xorg/xorg/xserver/xorg-kdrive/Makefile index 8076275..2712d48 100644 --- a/Xorg/xorg/xserver/xorg-kdrive/

[OpenWrt-Devel] [PATCH] Import patches from git://git.kraxel.org/input to make input-utils work with newer kernels. Update package version.

2011-02-04 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich --- utils/input-utils/Makefile |2 +- utils/input-utils/patches/001-EVIOCGKEYCODE2.patch | 220 utils/input-utils/patches/002-version-check.patch | 34 +++ 3 files changed, 255 insertions(+), 1 deletions(-) crea

[OpenWrt-Devel] [PATCH] [packages] libmatchbox: Use nls.mk and depend on check, fix linker errors

2011-02-04 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich --- Xorg/lib/libmatchbox/Makefile |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Xorg/lib/libmatchbox/Makefile b/Xorg/lib/libmatchbox/Makefile index 657df27..1c7d706 100644 --- a/Xorg/lib/libmatchbox/Makefile +++ b/Xorg/lib/libmatchbox/M

[OpenWrt-Devel] [PATCH] libusb: prevent building unused stuff

2011-02-04 Thread Joachim Schlipper
This patch prevents the processing of the 'doc' and 'tests' subdirectories of the libusb package. Since the result of building these directories is never included in the ipkg package, omitting them saves compilation time and avoids possible errors if building the docs fails because of some openjade