[OpenWrt-Devel] [PATCH v2] [ar71xx] Add support for TL-WA830RE v1

2013-02-24 Thread Ronald Hecht
Added support for the TP-LINK TL-WA830RE v1 Range Extender. Based on the WA901ND v1 support. Hardware IDs checked against original firmware. Patch was successfully tested on hardware. Signed-off-by: Ronald Hecht ronald.he...@gmx.de Index: target/linux/ar71xx/image/Makefile

[OpenWrt-Devel] Adding new cdc-mbim driver to package_kernel_modules_usb.mk

2013-02-24 Thread Rusink Rusinkoff
Hello! This patch adds CDC MBIM driver coming in kernel 3.8 for high speed mobile broadband modem devices. The Mobile Interface Broadband Model (MBIM) is a new standard developed by the USB Implementers Forum. Index: package/kernel/modules/usb.mk

[OpenWrt-Devel] [PATCH] [ramips] rt305x: add profile for tenda w150m board

2013-02-24 Thread Chi Zhang
From: Chi Zhang zhangchi...@gmail.com This patch makes it possible for OpenWRT to run on a version of w150m that has 4MB parallel flash. Signed-off-by: Chi Zhang zhangchi...@gmail.com --- In addtion I would like to point out that 3G300M, 3G150M, W300M, W150M and W150M+ 's board are the same,

Re: [OpenWrt-Devel] About IGMP snooping support

2013-02-24 Thread Jonas Gorski
Hi, On 24 February 2013 06:18, hayate hayate...@gmail.com wrote: My router hardware has a AR8327 switch which is supposed to support hardware IGMP snooping, but it seems it doesn't work on my OpenWrt of trunk. I noted that in target/linux/generic/files/drivers/net/phy/ar8216.h there is a

Re: [OpenWrt-Devel] About IGMP snooping support

2013-02-24 Thread hayate
Thank you Jonas, If I understand correctly, 1. If that kind of daemons exist, it can prevent multicast flood in the switch by setting proper rules 2. We can infer that if two switches are connected together, unless both of them support IGMP snooping, at least one of them would suffer multicast

Re: [OpenWrt-Devel] About IGMP snooping support

2013-02-24 Thread Jonas Gorski
On 24 February 2013 12:55, hayate hayate...@gmail.com wrote: Thank you Jonas, If I understand correctly, 1. If that kind of daemons exist, it can prevent multicast flood in the switch by setting proper rules 2. We can infer that if two switches are connected together, unless both of them

[OpenWrt-Devel] [PATCH] [packages] php4: add compatibility fix for gmp

2013-02-24 Thread Russell Senior
gmp modified some if it's internal constants, in particular __GMP_BITS_PER_MP_LIMB. Added a patch to substitute GMP_LIMB_BITS. Also bumped release number and copyright date. Signed-off-by: Russell Senior russ...@personaltelco.net --- lang/php4/Makefile |4 ++--

Re: [OpenWrt-Devel] [Patch] [packages] broadcom-diag : Detection of WNDR3400v1

2013-02-24 Thread Hauke Mehrtens
On 02/23/2013 12:34 PM, Dirk Neukirchen wrote: Hi, first time commit. nvram variable boardtype is unique for now. - button gpio were taken from nvram. - led information was taken from dd-wrt ( http://svn.dd-wrt.com/browser/src/router/libutils/utils.c ) I hope that I changed the values

Re: [OpenWrt-Devel] [PATCH] broadcom-diag: add support for e3200 v1

2013-02-24 Thread Hauke Mehrtens
On 02/21/2013 04:57 PM, Tijs Van Buggenhout wrote: Hex values in nvram seem to be uppercase on my e3200 device. Define one power led and two buttons (reset/wps). Signed-off-by: Tijs Van Buggenhout t...@able.be Thank you for your patch, it was committed in r35766. Next time please send a

Re: [OpenWrt-Devel] Clean up kmod-diag for Linksys E3000v1 / WRT610Nv2

2013-02-24 Thread Hauke Mehrtens
On 01/06/2013 12:19 AM, Nathan Hintz wrote: Special handling for Linksys E3000v1 is no longer required. WRT610Nv2 uses the same H/W and should be the same. Only tested on E3000v1. Signed-off-by: Nathan Hintz nlhi...@hotmail.com Index: package/broadcom-diag/src/diag.c

Re: [OpenWrt-Devel] [PATCH] Fix Board Name for Linksys E1000/E3000

2013-02-24 Thread Hauke Mehrtens
On 02/05/2013 07:32 AM, Nathan Hintz wrote: Signed-off-by: Nathan Hintz nlhi...@hotmail.com Index: target/linux/brcm47xx/patches-3.6/260-MIPS-BCM47XX-add-board-detection.patch === ---

Re: [OpenWrt-Devel] [PATCH] [packages] broadcom-diag: Properly implement WRT610N (v1) detection

2013-02-24 Thread Hauke Mehrtens
On 02/15/2013 11:41 AM, Christian Lachner wrote: Hello, the original code in diag.c does not detect my WRT610N because it checks for the nvram variable wsc_modelname which does not exist on my device. Several CFE-Revisions exist which might be the cause that some models may have

[OpenWrt-Devel] [PATCH 001/001] [package] ddns-scripts: add dy.fi service and add [HTTPAUTH] to description

2013-02-24 Thread Sami Olmari
From: Sami Olmari s...@olmari.fi Add dy.fi ddns provider into ddns-scripts services file and add [HTTPAUTH] into description in top of the services file, the functionality has been added long ago, just description is missing. Signed-off-by: Sami Olmari s...@olmari.fi Tested-by: Sami Olmari

[OpenWrt-Devel] [Patch] board detection WNDR3400v2

2013-02-24 Thread Dirk Neukirchen
WNDR3400v2 is based on BCM53xx . Image that is created breaks the router somehow therefore #. CFE and NVRAM contain different vars - example: CFE line original: Device eth0: hwaddr 74-44-01-37-C6-69, ipaddr 192.168.1.1, mask 255.255.255.0 CFE after openwrt: Device eth0: hwaddr

[OpenWrt-Devel] [PATCH] lldpd: upgrade to 0.7.1

2013-02-24 Thread Stijn Tintel
Signed-off-by: Stijn Tintel st...@linux-ipv6.be --- package/network/services/lldpd/Makefile | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package/network/services/lldpd/Makefile b/package/network/services/lldpd/Makefile index f0983f7..024116c 100644 ---