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

2011-04-05 Thread Layne Edwards
I posted the patch. Please test it. Thanks, Layne On Wed, 6 Apr 2011 13:47:25 +0800, HP Teoh wrote: > Keep me in the loop, too. Thanks. :-) > -- > Vincent > > On Wed, Apr 6, 2011 at 5:57 AM, Alexander Gordeev wrote: > >> В Tue, 05 Apr 2011 10:45:29 -0500 >> Layne Edwards пишет: >> >> >

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

2011-04-05 Thread HP Teoh
Keep me in the loop, too. Thanks. :-) -- Vincent On Wed, Apr 6, 2011 at 5:57 AM, Alexander Gordeev wrote: > В Tue, 05 Apr 2011 10:45:29 -0500 > Layne Edwards пишет: > > > > > > > > Hi Alexander, > > > > > > The kernel version for target ramips in the latest trunk has updated to > 2.6.36.4. I ch

[OpenWrt-Devel] [PATCH 3/3] ramips dwc_otg USB driver (ported from Ralink SDK)

2011-04-05 Thread Layne Edwards
Enable dwc_otg driver. Signed-off-by: Layne Edwards Index: target/linux/ramips/files/arch/mips/ralink/Kconfig === --- target/linux/ramips/files/arch/mips/ralink/Kconfig (revision 26476) +++ target/linux/ramips/files/arch/mips/ral

[OpenWrt-Devel] [PATCH 1/3] ramips dwc_otg USB driver (ported from Ralink SDK)

2011-04-05 Thread Layne Edwards
Add lm device required by dwc_otg driver. Signed-off-by: Layne Edwards Index: target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile === --- target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile (revision 26476) +++ targ

[OpenWrt-Devel] [PATCH 0/3] ramips dwc_otg USB driver (ported from Ralink SDK)

2011-04-05 Thread Layne Edwards
This patch adds USB support to the ramips target by utilizing the dwc_otg driver from the Ralink SDK. It's the same driver used in fon-ng for Fonera 2.0n and dd-wrt (for various ramips boards), only this version has been updated for recent kernels (2.6.37). It appears to be stable with no kn

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

2011-04-05 Thread Alexander Gordeev
В Tue, 05 Apr 2011 10:45:29 -0500 Layne Edwards пишет: > > > > Hi Alexander, > > > > The kernel version for target ramips in the latest trunk has updated to > > 2.6.36.4. I changed it back to using 2.6.36.2 and dwc_otg is now back in > > business (except I still have to rmmod and insmod dw

Re: [OpenWrt-Devel] [PATCH] fix recursive dependency in busybox config

2011-04-05 Thread Felix Fietkau
On 2011-04-05 4:49 PM, Felix Fietkau wrote: Hi Thomas, This patch fixes a recursive dependency in busybox config. Without, it is not possible to save a diffconfig where BUSYBOX_CONFIG_FEATURE_HAVE_RPC is enabled. Signed-off-by: Thomas Langer I think the main problem is that there's no way

[OpenWrt-Devel] [PATCH] New package: cfengine

2011-04-05 Thread Christoph König
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is a new package for cfengine on OpenWrt. cfengine enables to automate administration for a huge number of clients. Signed-off-by: Christoph König - --- Index: cfengine/files/update.conf

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

2011-04-05 Thread Luis Correia
Hi Layne, On Tue, Apr 5, 2011 at 16:45, Layne Edwards wrote: > Hi Alexander, > > The kernel version for target ramips in the latest trunk has updated to > 2.6.36.4.  I changed it back to using 2.6.36.2 and dwc_otg is now back in > business (except I still have to rmmod and insmod dwc_otg).  I won

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

2011-04-05 Thread Layne Edwards
> Hi Alexander, > > The kernel version for target ramips in the latest trunk has updated to > 2.6.36.4. I changed it back to using 2.6.36.2 and dwc_otg is now back in > business (except I still have to rmmod and insmod dwc_otg). I wondered what > has been changed in 2.6.36.4. > > Thanks. >

Re: [OpenWrt-Devel] [PATCH] fix recursive dependency in busybox config

2011-04-05 Thread Felix Fietkau
Hi Thomas, This patch fixes a recursive dependency in busybox config. Without, it is not possible to save a diffconfig where BUSYBOX_CONFIG_FEATURE_HAVE_RPC is enabled. Signed-off-by: Thomas Langer I think the main problem is that there's no way to specify that the USE_UCLIBC dependency in lib

[OpenWrt-Devel] [PATCH 1/3] Update NaCl to version 20110221

2011-04-05 Thread Matthias Schiffer
Signed-off-by: Matthias Schiffer --- libs/nacl/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/nacl/Makefile b/libs/nacl/Makefile index bdc6fd3..192b9a9 100644 --- a/libs/nacl/Makefile +++ b/libs/nacl/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.m

Re: [OpenWrt-Devel] [PATCH] Updated versions of NaCl and Quicktun

2011-04-05 Thread Matthias Schiffer
Sure, no problem... I just considered these changes trivial enough to be commited as one. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 3/3] Improve QuickTun init script The new init script won't fail if quicktun takes more than 1 second to start.

2011-04-05 Thread Matthias Schiffer
Signed-off-by: Matthias Schiffer --- net/quicktun/files/quicktun.init | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/net/quicktun/files/quicktun.init b/net/quicktun/files/quicktun.init index ae7bdd6..82caa26 100644 --- a/net/quicktun/files/quicktun.init +++ b

[OpenWrt-Devel] [PATCH 2/3] Update QuickTun to version 2.1.6

