Re: [OpenWrt-Devel] [PATCH] [packages] owfs: Fix compilation on uClibc.

2011-06-22 Thread Wojciech Dubowik
I haven't tested it but it should work. I might give it a try with eglibc. Wojtek - Original Message - > Wouldn't this patch also be applied if you're compiling with glibc or > eglibc? > > > On 6/22/11 3:38 AM, Wojciech Dubowik wrote: > > By default RPC is disabled in uClibc. Removing r

Re: [OpenWrt-Devel] [PATCH] tools/firmware-utils: fix build with -D_FORTIFY_SOURCE=2

2011-06-22 Thread Philip Prindeville
On 6/22/11 11:02 AM, Alexey I. Froloff wrote: > On Wed, Jun 22, 2011 at 09:15:24AM -0700, Philip Prindeville wrote: >> The warning only seems to be for line 369, so why change more than that? > This is a modification of an older patch. tag.reserved2 (now) is > 16 bytes long, so it's OK. > >> Also

Re: [OpenWrt-Devel] [PATCH] tools/firmware-utils: fix build with -D_FORTIFY_SOURCE=2

2011-06-22 Thread Alexey I. Froloff
On Wed, Jun 22, 2011 at 09:15:24AM -0700, Philip Prindeville wrote: > The warning only seems to be for line 369, so why change more than that? This is a modification of an older patch. tag.reserved2 (now) is 16 bytes long, so it's OK. > Also, what value does sizeof(tag.information1[0]) give? It d

[OpenWrt-Devel] [PATCH] x86/kvm_guest: enable HIGHMEM4G

2011-06-22 Thread Alexey I. Froloff
Signed-off-by: Alexey I. Froloff --- target/linux/x86/kvm_guest/config-default |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/target/linux/x86/kvm_guest/config-default b/target/linux/x86/kvm_guest/config-default index 655d18c..eacada2 100644 --- a/target/linux/x86/kvm_

Re: [OpenWrt-Devel] [Babel-users] AHCPD in openwrt (currently broken for multiple interface)

2011-06-22 Thread Gabriel Kerneis
Dave, On Wed, Jun 22, 2011 at 09:54:16AM -0600, Dave Taht wrote: > The head of openwrt and the related luci gui currently are not > configuring ahcpd correctly in the presence of *multiple* client > interfaces. This is a known issue, sadly unresolved because of me lacking time to work on it. I p

Re: [OpenWrt-Devel] [Babel-users] AHCPD in openwrt (currently broken for multiple interface)

2011-06-22 Thread Dave Taht
On Wed, Jun 22, 2011 at 10:17 AM, Gabriel Kerneis wrote: > Dave, > > On Wed, Jun 22, 2011 at 09:54:16AM -0600, Dave Taht wrote: >> The head of openwrt and the related luci gui currently are not >> configuring ahcpd correctly in the presence of *multiple* client >> interfaces. > > This is a known i

Re: [OpenWrt-Devel] [PATCH] tools/firmware-utils: fix build with -D_FORTIFY_SOURCE=2

2011-06-22 Thread Philip Prindeville
On 6/22/11 5:08 AM, Jonas Gorski wrote: > On 22 June 2011 12:56, Alexey I. Froloff > wrote: >> When host gcc uses _FORTIFY_SOURCE=2 by default, tools/firmware-utils >> fails to compile: >> >> In file included from /usr/include/string.h:658:0, >> from src/

Re: [OpenWrt-Devel] [PATCH] tools/firmware-utils: fix build with -D_FORTIFY_SOURCE=2

2011-06-22 Thread Philip Prindeville
The warning only seems to be for line 369, so why change more than that? Also, what value does sizeof(tag.information1[0]) give? On 6/22/11 3:56 AM, Alexey I. Froloff wrote: > When host gcc uses _FORTIFY_SOURCE=2 by default, tools/firmware-utils > fails to compile: > > In file included from /us

Re: [OpenWrt-Devel] [PATCH] [packages] owfs: Fix compilation on uClibc.

