[OpenWrt-Devel] [PATCH] dnsmasq-2.41

2008-03-26 Thread Alexandros C. Couloumbis
This upgrades dnsmasq-2.40 to dnsmasq-2.41. Tested --> works fine. Signed-off-by: Alexandros C. Couloumbis --- diff -Nru dnsmasq.old/Makefile dnsmasq.new/Makefile --- dnsmasq.old/Makefile2008-03-08 08:29:05.0 +0200 +++ dnsmasq.new/Makefile2008-03-25 09:34:30.0 +

[OpenWrt-Devel] Adding a target

2008-03-26 Thread Roberto Riggio
Hi, just a quick questio. I'm trying to add a very trivial target for the pcengines board. So I've create a new target under x86/generic: # # Copyright (C) 2006 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # defin

Re: [OpenWrt-Devel] Adding a target

2008-03-26 Thread Harald Schiƶberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roberto Riggio wrote: > Hi, > > just a quick questio. I'm trying to add a very trivial target > for the pcengines board. So I've create a new target under > x86/generic: > However if I run make menuconfig it does not shows. Can you tell me wath am

Re: [OpenWrt-Devel] Adding a target

2008-03-26 Thread Roberto Riggio
> did you > > trunk$ rm -r tmp > > before running menuconfig? No, thanks now it works fine. I'll submit a patch that adds this target. > > harald > Roberto ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.

[OpenWrt-Devel] [PATCH] PCEngines target

2008-03-26 Thread Roberto Riggio
Signed-off-by: Roberto Riggio ([EMAIL PROTECTED]) -- Index: target/linux/x86/generic/profiles/Pcengines.mk === --- target/linux/x86/generic/profiles/Pcengines.mk (revisione 0) +++ target/linux/x86/generic/profiles/Pcengines.mk

Re: [OpenWrt-Devel] Xilinx Spartan 3E Starter Kit port

2008-03-26 Thread RHS Linux User
Hi All, I am still seeing the kernel being compiled with -march=mips32. There must be some other place I should change so the kernel and modules are compiled for R3000? Is there a way by examining the compiled code to tell which CPU it was in fact compiled for? wiz On Sun, 23 Mar 200

Re: [OpenWrt-Devel] Xilinx Spartan 3E Starter Kit port

2008-03-26 Thread Harald Schiƶberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 RHS Linux User wrote: > Hi All, > >I am still seeing the kernel being compiled with -march=mips32. There > must be some other place I should change so the kernel and modules are > compiled for R3000? as a preliminary measure you can call $ make

Re: [OpenWrt-Devel] Xilinx Spartan 3E Starter Kit port

2008-03-26 Thread Peter Denison
On Wed, 26 Mar 2008, RHS Linux User wrote: > I am still seeing the kernel being compiled with -march=mips32. There > must be some other place I should change so the kernel and modules are > compiled for R3000? > Under the "Advanced configuration options (for developers)" menu, "Toolchain optio

[OpenWrt-Devel] [PATCH 2/3] Fix nexthop reachability check for BGP confederations

2008-03-26 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- .../net/quagga/patches/100-confederation.patch | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) create mode 100644 packages/net/quagga/patches/100-confederation.patch diff --git a/packages/net/quagga/pa

[OpenWrt-Devel] [PATCH 1/3] Fix Quagga OLSR route redistribution

2008-03-26 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- packages/net/quagga/patches/002-quagga_olsr.patch | 106 + 1 files changed, 64 insertions(+), 42 deletions(-) diff --git a/packages/net/quagga/patches/002-quagga_olsr.patch b/packages/net/quagga/patches/002-quagga

Re: [OpenWrt-Devel] Mounting extra drives and Init of processes

2008-03-26 Thread Michael
On Tue, 25 Mar 2008 10:08:43 pm Rod Whitby wrote: > Oliver Ertl wrote: > > [..] > > > > All I can say is that Optware isn't supported by OpenWrt... > > Optware doesn't use /opt/etc/rc.d/..., so I doubt that Michael is > talking about Optware. > Yeah I tried optware and It didn't really work for me.

[OpenWrt-Devel] [PATCH 3/3] Implement BGP confederation error handling (RFC5065, Par. 5)

2008-03-26 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- .../quagga/patches/120-confed_errorhandle.patch| 93 1 files changed, 93 insertions(+), 0 deletions(-) create mode 100644 packages/net/quagga/patches/120-confed_errorhandle.patch diff --git a/packages/net/qu

[OpenWrt-Devel] [PATCH 3/3] Implement BGP confederation error handling (RFC5065, Par. 5)

2008-03-26 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- .../quagga/patches/120-confed_errorhandle.patch| 93 1 files changed, 93 insertions(+), 0 deletions(-) create mode 100644 packages/net/quagga/patches/120-confed_errorhandle.patch diff --git a/packages/net/qu

[OpenWrt-Devel] OpenWRT, GCC 4.3 (... and m68k/Coldfire)

