Re: [OpenWrt-Devel] [PATCH] (resubmit) fix UDHCPC address acquisition on network restart

2010-02-04 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. Thanks, I applied your patch in r19530 and added the change pointed out by Alexey. ~ JoW -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAktrz7cACgkQdput

Re: [OpenWrt-Devel] [PATCH] (resubmit) fix UDHCPC address acquisition on network restart

2010-02-04 Thread Alexey I. Froloff
On Thu, Feb 04, 2010 at 05:57:12PM -0800, spmsink spmsink wrote: > + [ "$1"=="ifup" ] \ Bashism. Use [ "$1" = "ifup" ] . -- Regards,-- Sir Raorn. --- http://thousandsofhate.blogspot.com/ signature.asc Description: Digital signature ___ open

[OpenWrt-Devel] [PATCH] (resubmit) fix bringup of 3G modem (and other non-autoconfigured interfaces) at bootup

2010-02-04 Thread spmsink spmsink
Sorry for the extra list traffic. This time, the patch is an attachment which hopefully prevents it from getting mangled. == When I boot my OpenWRT system, I find that my 3G UMTS modem is not brought up...but it comes up as soon as I do a restart of the networking subsystem. After investigati

[OpenWrt-Devel] [PATCH] (resubmit) fix UDHCPC address acquisition on network restart

2010-02-04 Thread spmsink spmsink
Resubmitting because the "email client ate my homework (patch)" last time. So much for Hotmail's "plain text" mode! == When restarting the networking subsystem (for example, by running "/etc/init.d/network restart"), I find that my WAN interface is brought up without an IP address or routing in

Re: [OpenWrt-Devel] [PATCH] fix UDHCPC address acquisition on network restart

2010-02-04 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. Your patch got badly mangled by your mail client, could you please resend it, maybe as attachment? ~ JoW -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYF

[OpenWrt-Devel] [PATCH] broadcom-diag: Support for Microsoft MN-700.

2010-02-04 Thread Jochen Friedrich
Add support support for Microsoft MN-700. Signed-off-by: Jochen Friedrich --- package/broadcom-diag/src/diag.c | 22 ++- .../linux/brcm-2.4/base-files/etc/init.d/netconfig |6 + 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/package/br

[OpenWrt-Devel] [PATCH] fix bringup of 3G modem (and other non-autoconfigured interfaces) at bootup

2010-02-04 Thread spmsink spmsink
When I boot my OpenWRT system, I find that my 3G UMTS modem is not brought up...but it comes up as soon as I do a restart of the networking subsystem. After investigating, I noticed that the difference between "/etc/init.d/network boot" and "/etc/init.d/network restart" is that when, called wit

[OpenWrt-Devel] [PATCH] fix UDHCPC address acquisition on network restart

2010-02-04 Thread spmsink spmsink
When restarting the networking subsystem (for example, by running "/etc/init.d/network restart"), I find that my WAN interface is brought up without an IP address or routing information applied. I narrowed it down to the fact that the UDHCP script does not try to reconfigure the interface if a

[OpenWrt-Devel] [PATCH] nanostation 5m poe passthrough

2010-02-04 Thread Xavier Martinez
Even with my limited knowledge of programming and openwrt source structure, I managed to define a new poe gpio device identical to the ones controlling leds. Enabling poe passthrough is as simple as: echo 1 > ubnt\:poe/brightness disabling it: echo 0 > ubnt\:poe/brightness Maybe a developer cou

Re: [OpenWrt-Devel] [PATCH] packages/opkg: provide conffiles list upon sysupgrade

2010-02-04 Thread Alexey I. Froloff
On Wed, Feb 03, 2010 at 09:27:21AM +0100, Bastian Bittorf wrote: > personally i try to avoid unnecessary usage of "complicated" > commands to leave the way open for busybox minimal builts Should I resend patch? -- Regards,-- Sir Raorn. --- http://thousandsofhate.blogspot.com/ signature.as

[OpenWrt-Devel] [PATH] [wpad] remove files on rebuild

2010-02-04 Thread Roberto Riggio
I'm using the wpad-mini package. It seems that if a build an image with ath5k and then switch to madwifi and rebuild the image the hostapd package remains linked to libnl-tiny. I've tried to adapt an older patch to fix this issue. Signed-off by: Roberto Riggio -- Index: hostapd/Makefile ===

Re: [OpenWrt-Devel] [patch][orion] move 2.6.30 configuration and patches to their appropriate names

2010-02-04 Thread Matthias Buecher / Germany
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I let your opinion settle into my mind over night. I agree that a single config is enough (config-default). But for the patches folder I would prefer kernel specific names, as they differ in files and line numbers. Maddes On 03.02.2010 12:29, Imre Ka

[OpenWrt-Devel] [PATH] Bump mjpg-streamer revision

2010-02-04 Thread Roberto Riggio
As in the subject. Tested on x86 and ixp4xx targets. Signed-off-by: Roberto Riggio -- Index: multimedia/mjpg-streamer/Makefile === --- multimedia/mjpg-streamer/Makefile (revision 19511) +++ multimedia/mjpg-streamer/Makefile (wor