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

2011-02-01 Thread Jonathan Bennett
OK, so I have the ethernet working. It's a MII interface, instead of a RMII like the wa901nd v1. I also had to specify a phy_mask to get the kernel to connect to the phy. Once that happens, I still have to run mii_tool -R to get the port to come up. I've got another issue that has me befuddled. Wh

[OpenWrt-Devel] 6to4 as a secondary tunnel

2011-02-01 Thread Ɓukasz Stelmach
Hello. I've got a situation I would like to solve as neatly as possible and contribute to OpenWRT. This is the picture. I've got a: 1. DSL line at home with a dynamic IPv4 address. 2. TL-WR1043ND router running OpenWRT (pppoe). 3. tunnel to SiXXS. I'd like to: 1. set up 6to4 tunnel for better c

[OpenWrt-Devel] [PATCH] add https support to ddns-scripts

2011-02-01 Thread Matthew William Cox
This patch provides HTTPS support for ddns-scripts using curl. The remote host is verified by a specified signing authority certificate. Things to address: 1) How to gracefully depend on curl, don't want to pull it in for people doing updates over plain HTTP (although they really shouldn't be any

[OpenWrt-Devel] [PATCH 3/7] ramips: fix dir-300 mtd layout

2011-02-01 Thread Alexander Gordeev
Signed-off-by: Alexander Gordeev --- .../arch/mips/ralink/rt305x/mach-dir-300-revb.c|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-300-revb.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-dir-30

[OpenWrt-Devel] [PATCH 1/7] generic: fix usb gadget header includes

2011-02-01 Thread Alexander Gordeev
Signed-off-by: Alexander Gordeev --- .../generic/patches-2.6.34/993-usb_gadget.patch| 20 .../generic/patches-2.6.36/993-usb_gadget.patch| 20 2 files changed, 40 insertions(+), 0 deletions(-) create mode 100644 target/linux/generic/patches-2

[OpenWrt-Devel] [PATCH 4/7] ramips: add dwc_otg platform device

2011-02-01 Thread Alexander Gordeev
Signed-off-by: Alexander Gordeev --- .../ramips/files/arch/mips/ralink/rt305x/devices.c | 26 .../ramips/files/arch/mips/ralink/rt305x/devices.h |1 + 2 files changed, 27 insertions(+), 0 deletions(-) diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/devic

[OpenWrt-Devel] [PATCH 0/7] ramips usb support

2011-02-01 Thread Alexander Gordeev
Hi! This patchset adds full USB support to ramips target. I've used dwc_otg driver that was published on linuxppc-dev list. There were newer versions of this driver since then but it's still a work in progress and there were no major changes. I plan to migrate to the next available version of dwc_

[OpenWrt-Devel] [PATCH 5/7] kernel: move nop-usb-xceiv to a separate package

2011-02-01 Thread Alexander Gordeev
Signed-off-by: Alexander Gordeev --- package/kernel/modules/usb.mk | 24 1 files changed, 20 insertions(+), 4 deletions(-) diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index 439d022..6d574ff 100644 --- a/package/kernel/modules/usb.mk +++ b

[OpenWrt-Devel] [PATCH 2/7] mac80211: rt2800-lib doesn't depend on rt2x00-usb

2011-02-01 Thread Alexander Gordeev
Signed-off-by: Alexander Gordeev --- package/mac80211/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 39c56f2..854311f 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -272,7 +2

[OpenWrt-Devel] [PATCH 7/7] ramips: enable USB

2011-02-01 Thread Alexander Gordeev
Signed-off-by: Alexander Gordeev --- target/linux/ramips/files/arch/mips/ralink/Kconfig |3 +++ target/linux/ramips/rt305x/config-2.6.36 |3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/ramips/files/arch/mips/ralink/Kconfig b/target/linux/rami

Re: [OpenWrt-Devel] build brcm-24 image with trunk

2011-02-01 Thread koniu
On Tue, Feb 1, 2011 at 09:38, wrote: > Is there a way to build a kernel 2.4 image for brcm47xx platform with the > current buildroot in trunk? The target brcm-2.4 was removed a while ago. How > would I do so, except of going back in svn history? brcm-2.4 has been removed from trunk last year[1

[OpenWrt-Devel] build brcm-24 image with trunk

2011-02-01 Thread edgar . soldin
Is there a way to build a kernel 2.4 image for brcm47xx platform with the current buildroot in trunk? The target brcm-2.4 was removed a while ago. How would I do so, except of going back in svn history? thanks ede ___ openwrt-devel mailing list openwr