2011-04-05 Thread Matthias Schiffer
Signed-off-by: Matthias Schiffer --- net/quicktun/Makefile |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/net/quicktun/Makefile b/net/quicktun/Makefile index 9fb8774..d629b02 100644 --- a/net/quicktun/Makefile +++ b/net/quicktun/Makefile @@ -1,12 +1,12 @@ include

[OpenWrt-Devel] [PATCH] fix recursive dependency in busybox config

2011-04-05 Thread thomas.langer
This patch fixes a recursive dependency in busybox config. Without, it is not possible to save a diffconfig where BUSYBOX_CONFIG_FEATURE_HAVE_RPC is enabled. Signed-off-by: Thomas Langer --- diff --git a/package/busybox/Config.in b/package/busybox/Config.in --- a/package/busybox/Config.in +++ b

Re: [OpenWrt-Devel] [PATCH] rtl8366s/rb: Move PHY driver MII bus check into probe

2011-04-05 Thread Jonas Gorski
On 4 April 2011 11:23, Jonas Gorski wrote: > Both RTL8366x PHY drivers use the same PHY ID, so both match for either > chip, which results in the following behavior when using a RTL8366RB with > Port 4 as separate WAN port (seen on a WZR-HP-G301NH): > >  - rtl8366rb probes addr 4 >  - rtl8366s phy

Re: [OpenWrt-Devel] [PATCH] 802.1Q VLAN support for Infineon ADM6996 switch chip

2011-04-05 Thread Jonas Gorski
Hi, On 3 April 2011 15:28, Peter Lebbing wrote: > Yeah, that's the whole problem. If I look at the datasheets I can find about > the F model, it would seem the chip identification will not match at all. In > practice, it turns out people with a chip labeled as FC have a register set > very simila

Re: [OpenWrt-Devel] [OpenWrt-Users] usb_modeswitch kmod-options and hot+cold-plug

2011-04-05 Thread D.S. Ljungmark
On Tue, 2011-04-05 at 13:48 +0200, Jo-Philipp Wich wrote: > Hi. > > > Currently the ext-blockroot solution feels very racy, and the init > > scripts sometimes end up in a fun state due to being started before > > overlays are in place and not. ( what is it, S93 and forwards that are > > "safe" to

Re: [OpenWrt-Devel] [OpenWrt-Users] usb_modeswitch kmod-options and hot+cold-plug

2011-04-05 Thread Jo-Philipp Wich
Hi. > Currently the ext-blockroot solution feels very racy, and the init > scripts sometimes end up in a fun state due to being started before > overlays are in place and not. ( what is it, S93 and forwards that are > "safe" to use? Not much ) You're doing something very wrong then as init is not

[OpenWrt-Devel] [PATCH] [packages] New package libcunit

2011-04-05 Thread Florian Sesser
CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces. See http://cunit.sourceforge.net/ All the best & greetings from Munich! Florian commit 568b642bfa9681ee42b152

[OpenWrt-Devel] [PATCH] [packkages] New package CPUsage

2011-04-05 Thread Florian Sesser
CPUsage is a small utility to dump the CPU usage every second. This version can write CSV output. I used it to track CPU usage on the wireless routers I used in my diploma thesis. To get a quick overview if the nodes suffered from CPU overload (and thus are more likely to drop packets) I plotted t

[OpenWrt-Devel] [PATCH] [packages] New package BWPing

2011-04-05 Thread Florian Sesser
BWPing is a small utility for bandwidth measuring. It employs ICMP echo/request packets, and thus does not need additional software on the target host. It uses little CPU and is very well suited to lossy links. http://bwping.sourceforge.net/ I use it for measuring bandwidth of multi-hop wifi link

Re: [OpenWrt-Devel] [OpenWrt-Users] usb_modeswitch kmod-options and hot+cold-plug

2011-04-05 Thread D.S. Ljungmark
On Mon, 2011-04-04 at 16:22 -0400, Daniel Dickinson wrote: > On Mon, 04 Apr 2011 15:03:23 +0200 > "D.S. Ljungmark" wrote: > > > Hi, > > I'm having some issues with usb-modeswitch + Huawei modems which are > > somewhat perplexing. > > > > Running OpenWRT ( Backfire from svn ) and hooking the mod

Re: [OpenWrt-Devel] [PATCH] add a patch from ubuntu that lets libX11 build a postscript file using newer groff

2011-04-05 Thread Russell Senior
> "Vasilis" == Vasilis Tsiligiannis writes: Vasilis> On Monday 04 April 2011 07:45:06 Russell Senior wrote: >> This applies to the packages feed. It fixes a case with newer >> groff returning different warming messages than expected by the >> libX11 build infrastructure expects. This patch

Re: [OpenWrt-Devel] [PATCH] Updated versions of NaCl and Quicktun

2011-04-05 Thread Vasilis Tsiligiannis
On Thursday 31 March 2011 22:40:35 Matthias Schiffer wrote: > Hi, > this updates NaCl to version 20110221 and Quicktun to 2.1.6. > > Also I improved the Quicktun init script so it doesn't fail when Quicktun > takes more than 1 second to start. Hello Matthias, could you please split the patch into

Re: [OpenWrt-Devel] [PATCH] add a patch from ubuntu that lets libX11 build a postscript file using newer groff

2011-04-05 Thread Vasilis Tsiligiannis
On Monday 04 April 2011 07:45:06 Russell Senior wrote: > This applies to the packages feed. It fixes a case with newer groff > returning different warming messages than expected by the libX11 build > infrastructure expects. This patch was shamelessly swiped from Ubuntu's > package. Hello, your