[OpenWrt-Devel] [PATCH] php5: Php's sqlite3 module needs to be explicite linked to -lpthread with uClibc.

2010-10-20 Thread Michael Heimpold
Also add the required package dependencies. See also ticket #7237 for reference. A simple test case is the following php script: It hangs and triggers the max execution time without this patch. Signed-off-by: Michael Heimpold --- lang/php5/Makefile | 10 +- 1 files changed, 5 insert

Re: [OpenWrt-Devel] [PATCH] Enhanced 3g patch

2010-10-20 Thread Philip Prindeville
Comments inline... On 10/20/10 5:22 AM, Lukas Macura wrote: This patch adds support for more sophisticated 3g options for interface type 3g. Even more, it adds /etc/init.d/serialmodem script, which searches all configured devices for modems, creates right links for them and if needed, it will b

Re: [OpenWrt-Devel] [PATCH] Kernel version bump to 2.6.35.7

2010-10-20 Thread Philip Prindeville
On 10/17/10 10:40 AM, Philip Prindeville wrote: On 10/17/10 5:41 AM, Florian Fainelli wrote: Hi, Le Saturday 16 October 2010 07:59:12, Philip Prindeville a écrit : Tested on x86. Signed-off-by: Philip Prindeville --- You seem to have folded all versions of your patch entitled "Add missin

[OpenWrt-Devel] [PATCH] WNDR3700 WiFi LEDs should blink for activity

2010-10-20 Thread Mark Mentovai
Make the WiFi LEDs blink for activity on the WNDR3700, matching the stock firmware and user expectations. The green 2.4GHz and blue 5GHz LEDs will illuminate with the radio on, and will blink to indicate transmission and reception. https://dev.openwrt.org/ticket/7984 Signed-off-by: Mark Mentovai

Re: [OpenWrt-Devel] [PATCH V3] ramips: allow USB

2010-10-20 Thread Daniel Golle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - From what I understand we are quite a bit away from supporting Synopsys DesignWare USB silicon stuff. On linux-ppc there was a discussion about the legal issues of the dwc_otg driver: http://www.mail-archive.com/linuxppc-...@lists.ozlabs.org/msg47278

Re: [OpenWrt-Devel] Tenda W311R vs. D-Link DIR-300 B1

2010-10-20 Thread Daniel A. Nagy
Unfortunately, if something sounds too good to be true, it probably is: As it turns out, the newest revision of Tenda W311R (1.1) has only 2MB of Flash and 16MB of RAM, making it utterly unsuitable for OpenWrt. C'est la vie... On 10/08/2010 01:47 PM, Daniel A. Nagy wrote: > Hello, > > Tenda W311R

Re: [OpenWrt-Devel] Add target device id for 3g dongles

2010-10-20 Thread Daniel A. Nagy
Please take a look at my solution in the https://www.epointsystem.org/svn/vending_machine/hotspot/trunk feed. Jo-Philipp Wich wrote: > Hi, > > I'm not sure whether it is okay to unconditional assume that this device is > managed by option[1]. > > Also can you rewrite this cat | grep | sed thing

Re: [OpenWrt-Devel] Add target device id for 3g dongles

2010-10-20 Thread Roberto Riggio
Il 20/10/2010 17:55, Jo-Philipp Wich ha scritto: Hi, I'm not sure whether it is okay to unconditional assume that this device is managed by option[1]. You are right, however I would not know how to generalize this, given that usb-modeswitch is an external package I would just check if the file

Re: [OpenWrt-Devel] Add target device id for 3g dongles

2010-10-20 Thread Jo-Philipp Wich
Hi, I'm not sure whether it is okay to unconditional assume that this device is managed by option[1]. Also can you rewrite this cat | grep | sed thing please? You can combine those calls into a single sed command: tVid=$(sed -ne 's/TargetVendor[^=]*=\(.*\)/\1/p' "${configs%% *}") Also localize

[OpenWrt-Devel] Add target device id for 3g dongles

2010-10-20 Thread Roberto Riggio
With some modems the ttyUSBx device are not automatically created after the modeswitch (for example with my k3765). This patch adds a new id for the target device after the mode switch. Signed-off-by: Roberto Riggio -- Index: utils/usb-modeswitch/files/modeswitch.hotplug

[OpenWrt-Devel] [PATCH] Enhanced 3g patch

2010-10-20 Thread Lukas Macura
This patch adds support for more sophisticated 3g options for interface type 3g. Even more, it adds /etc/init.d/serialmodem script, which searches all configured devices for modems, creates right links for them and if needed, it will bring ppp interfaces up after modem is found. More info can be