Re: [OpenWrt-Devel] cant boot ralink rt3052 (openwrt Attitude Adjustment 2/6/2011 co)

2011-06-03 Thread Layne Edwards
I don't think you want to use this patch. OpenWrt uses custom drivers and a differnet configuration than Fonera's firmware (yes it's built on OpenWrt, but it's been customized and is no longer compatible with trunk). It's probably just a matter of using the correct configuration (or

Re: [OpenWrt-Devel] Ralink rt3052 Reset button and 2nd MAC

2011-06-03 Thread Layne Edwards
On Fri, 3 Jun 2011 13:50:17 +0800, HP Teoh wrote: On Fri, Jun 3, 2011 at 12:42 PM, Layne Edwards wrote: On Fri, 3 Jun 2011 12:01:55 +0800, HP Teoh wrote: Hi Lanyne, Thanks for the wifi led configuration. Any idea about the reset button not working and method to insert 2nd mac

Re: [OpenWrt-Devel] Ralink rt3052 Reset button and 2nd MAC

2011-06-03 Thread HP Teoh
On Fri, Jun 3, 2011 at 2:15 PM, Layne Edwards ledwa...@astrumtech.netwrote: On Fri, 3 Jun 2011 13:50:17 +0800, HP Teoh wrote: On Fri, Jun 3, 2011 at 12:42 PM, Layne Edwards ledwa...@astrumtech.netwrote: On Fri, 3 Jun 2011 12:01:55 +0800, HP Teoh wrote: Hi Lanyne, Thanks for the wifi

Re: [OpenWrt-Devel] [proposal] More flexible configuration of DHCP-assigned IP addresses in non-C class networks

2011-06-03 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, just set start to 257 and it will lease addresses beginning with x.y.1.1 . 192.168.0.0/16 + 257 = 192.168.1.1 ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

[OpenWrt-Devel] [PATCH 2/2] runtime shared library binding support

2011-06-03 Thread Mika Laitio
Fix the eglibc/glibc builds where the network init failed due to unresolved libraries by adding support for the fot the runtime library bindings by running ldconfig at bootup. Directories used by default for the creating ld.config.cache are /lib and /usr/lib but other applications can extend it in

[OpenWrt-Devel] [PATCH 0/2] glibc and eglibc build and usage fixes

2011-06-03 Thread Mika Laitio
Two patches for glibc/eglibc builds on openwrt trunk. First one is build fix to udevtrigger by adding missing functions in hotplug2 is build against the glibc or eglibc. Fix is originally from sav in bug https://dev.openwrt.org/ticket/9012 Second patch adds support for the ldconfig in case image

[OpenWrt-Devel] [PATCH 1/2] Fix the hotplug2 build with glibc/eglibc

2011-06-03 Thread Mika Laitio
Add strlcat and strlcpy functions if build env is glibc or eglibc because they do not have those functions. Patch originates from: https://dev.openwrt.org/ticket/9012 Tested-by: Mika Laitio lam...@pilppa.org --- package/hotplug2/src/udevtrigger.c | 45 1

[OpenWrt-Devel] 2.6.39.1 update

2011-06-03 Thread Peter Wagner
this patch updates all target that use 2.6.39 to 2.39.1. regards Peter diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 9b60d43..4ce6771 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -26,8 +26,8 @@ endif ifeq ($(LINUX_VERSION),2.6.38.6)