2008-03-26 Thread Luigi 'Comio' Mantellini
Hi list, I'm developing a network device based on a ColdFire 547x processor (m68k architecture). I'm interested to use OpenWRT as building environment to develop the application software. The main obstacle to adopt OpenWRT is the compiler: in fact the CF (54xx) cpus are supported from GCC 4.3. -

Re: [OpenWrt-Devel] [PATCH 2/3] Fix nexthop reachability check for BGP confederations

2008-03-26 Thread Travis Kemen
Acinonyx wrote: > Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> > --- > .../net/quagga/patches/100-confederation.patch | 19 +++ > 1 files changed, 19 insertions(+), 0 deletions(-) > create mode 100644 packages/net/quagga/patches/100-confederation.patch > > diff -

Re: [OpenWrt-Devel] [PATCH 1/3] Fix Quagga OLSR route redistribution

2008-03-26 Thread Travis Kemen
Acinonyx wrote: > Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> > --- > packages/net/quagga/patches/002-quagga_olsr.patch | 106 > + > 1 files changed, 64 insertions(+), 42 deletions(-) > > diff --git a/packages/net/quagga/patches/002-quagga_olsr.patch > b/package

[OpenWrt-Devel] [PATCH 1/3] Fix Quagga OLSR route redistribution

2008-03-26 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- packages/net/quagga/patches/002-quagga_olsr.patch | 106 + 1 files changed, 64 insertions(+), 42 deletions(-) diff --git a/packages/net/quagga/patches/002-quagga_olsr.patch b/packages/net/quagga/patches/002-quagga

[OpenWrt-Devel] WIP-Day in March :-)

2008-03-26 Thread Gregers Petersen
I must admit that I've somehow forgotten to post an official summary of the last WIP-Day (which took place at the end of February). I had made a call for everyone to take part in 'human build-botting', and this resulted in quite some activity (also thanx to Harald who offered access to a very n

[OpenWrt-Devel] [PATCH 0/3][RESEND] Fixes for Quagga OLSR and BGP Confederations

2008-03-26 Thread Acinonyx
The following patches fix some bugs in Quagga when using OLSR as IGP in BGP Confederations. The fixes may also solve problems to other similar setups. P.S. I'm sorry for the previous mangled patches :( ___ openwrt-devel mailing list openwrt-devel@lists

[OpenWrt-Devel] [PATCH 1/3] Fix Quagga OLSR route redistribution to other protocols

2008-03-26 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- packages/net/quagga/patches/002-quagga_olsr.patch | 106 + 1 files changed, 64 insertions(+), 42 deletions(-) diff --git a/packages/net/quagga/patches/002-quagga_olsr.patch b/packages/net/quagga/patches/002-quagga_

[OpenWrt-Devel] [PATCH 2/3][RESEND] Fix nexthop reachability check for BGP confederations

2008-03-26 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- .../net/quagga/patches/100-confederation.patch | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) create mode 100644 packages/net/quagga/patches/100-confederation.patch diff --git a/packages/net/quagga/pa

[OpenWrt-Devel] [PATCH 3/3][RESEND] Implement BGP confederation error handling (RFC5065, Par. 5)

2008-03-26 Thread Acinonyx
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> --- .../quagga/patches/120-confed_errorhandle.patch| 93 1 files changed, 93 insertions(+), 0 deletions(-) create mode 100644 packages/net/quagga/patches/120-confed_errorhandle.patch diff --git a/packages/net/qua

[OpenWrt-Devel] wireless community weekend

2008-03-26 Thread Alexander Morlang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, the wcw is coming and you all are invited: https://wiki.freifunk.net/Wireless_Community_Weekend_2008 it could be a good time to meet again over the ff-kamikaze thing and to discuss next steps. places for sleeping will be plenty, just get a sleepi

Re: [OpenWrt-Devel] [PATCH 1/3] Fix Quagga OLSR route redistribution to other protocols

2008-03-26 Thread Travis Kemen
Acinonyx wrote: > Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> > --- > packages/net/quagga/patches/002-quagga_olsr.patch | 106 > + > 1 files changed, 64 insertions(+), 42 deletions(-) > > diff --git a/packages/net/quagga/patches/002-quagga_olsr.patch > b/package

Re: [OpenWrt-Devel] [PATCH 2/3][RESEND] Fix nexthop reachability check for BGP confederations

2008-03-26 Thread Travis Kemen
Acinonyx wrote: > Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> > --- > .../net/quagga/patches/100-confederation.patch | 19 +++ > 1 files changed, 19 insertions(+), 0 deletions(-) > create mode 100644 packages/net/quagga/patches/100-confederation.patch > > diff -

Re: [OpenWrt-Devel] [PATCH 3/3][RESEND] Implement BGP confederation error handling (RFC5065, Par. 5)

2008-03-26 Thread Travis Kemen
Acinonyx wrote: > Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]> > --- > .../quagga/patches/120-confed_errorhandle.patch| 93 > > 1 files changed, 93 insertions(+), 0 deletions(-) > create mode 100644 packages/net/quagga/patches/120-confed_errorhandle.patch >