2011-06-22 Thread Philip Prindeville
Wouldn't this patch also be applied if you're compiling with glibc or eglibc? On 6/22/11 3:38 AM, Wojciech Dubowik wrote: > By default RPC is disabled in uClibc. Removing rpc/netdb.h doesn't seem to > have any impact on configured owfs applications. > > Fixes #9426 > > Signed-off-by: Wojciech D

Re: [OpenWrt-Devel] sysupgrade crashing

2011-06-22 Thread Florian Fainelli
On Thursday 16 June 2011 19:49:13 Ithamar R. Adema wrote: > Hi, > > On Thu, 2011-06-16 at 12:21 +0200, Jo-Philipp Wich wrote: > > Maybe calling "reboot" at all is not such a great idea as it attempts > > to run the (former) init scripts to stop them. > > Maybe using we should use 'reboot -f' here

Re: [OpenWrt-Devel] sysupgrade crashing

2011-06-22 Thread D.S. Ljungmark
On Fri, 2011-06-17 at 22:54 +0100, Aleksandar Radovanovic wrote: > On 06/17/2011 11:49 AM, D.S. Ljungmark wrote: > > On Thu, 2011-06-16 at 19:49 +0200, Ithamar R. Adema wrote: > >> Hi, > >> > >> On Thu, 2011-06-16 at 12:21 +0200, Jo-Philipp Wich wrote: > >>> Maybe calling "reboot" at all is not suc

[OpenWrt-Devel] AHCPD in openwrt (currently broken for multiple interface)

2011-06-22 Thread Dave Taht
I have one outstanding issue with ahcpd that I'd like to resolve the right way. The head of openwrt and the related luci gui currently are not configuring ahcpd correctly in the presence of *multiple* client interfaces. Instead of firing off a single ahcpd instance, e.g. ahcpd [some options] wla

Re: [OpenWrt-Devel] sysupgrade crashing

2011-06-22 Thread Ithamar R. Adema
On Fri, 2011-06-17 at 22:54 +0100, Aleksandar Radovanovic wrote: > > The code is quite ugly at the moment, has some bits that are specific > to my needs, isn't very modular (target-wise) and so needs a lot of > cleanup. I'm currently up to my eyeballs with my regular job, so can't > really spare t

Re: [OpenWrt-Devel] sysupgrade crashing

2011-06-22 Thread Ithamar R. Adema
Hi, On Fri, 2011-06-17 at 22:54 +0100, Aleksandar Radovanovic wrote: > The code is quite ugly at the moment, has some bits that are specific > to my needs, isn't very modular (target-wise) and so needs a lot of > cleanup. I'm currently up to my eyeballs with my regular job, so can't > really spare

[OpenWrt-Devel] SuSE 11.2 Build fails on kernel compile

2011-06-22 Thread Pawel Pastuszak
Hi Gents, I been testing couple different OS for compiling OpenWRT and now i getting an error on SuSE 11.2 OS with kernel module compiling.. The odd part is that there is an patch for removing crtsavres file from kernel but it keeps asking me for it. The patch that i am talking about is 951-rever

Re: [OpenWrt-Devel] Error compiling glibc or uClibc on Fedora 15

