Re: [OpenWrt-Devel] [PATCH 2/3] updated ramips dwc_otg USB driver (fixes USB 1.1 TT error)

2011-04-08 Thread HP Teoh
On Fri, Apr 8, 2011 at 10:55 AM, Layne Edwards ledwa...@astrumtech.netwrote: This patch enables the hub Transaction Translators (TT) in the dwc_otg driver, thus enabling the driver to handle all speeds (both USB 2.0 and USB 1.1). This fixes the usb 1-1: parent hub has no TT error. This is a

[OpenWrt-Devel] [PATCH] Version bump hd-idle 1.03

2011-04-08 Thread Ian Leonard
Version bump hd-idle to 1.03. 1.02 and 1.03 were bugfix releases. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: feeds/packages/utils/hd-idle/Makefile === --- feeds/packages/utils/hd-idle/Makefile (revision 26531)

[OpenWrt-Devel] [PATCH] Add initscript for rsync daemon

2011-04-08 Thread Ian Leonard
Add an initscript to the rsync package for use as a daemon, and a sample rsyncd.conf to show a simple setup. Signed-off-by: Ian Leonard antonla...@gmail.com --- Index: feeds/packages/net/rsync/files/rsyncd.init === ---

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

2011-04-08 Thread Jonas Gorski
On 7 April 2011 12:04, Peter Lebbing pe...@digitalbrains.com wrote: Any chance that you can get a datasheet for the FC chip? It would help implementing FC functionality a lot. I can ask them, but I doubt it. For what they care, I am not much more than a random guy on the internet ;-) Also

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

2011-04-08 Thread Jonas Gorski
On 6 April 2011 16:18, Yeoh Chun Yeow yeohchuny...@gmail.com wrote: Hi, Jonas, UBNT RS has two ports connected to eth1, port 0 and port 1. If you connect your Ethernet cable to port 0 without first connecting Ethernet cable to port 1, it won't work. You will see a lot of messages Trying

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

2011-04-08 Thread Jonas Gorski
Okay, disregard this patch. Equate on IRC was kind enough to test for me that at least the WNDR3700 is fine with having no Realtek PHY driver. I'll send a new one removing it. Jonas ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

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

2011-04-08 Thread Yeoh Chun Yeow
Yes, I am using the backfire version and will report my finding once I do it. On Fri, Apr 8, 2011 at 11:00 PM, Jonas Gorski jonas.gorski+open...@gmail.com wrote: On 6 April 2011 16:18, Yeoh Chun Yeow yeohchuny...@gmail.com wrote: Hi, Jonas, UBNT RS has two ports connected to eth1, port 0

Re: [OpenWrt-Devel] [PATCH 2/3] updated ramips dwc_otg USB driver (fixes USB 1.1 TT error)

2011-04-08 Thread Layne Edwards
On Fri, 8 Apr 2011 15:26:08 +0800, HP Teoh wrote: On Fri, Apr 8, 2011 at 10:55 AM, Layne Edwards wrote: This patch enables the hub Transaction Translators (TT) in the dwc_otg driver, thus enabling the driver to handle all speeds (both USB 2.0 and USB 1.1). This fixes the usb 1-1:

[OpenWrt-Devel] [PATCH] RTL8366S/RB: Remove the PHY driver.

2011-04-08 Thread Jonas Gorski
Since the PHY driver is only used for the WAN port and there is virtually no difference between it and the generic PHY driver, we can sefely remove it. Signed-off-by: Jonas Gorski jonas.gorski+open...@gmail.com --- This has been tested on a WNDR3700 v1 and it didn't show any obvious problems;

[OpenWrt-Devel] [PATCH 1/1] net/appletalk: missing symbols for Appletalk on 2.6.37 and later

2011-04-08 Thread Philip Prindeville
CONFIG_COPS needs to be defined. Signed-off-by: Philip Prindeville phil...@redfish-solutions.com Index: target/linux/generic/config-2.6.32 === --- target/linux/generic/config-2.6.32 (revision 26531) +++

[OpenWrt-Devel] [PATCH 1/1] linux-atm: allow including 'atmdiag' and 'atmdump' in fat version of atm-tools

2011-04-08 Thread Philip Prindeville
If your ISP is pushing their own DSL equipment (which many do to contain support costs), they won't be forthcoming with your various settings: encapsulation, VPI/VCI, etc. These you might have to discover yourself. The easiest way to do this is with atmdiag and atmdump, but these aren't built

[OpenWrt-Devel] [PATCH 1/1] linux-atm: package atm-diagnostics with atmdump, atmdiag, etc.

2011-04-08 Thread Philip Prindeville
If your ISP is pushing their own DSL equipment (which many do to contain support costs), they won't be forthcoming with your various settings: encapsulation, VPI/VCI, etc. These you might have to discover yourself. The easiest way to do this is with atmdiag and atmdump. Signed-off-by: Philip

[OpenWrt-Devel] [PATCH 1/2] dnsmasq: direct address return option for uci config

2011-04-08 Thread Linus Lüssing
With this commit the --address option of dnsmasq, directly returning ip addresses for certain domains instead of querying the dns server, can be configured in the dhcp uci configuration file. See the dnsmasq manpage for further details of this option. Signed-off-by: Linus Lüssing

[OpenWrt-Devel] [PATCH 2/2] dnsmasq: add option to avoid modifying resolv.conf

2011-04-08 Thread Linus Lüssing
Currently, dnsmasq removes /tmp/resolv.conf (which is usually a symlink to /tmp/resolv.conf.auto) and creates its own resolv.conf with at least a nameserver pointing to 127.0.0.1. However, in some cases it might not be desired that the router itself queries its own dnsmasq dns-server but should

Re: [OpenWrt-Devel] [PATCH 2/2] dnsmasq: add option to avoid modifying resolv.conf

2011-04-08 Thread Linus Lüssing
PS: I'm not so happy with this long uci option name, 'resolvconfuntouched', but couldn't come up with anything better yet. Something like 'upstreaminsteadoflocaldnsserver' would be more descriptive but, well, even longer... Suggestions (and feedback for this patch in general) welcome :).