2011-06-22 Thread Pawel Pastuszak
Thanks for the help, I guess the solution is not to uses Fedora ;-( but could it be an problem with rpath vs rpath-link. On Wed, Jun 22, 2011 at 4:44 AM, jean-pierre cartal < jean-pierre.car...@plugnsurf.fr> wrote: > ** > Le 21/06/2011 21:41, Pawel Pastuszak a écrit : > > Hi Gents, > > I was runn

[OpenWrt-Devel] [PATCH] [packages] collectd: Fix onewire module compilation.

2011-06-22 Thread Wojciech Dubowik
Signed-off-by: Wojciech Dubowik --- utils/collectd/Makefile |2 +- utils/collectd/patches/400-fix-onewire.patch | 11 +++ 2 files changed, 12 insertions(+), 1 deletions(-) create mode 100644 utils/collectd/patches/400-fix-onewire.patch diff --git a/utils/colle

[OpenWrt-Devel] [PATCH] [packages] owfs: Fix compilation on uClibc.

2011-06-22 Thread Wojciech Dubowik
By default RPC is disabled in uClibc. Removing rpc/netdb.h doesn't seem to have any impact on configured owfs applications. Fixes #9426 Signed-off-by: Wojciech Dubowik --- utils/owfs/patches/001-compile-fix.patch | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode

[OpenWrt-Devel] [PATCH] [packages] collectd: Support DS18B20 instead of 18S20.

2011-06-22 Thread Wojciech Dubowik
Signed-off-by: Wojciech Dubowik --- .../patches/401-onewire-ds18b20-support.patch | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 utils/collectd/patches/401-onewire-ds18b20-support.patch diff --git a/utils/collectd/patches/401-onewire-ds18b20-suppor

[OpenWrt-Devel] [PATCH] [kernel] Support for DS2482 1-Wire I2C bus master.

2011-06-22 Thread Wojciech Dubowik
Signed-off-by: Wojciech Dubowik --- package/kernel/modules/w1.mk | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/package/kernel/modules/w1.mk b/package/kernel/modules/w1.mk index c4ab616..c2bdd70 100644 --- a/package/kernel/modules/w1.mk +++ b/package/ker

Re: [OpenWrt-Devel] [PATCH] tools/firmware-utils: fix build with -D_FORTIFY_SOURCE=2

2011-06-22 Thread Jonas Gorski
On 22 June 2011 12:56, Alexey I. Froloff wrote: > When host gcc uses _FORTIFY_SOURCE=2 by default, tools/firmware-utils > fails to compile: > > In file included from /usr/include/string.h:658:0, > from src/imagetag.c:12: > In function 'strncpy', >inlined from 'tagfile' at src/i

[OpenWrt-Devel] [PATCH] tools/firmware-utils: fix build with -D_FORTIFY_SOURCE=2

2011-06-22 Thread Alexey I. Froloff
When host gcc uses _FORTIFY_SOURCE=2 by default, tools/firmware-utils fails to compile: In file included from /usr/include/string.h:658:0, from src/imagetag.c:12: In function 'strncpy', inlined from 'tagfile' at src/imagetag.c:369:11: /usr/include/bits/string3.h:123:3: error:

[OpenWrt-Devel] [PATCH] [packages] collectd: Support DS18B20 instead of 18S20.

2011-06-22 Thread Wojciech Dubowik
Signed-off-by: Wojciech Dubowik --- .../patches/401-onewire-ds18b20-support.patch | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 utils/collectd/patches/401-onewire-ds18b20-support.patch diff --git a/utils/collectd/patches/401-onewire-ds18b20-suppor

[OpenWrt-Devel] [PATCH] [packages] owfs: Fix compilation on uClibc.

2011-06-22 Thread Wojciech Dubowik
By default RPC is disabled in uClibc. Removing rpc/netdb.h doesn't seem to have any impact on configured owfs applications. Fixes #9426 Signed-off-by: Wojciech Dubowik --- utils/owfs/patches/001-compile-fix.patch | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode

[OpenWrt-Devel] [PATCH] [kernel] Support for DS2482 1-Wire I2C bus master.

2011-06-22 Thread Wojciech Dubowik
Signed-off-by: Wojciech Dubowik --- package/kernel/modules/w1.mk | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/package/kernel/modules/w1.mk b/package/kernel/modules/w1.mk index c4ab616..c2bdd70 100644 --- a/package/kernel/modules/w1.mk +++ b/package/ker

[OpenWrt-Devel] [PATCH] [packages] collectd: Fix onewire module compilation.

2011-06-22 Thread Wojciech Dubowik
Signed-off-by: Wojciech Dubowik --- utils/collectd/Makefile |2 +- utils/collectd/patches/400-fix-onewire.patch | 11 +++ 2 files changed, 12 insertions(+), 1 deletions(-) create mode 100644 utils/collectd/patches/400-fix-onewire.patch diff --git a/utils/colle

Re: [OpenWrt-Devel] Error compiling glibc or uClibc on Fedora 15

2011-06-22 Thread jean-pierre cartal
Le 21/06/2011 21:41, Pawel Pastuszak a écrit : Hi Gents, I was running and compile test to see if the build system works on Fedora 15 and i came across the following error. Note Fedora uses the latest make ( 3.82 ). Any thoughts? # @multilib_flags@ is still needed because this may use # /d