Re: [OpenWrt-Devel] libgcc on x86_64 compile problems

2010-02-26 Thread Florian Fainelli
Hi Robert, On Thursday 25 February 2010 18:51:27 Robert Wuttke wrote: > Hi, > > I'm trying to build OpenWrt for the UML-target on x86_64. While this works > fine on x86, on x86_64 machines I get the following error: > > > mkdir -p > /home/flash64/meshbed/src/openwrt-build/2010-02-25_16-09/build

Re: [OpenWrt-Devel] rdc gpio and watchdog driver

2010-03-03 Thread Florian Fainelli
estart callback? If the kernel does not call the reboot fixup on emergency_restart, then it might be rather fixed instead of doing this hack. -- Best regards, Florian Fainelli Email: flor...@openwrt.org Web: http://openwrt.org IRC: [florian] on irc.freenode.net ---

Re: [OpenWrt-Devel] rdc gpio and watchdog driver

2010-03-04 Thread Florian Fainelli
Hi Bernhard, Le jeudi 4 mars 2010 03:05:02, Bernhard Loos a écrit : > 2010/3/3 Florian Fainelli : > > Hi Bernhard, > > > > Le dimanche 21 février 2010 17:54:10, Bernhard Loos a écrit : > >> Annnd, I forgot to add the patch :/ > >> Sorry about all the noise

Re: [OpenWrt-Devel] [PATCH] Support for Alice Gate W2+ (aka AliceV3-S1 or "Vela") bcm63xx-based routers

2010-03-14 Thread Florian Fainelli
Hi Gianfranco, Le vendredi 12 mars 2010 23:18:32, Gianfranco Bauco a écrit : > This patch add support Alice Gate W2+ (also referred as AliceV3_S1 or > "Vela"), Broadcom bcm63xx-based routers, distributed in Italy by Telecom. > Unfortunately the fylesystem inizialization occurring during the firs

Re: [OpenWrt-Devel] uclibc versions

2010-03-15 Thread Florian Fainelli
Hi, On Sunday 14 March 2010 22:48:10 bud.d...@suisse.org wrote: > which uClibc version are currently used? > > if i interpret toolchain/uClibc/Makefile correctly only > > 0.9.30-git > 0.9.30.1 > 0.9.30.2 > 0.9.30.3 0.9.30.1 is the default version. 0.9.30.2 was added so that people can test it,

Re: [OpenWrt-Devel] [PATCH] Add dmalloc package

2010-03-19 Thread Florian Fainelli
On Friday 19 March 2010 16:46:15 Raphaël HUCK wrote: > Hi, > > this patch adds the dmalloc package, which is a library useful for > memory-leak tracking, fence-post write detection, file/line number > reporting, and general logging of statistics. > > -Raphaël > Applied in r20300, thanks! __

Re: [OpenWrt-Devel] [PATCH] lzo: fix parallel build

2010-03-19 Thread Florian Fainelli
On Friday 19 March 2010 17:01:12 Raphaël HUCK wrote: > Hi, > > this patch fixes lzo parallel build and uses PKG_INSTALL:=1. > > -Raphaël > Applied in r20301, thanks! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.o

Re: [OpenWrt-Devel] [PATCH] faifa:

2010-03-19 Thread Florian Fainelli
On Friday 19 March 2010 16:04:58 Raphaël HUCK wrote: > Hi, > > this patch cleans the package Makefile a little and adds 3 patches to: > > - fix Makefile.in > - link faifa against the static library > - a fix for 64 bits devices > > -Raphaël > faifa changes merged upstream in r54, r55. Patch ap

Re: [OpenWrt-Devel] [PATCH] [ifxmips] Bugfix: do not call request_irq() with interrupts disabled!

2010-03-20 Thread Florian Fainelli
Le samedi 13 mars 2010 23:27:49, Ithamar R. Adema a écrit : > This fixes the following BUG: > > BUG: sleeping function called from invalid context at mm/slab.c:3055 > in_atomic(): 0, irqs_disabled(): 1, pid: 253, name: dd > 1 lock held by dd/253: > #0: (&state->mutex){..}, at: [<80148294>] u

Re: [OpenWrt-Devel] [PATCH 4/6] [ifxmips] Fix broken board selection based on chiprev.

2010-03-20 Thread Florian Fainelli
Le samedi 13 mars 2010 22:27:21, Ithamar R. Adema a écrit : > Since ifxmips_find_board() uses chiprev to detect what board we're running > on, we should retrieve chiprev _first_ and only then call > ifxmips_find_board(). > > Signed-off-by: Ithamar R. Adema > --- > .../linux/ifxmips/files/arch/

Re: [OpenWrt-Devel] [PATCH] [ifxmips-dsl-api] Add option to disable debug output of DSL drivers.

2010-03-20 Thread Florian Fainelli
Le dimanche 14 mars 2010 03:58:20, Ithamar R. Adema a écrit : > This patch adds an option to menuconfig for ifxmips-dsl-api to > enable/disable the debug output. By default the debug output is switched > off. > > Signed-off-by: Ithamar R. Adema > --- > package/ifxmips-dsl-api/Config.in

Re: [OpenWrt-Devel] [PATCH] [br2684ctl] Allow UCI configuration of ATM QOS parameters per interface.

2010-03-20 Thread Florian Fainelli
Le dimanche 14 mars 2010 01:47:26, Ithamar R. Adema a écrit : > Signed-off-by: Ithamar R. Adema > --- > package/br2684ctl/files/br2684ctl |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/package/br2684ctl/files/br2684ctl > b/package/br2684ctl/files/br2684ctl inde

Re: [OpenWrt-Devel] [PATCH] Adding kmod-video-gspca-sn9c20x package

2010-03-20 Thread Florian Fainelli
Le samedi 20 mars 2010 08:00:28, Chris Li a écrit : > Hi, > > I am using the backfire beta and I found out that there is no kernel driver > for my webcam using sn9c201 chipset. Here is the patch I make to add that > package. I test it and it works with my webcam. > > BTW, the bcm47xx 2.6 kernel

Re: [OpenWrt-Devel] netfilter kernel module makefile description patch

2010-03-20 Thread Florian Fainelli
Le vendredi 19 mars 2010 22:26:04, edgar.sol...@web.de a écrit : > there seem to be some leftovers from > https://dev.openwrt.org/ticket/6257 > > this patch fixes the descriptions of kmod package ipt-conntrack > > Thanks ede > Applied in r20311, thanks! _

Re: [OpenWrt-Devel] [PATCH] kmod-btrfs: depend on kmod-crypto-misc instead of copying crc32c.ko

2010-03-20 Thread Florian Fainelli
Le mercredi 17 mars 2010 05:17:51, Benjamin Cama a écrit : > Hi, > > When I made the kmod-btrfs package, I wanted to make it not depend on > too much things and copy myself crc32c.ko into the package. But since > not too long AFAIK, opkg complains when the same file belongs to two > packages on in

Re: [OpenWrt-Devel] syslog-ng3 latest and log kernel messages patch

2010-03-20 Thread Florian Fainelli
Le vendredi 19 mars 2010 21:55:07, edgar.sol...@web.de a écrit : > this patch adds > logging of kernel messages to the config file > upgrades to latest version 3.0.5 > > Thanks Ede > Applied in r20314, thanks! ___ openwrt-devel mailing list openwrt-dev

Re: [OpenWrt-Devel] [PATCH] Update to btrfs-progs

2010-03-20 Thread Florian Fainelli
Le jeudi 18 mars 2010 01:35:46, Benjamin Cama a écrit : > Hi there, > > Anyone willing to apply this patch ? (I admit I didn't find it back in > my archives, so maybe it didn't reach the right people). > > Thanks, > benjamin > > > Hello, > > > > Following is an update from btrfs-progs 0.18 to 0.

Re: [OpenWrt-Devel] [Patch] Switch to dynamic-linked apache with module packages

2010-03-20 Thread Florian Fainelli
Hi Michael, Le mercredi 5 août 2009 11:56:36, Michael Geddes a écrit : > Move apache (and apr) to a module-based distribution. Has a smaller > minimum footprint and allows more versatility. Sorry for answering so late, your patch got unnoticed. Your patch looks good, however no longer applies.

Re: [OpenWrt-Devel] [PATCH] Distributed Internet Traffic Generator [DITG]

2010-03-20 Thread Florian Fainelli
Ciao Giovanni, Le jeudi 15 octobre 2009 16:22:12, Giovanni Di Stasi a écrit : > Dear OpenWrt developers, > > please find attached the Makefile for the package DITG. From the project > webpage: > > D-ITG (Distributed Internet Traffic Generator) is a platform capable to > produce traffic at packet

Re: [OpenWrt-Devel] [PATCH] Add support for Edimax PS-2207SUg router

2010-03-20 Thread Florian Fainelli
Hello Dawid, Le samedi 31 octobre 2009 20:54:57, Dawid Marcin Grzesiak a écrit : > The patch add support for Edimax PS-2207SUg router. > > The image should be further processed using "cvimg" tool from > http://edimax.com/images/Image/OpenSourceCode/Wire/Printer-server/PS-2207SU > /PS2207-GPL.zip

Re: [OpenWrt-Devel] [PATCH] Fix package/Makefile

2010-03-20 Thread Florian Fainelli
Hi Raphaël, Le vendredi 5 mars 2010 17:37:15, Raphaël HUCK a écrit : > Hi, > > this patch fixes package/Makefile. You add /usr/lib/ebtables, should not you also add /usr/lib/iptables? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https

Re: [OpenWrt-Devel] [Patch] Add threadsafe MySQL client Library

2010-03-20 Thread Florian Fainelli
Le mercredi 5 août 2009 06:03:09, Michael Geddes a écrit : > Add a libmysqlclient_r target (threadsafe client); required for > module-based apache. > Applied in r20315, thanks! > Signed-off-by: Michael Geddes > --8<-- > Index: libs/mysql/Makefile > ===

Re: [OpenWrt-Devel] [PATCH] openconnect support

2010-03-20 Thread Florian Fainelli
Le lundi 21 septembre 2009 01:26:46, Misha Koshelev a écrit : > Add support for OpenConnect, A VPN client compatible with Cisco's > AnyConnect SSL VPN. > > Signed-off-by: Misha Koshelev > Applied in r20316, thanks! ___ openwrt-devel mailing list open

Re: [OpenWrt-Devel] [PATCH] openntpd resists arrest

2010-03-20 Thread Florian Fainelli
Le mercredi 10 mars 2010 20:54:07, Stefan Monnier a écrit : > When I "/etc/init.d/ntpd stop" one of the two openntpd processes is > still left running. Apparently "killall ntpd" is not sufficient. > So I use the patch below which seems to work. > Applied in r20317, thanks! > > Stefan >

Re: [OpenWrt-Devel] [PATCH] start mpd normally

2010-03-20 Thread Florian Fainelli
Le mercredi 10 mars 2010 21:04:03, Stefan Monnier a écrit : > The patch below makes /etc/init.d/mpd start the MusicPlayerDaemon in > a more normal way: > 1- it stops it from rebuilding the database at every start (which can take >a very very long time on large databases). > 2- it stops it from

Re: [OpenWrt-Devel] [PATCH] add cryptsetup

2010-03-20 Thread Florian Fainelli
Le vendredi 5 mars 2010 16:10:57, Jan Willies a écrit : > This patch adds support for cryptsetup, based on a Makefile I found on > the internet. > > Unfortunately cryptsetup looks for libdevmapper.so.1.02 while there's > only libdevmapper.so available. As I don't know where to fix this (in > lvm o

Re: [OpenWrt-Devel] [PATCH] uci support for etherwake

2010-03-20 Thread Florian Fainelli
Le dimanche 25 octobre 2009 12:32:06, Matthias Buecher / Germany a écrit : > Hello, > > I would like to ask you to consider adding the patch of ticket #6025 to > the trunk. > https://dev.openwrt.org/ticket/6025 > > This will add uci support to the etherwake package in a similar way that > the wol

Re: [OpenWrt-Devel] svn download error caused by changeset 20299

2010-03-20 Thread Florian Fainelli
On Saturday 20 March 2010 17:49:36 edgar.sol...@web.de wrote: > https://dev.openwrt.org/changeset/20299 > > breaks compatibility to svn version before 1.6, when it was introduced. > error: > > Checking out files from the svn repository... > svn: invalid option: --trust-server-cert > Type 'svn hel

Re: [OpenWrt-Devel] [PATCH] Distributed Internet Traffic Generator [DITG]

2010-03-21 Thread Florian Fainelli
Le jeudi 15 octobre 2009 16:22:12, Giovanni Di Stasi a écrit : > Dear OpenWrt developers, > > please find attached the Makefile for the package DITG. From the project > webpage: > > D-ITG (Distributed Internet Traffic Generator) is a platform capable to > produce traffic at packet level accuratel

Re: [OpenWrt-Devel] [PATCH] Fix kexec support on brcm47xx

2010-03-21 Thread Florian Fainelli
Hi Adrian, Le dimanche 21 mars 2010 17:02:24, Adrian Byszuk a écrit : > Dear developers, > > This kernel patch fixes problems with kexec call on some devices. > It allows booting whole system (incl. kernel!) from e.g. USB disk. > I tested it on Asus WL-500gP v2. I suppose it would behave well on

Re: [OpenWrt-Devel] [PATCH] Fix kexec support on brcm47xx

2010-03-21 Thread Florian Fainelli
Le dimanche 21 mars 2010 17:52:29, Adrian Byszuk a écrit : > Dnia niedziela 21 marca 2010 o 16:32:20 napisałeś: > > Hi Adrian, > > > > Le dimanche 21 mars 2010 17:02:24, Adrian Byszuk a écrit : > > > Dear developers, > > > > > > This kernel patch fixes problems with kexec call on some devices. > >

Re: [OpenWrt-Devel] [PATCH] add menu config option to install pcmcia hermes kernel module

2010-03-21 Thread Florian Fainelli
Le jeudi 8 octobre 2009 14:07:37, Guillaume LECERF a écrit : > Hi all, > > This patch does $subject. > Hope it's fine to get included. > > Regards. > > Signed-off-by: Guillaume LECERF > Applied in r20353, thanks! ___ openwrt-devel mailing list openw

Re: [OpenWrt-Devel] [PATCH] minor fix for /etc/init.d/cron

2010-03-21 Thread Florian Fainelli
Le mercredi 10 mars 2010 20:42:31, Stefan Monnier a écrit : > If /var/spool/cron/crontabs is a directory, then /etc/init.d/cron > will place a spurious "crontabs" symlink into it. Applied in r20354, thanks! > > > Stefan > > > Index: package/busybox/files/cron > ===

Re: [OpenWrt-Devel] [patch] Disable ucitrigger (for now)

2010-03-21 Thread Florian Fainelli
Le vendredi 7 août 2009 20:22:41, Dave Cooper a écrit : > Hi all, > > ucitrigger isn't used by anything at the moment and it pulls in the > lua and liblua-uci dependencies. Recommending removal of the default > packageset for now. > > Thanks, > Dave Cooper > > Signed-off-by: David Cooper > Ap

Re: [OpenWrt-Devel] [PATCH] Change from /jffs to /overlay (so that block-extroot has the right overlay_root in opkg.conf)

2010-03-21 Thread Florian Fainelli
Le lundi 1 mars 2010 23:23:57, Daniel Dickinson a écrit : > Here is the patch to change from /jffs to /overlay. This will make sure > when an overlay is used, whether usb root or squashfs/jffs it will have > the same location. > > It also means that opkg.conf now will not need to be different for

Re: [OpenWrt-Devel] External toolchain cannot find -lgcc_s

2010-03-22 Thread Florian Fainelli
On Monday 22 March 2010 01:54:28 Pawel Pastuszak wrote: > Thanks for pointing me to the thread after reading the thread about > "Compiling outside of buildroot" I was able to make and image. > > But now the problem that i am having is that the image is not booting > the ramdisk which is an ext2 it

Re: [OpenWrt-Devel] [PATCH] Add yaddns package

2010-03-28 Thread Florian Fainelli
Le lundi 22 mars 2010 16:39:32, Raphaël HUCK a écrit : > Hi, > > this patch adds a package for yaddns: > > http://sourceforge.net/projects/yaddns/ > > Yaddns is a small ddns client with multiple ddns server supports > (dyndns, ...) and a high flexibility. Yaddns is particularly > appropriate for

Re: [OpenWrt-Devel] PCI broken on au1000

2010-04-06 Thread Florian Fainelli
Hi Bruno, On Monday 05 April 2010 03:23:49 Bruno Randolf wrote: > hi! > > currently PCI is broken on the au1000 platforms. > > this is also the reason for: > https://dev.openwrt.org/ticket/6851 > > in order to debug this further, does anyone know when the au1000 was > working last? which kerne

Re: [OpenWrt-Devel] [PATCH] Fix kexec support on brcm47xx

2010-04-08 Thread Florian Fainelli
On Sunday 21 March 2010 17:02:24 Adrian Byszuk wrote: > Dear developers, > > This kernel patch fixes problems with kexec call on some devices. > It allows booting whole system (incl. kernel!) from e.g. USB disk. > I tested it on Asus WL-500gP v2. I suppose it would behave well on all MIPS > machin

Re: [OpenWrt-Devel] Bringing up new platforms

2010-04-09 Thread Florian Fainelli
Hi Philip, On Friday 09 April 2010 07:10:22 Philip A. Prindeville wrote: > I'm trying to bring up the net5501 and having some success, but since > I've just been using the project since Sunday I'm a bit at the bottom of > the learning curve. > > I was wondering if there was a cheat-sheet on how t

Re: [OpenWrt-Devel] [PATCH] add package for BIRD Internet Routing Daemon

2010-04-10 Thread Florian Fainelli
Le samedi 10 avril 2010 15:21:50, Ondrej Zajicek a écrit : > Hello > > Here is the patch that adds a package for The BIRD Internet Routing > Daemon. It is updated to the current version of BIRD (v 1.2.2). > > BIRD is an internet routing daemon that implements OSPF, RIP and BGP. > It is fast, ligh

Re: [OpenWrt-Devel] [PATCH] Add debugging entry to hotplug config

2010-04-10 Thread Florian Fainelli
Le samedi 10 avril 2010 08:37:36, Philip A. Prindeville a écrit : > This is useful for seeing what devices are detected by the system. > > Signed-off-by: Philip Prindeville > --- Applied in r20785, thanks! signature.asc Description: This is a digitally signed message part. _

Re: [OpenWrt-Devel] [PATCH] Upgrade JamVM to 1.5.4

2010-04-10 Thread Florian Fainelli
Le mardi 30 mars 2010 01:39:42, Mark Kelly a écrit : > This patch upgrades JamVM from 1.5.3 to 1.5.4 > > Signed-off-by: Mark Kelly < mekelly5 at gmail dot com> > Applied in r20782, thanks! signature.asc Description: This is a digitally signed message part. __

Re: [OpenWrt-Devel] [PATCH] nmap: Add nmap-os-db to package.

2010-04-10 Thread Florian Fainelli
Le samedi 27 mars 2010 13:42:01, Jonas Gorski a écrit : > This patch adds nmap-os-db to the nmap package. Nmap cannot > identify OS's without it (actually it doesn't even try). > > Signed-off-by: Jonas Gorski Applied in r20781, thanks! signature.asc Description: This is a digitally signed mess

Re: [OpenWrt-Devel] [PATCH] block-extroot: depends on kmod-ata-core too if needed

2010-04-10 Thread Florian Fainelli
Le mardi 23 mars 2010 04:35:27, Benjamin Cama a écrit : > Hi, > > The package block-extroot depends on some builtin package like > kmod-ide-core or kmod-usb-storage. But kmod-ata-core was forgotten; this > patch fixes it. > > Signed-off-by: Benjamin Cama > Applied in r20784, thanks! signatur

Re: [OpenWrt-Devel] [PATCH] ez-ipudate: fix config generator to permit default server

2010-04-10 Thread Florian Fainelli
Le lundi 22 mars 2010 21:50:11, Scott D a écrit : > This patch allows ez-ipupdate to use the default server for the specified > DDNS service type when no server hostname is supplied by the user. In > detail: > The default config file supplied in the ez-ipupdate package does not > include a "serv

Re: [OpenWrt-Devel] [PATCH v2] Add support for net5501 SBC

2010-04-11 Thread Florian Fainelli
Hi Philip, Le vendredi 9 avril 2010 23:26:19, Philip A. Prindeville a écrit : > [ Since the last posting, rtz2 suggested that I remove DMI, ACPI, > Mouse, Keyboard, and other unused drivers. ] > > This patch brings up the net5501 platform. > > Note that the x86/ target included support for all x

Re: [OpenWrt-Devel] Fwd: Update The Fine Offset Weather Station Reader

2010-04-11 Thread Florian Fainelli
Le lundi 29 mars 2010 12:35:45, Arne-Jørgen Auberg a écrit : > Hi, > > I have updated the Makefile to read a new fowsr package release. Applied in r20795, thanks! > > BR > > Arne-J. > > > $ svn diff -r 2:52 https://fowsr.googlecode.com/svn/trunk/openwrt/Makefile > Index: Makefile >

Re: [OpenWrt-Devel] [PATCH] /etc/init.d/named startup script in Kamikaze

2010-04-11 Thread Florian Fainelli
Le dimanche 21 mars 2010 12:48:06, Alvar Kusma a écrit : > Kamikaze 8.09.2, package bind-server > > This patch fixes wrong error checking in stop() and adds checking for > already running named. > > Signed-off-by: Alvar Kusma > This patch is already in trunk and therefore in backfire 10.03.

Re: [OpenWrt-Devel] [patch] ddns-scripts feature

2010-04-11 Thread Florian Fainelli
Hello Tomasz, Le mercredi 24 mars 2010 12:30:15, Tomasz Fornal a écrit : > Hello > > I added small feature to ddns-script form myself, but it might be useful > for others. > This enhancement allow user to specify any script to obtain IP address. > In configuration file option "ip_source" should b

Re: [OpenWrt-Devel] [PATCH] usb-modeswitch 1.1.1

2010-04-11 Thread Florian Fainelli
Le dimanche 11 avril 2010 17:24:10, Roberto Riggio a écrit : > Upgrade usb-modeswitch to latest version. > > Signed-off-by: Roberto Riggio > Applied in r20809, thanks! signature.asc Description: This is a digitally signed message part. ___ openwrt-de

Re: [OpenWrt-Devel] [PATCH] FOWSR : wunderground format adjusted, added dew point, calculated rain hour/day/week/month

2010-04-11 Thread Florian Fainelli
Le samedi 10 avril 2010 21:49:52, Arne-Jørgen Auberg a écrit : > - Wunderground format adjusted > - Added dew point > - Added calculated rain hour/day/week/month > > Signed-off-by: Arne-Jørgen Auberg arne.jorgen.aub...@gmail.com Applied in r20795, thanks! signature.asc Description: This is a d

Re: [OpenWrt-Devel] [PATCH] swconfig: Check vlan/port indexes for validity.

2010-04-11 Thread Florian Fainelli
Le vendredi 9 avril 2010 22:35:54, Jonas Gorski a écrit : > Swconfig needs to make sure that requested vlans/ports actually exist, > else it might read or modify memory not belonging to itself. > > This patch adds a quick range check in swconfig's kernel part to > prevent accidential or intentiona

Re: [OpenWrt-Devel] [PATCH] Option to allow boot to run to completion before starting shell

2010-04-13 Thread Florian Fainelli
Le dimanche 11 avril 2010 18:44:05, Philip A. Prindeville a écrit : > Setting the system variable "foreground" to yes causes the system to run > the init scripts in series and wait for completion. > > This is useful if (a) you don't want the user getting into the console > until the system is init

Re: [OpenWrt-Devel] [PATCH] Fix bug in foregrounding in /etc/init.d/rcS

2010-04-16 Thread Florian Fainelli
Le vendredi 16 avril 2010 08:32:06, Philip A. Prindeville a écrit : > Not using the config_xxx functions correctly. Amended. > > Signed-off-by: Philip Prindeville > --- Applied in r20928, thanks! signature.asc Description: This is a digitally signed message part. __

Re: [OpenWrt-Devel] PCI broken on au1000

2010-04-17 Thread Florian Fainelli
Hi Manuel, Le samedi 17 avril 2010 09:34:52, Manuel Lauss a écrit : > Bruno Randolf einfach.org> writes: > > > > currently PCI is broken on the au1000 platforms. > > > > > > > > this is also the reason for: > > > > https://dev.openwrt.org/ticket/6851 > > > > > > > > in order to debug this further

Re: [OpenWrt-Devel] PCI broken on au1000

2010-04-19 Thread Florian Fainelli
Hello Manuel, On Monday 19 April 2010 10:37:42 Manuel Lauss wrote: > Florian, > > On Sat, Apr 17, 2010 at 2:23 PM, Florian Fainelli wrote: > > However, this is not the case and I need to > > bisect what was wrong from 2.6.30 to 2.6.32, this

Re: [OpenWrt-Devel] gcc 4.5 patches

2010-04-20 Thread Florian Fainelli
On Tuesday 20 April 2010 15:42:35 Bernhard Loos wrote: > Hello > This patches updates the graphite patch with gcc 4.5 support, enables > link time optimization support and fixes some problems with the > patches. > > Bernhard > Applied in r21046, thanks Bernhard! -- Florian _

Re: [OpenWrt-Devel] [bcm63xx] Add support for neufbox4 boards (French ISP boards)

2010-04-27 Thread Florian Fainelli
Hi Miguel, On Tuesday 27 April 2010 11:10:11 Miguel GAIO wrote: > Hi, > > The two following patches add preliminary support for neufbox4 boards. > Boards are 6358 SoC base. > It's support all boards releases from different OEM. > > The first patch add support for 74HC164 chip. A 8 pins GPIO outp

Re: [OpenWrt-Devel] [bcm63xx] Add support for neufbox4 boards (French ISP boards)

2010-04-27 Thread Florian Fainelli
Hi Miguel, On Tuesday 27 April 2010 15:22:23 Miguel GAIO wrote: > On Tue, 2010-04-27 at 11:36 +0200, Florian Fainelli wrote: > > Hi Miguel, > > > > On Tuesday 27 April 2010 11:10:11 Miguel GAIO wrote: > > > Hi, > > > > > > The two following pat

Re: [OpenWrt-Devel] [bcm6358] fix enet1 mii clk

2010-04-28 Thread Florian Fainelli
Hi Miguel, On Wednesday 28 April 2010 11:39:34 Miguel GAIO wrote: > Hi, > > The attached patch fixup the setup of MII clock for case enet1 is linked > to external switch for 6358 soc base boards. > > Warning! Despite, this improves stability on NB4 and 96358VW boards, it > must be confirmed on o

Re: [OpenWrt-Devel] [bcm63xx] fix reset_buttons register

2010-04-29 Thread Florian Fainelli
Hi Miguel, On Thursday 29 April 2010 14:23:48 Miguel GAIO wrote: > Hi > > This is an update of previous patch. > > First patch fix gpio buttons device register. > Second patch change reset button KEY code from BTN_0 to KEY_RESTART. > Last patch add WPS button for NB4 devices. > > 0001-bcm63xx-f

Re: [OpenWrt-Devel] How to create an OpenWrt Package Makefile for source without a Makefile

2010-05-02 Thread Florian Fainelli
Hi Matthias, Le dimanche 2 mai 2010 13:54:15, Matthias Buecher / Germany a écrit : > Tried to create an OpenWrt of a small VoIP proxy for a friend. > Unfortunately the source itself does not have a Makefile. > It just says "Use: gcc -o mjproxy md5.c mjproxy.c". > > How must the "Build/Compile" se

Re: [OpenWrt-Devel] RDC kernel 2.6.32 support

2010-05-02 Thread Florian Fainelli
Le jeudi 15 avril 2010 04:18:39, Bernhard Loos a écrit : > Hello > This patch adds support for the 2.6.32 kernel to rdc (not enabled yet). > The odd amit and pcmcia fixes are not included, i'm not compeltly > sure, what do with them. > I also changed the lzma version to the openwrt one and did some

Re: [OpenWrt-Devel] [PATCH] Stopping watchdog

2010-05-03 Thread Florian Fainelli
On Monday 03 May 2010 05:47:45 Yury Polyanskiy wrote: > Dear all, > > Here is a simple patch to provide /etc/init.d/watchdog stop. Just in > case someone is interested. > > Index: package/base-files/files/etc/init.d/watchdog > === >

Re: [OpenWrt-Devel] acx-m80211 update

2010-05-03 Thread Florian Fainelli
On Monday 03 May 2010 00:50:51 Bernhard Loos wrote: > Hello > This patch updates the mac80211 version of the acx driver to the > latest git commit. > I removed most of the patches, as they were either merged or didn't > apply any more. > Client mode works reasonable well, I tested it under load for

Re: [OpenWrt-Devel] [PATCH] Ar7 prevent clock init race

2010-05-08 Thread Florian Fainelli
Hi Michael, Le samedi 8 mai 2010 02:08:56, Michael J. Evans a écrit : > Change ar7_init_clocks to a core level function, removing a race condition. > > Both ar7_init_clocks and ar7_register_devices were using arch_initcall. > However ar7_register_devices depended on values changed by ar7_init_clo

Re: [OpenWrt-Devel] [PATCH] Ar7 prevent clock init race

2010-05-09 Thread Florian Fainelli
gt; " > > Link order might not always obey the assumption that objects are > linked in left to right order based on the invocation of a single > command; I read that as a statement to explicitly re-order > dependencies so that you are //sure// they will execute in the correct &g

Re: [OpenWrt-Devel] [PATCH] CFI generic chip tolerance

2010-05-09 Thread Florian Fainelli
Le dimanche 9 mai 2010 06:10:37, Michael Evans a écrit : > Yes, that patch indeed solves my problem as well. Why isn't it in a > generic (all platforms) patch area? Applied in r21408, I assume not that many models needed support for Samsung flahs parts. > > On Sat, May 8, 2010 at 5:13 AM, wr

Re: [OpenWrt-Devel] meshcube and other devices running backfire

2010-05-21 Thread Florian Fainelli
On Friday 21 May 2010 12:25:39 ulf kypke wrote: > well specially on meshcubes this is very annoying. now i have to build > a new special serial converter for it and my to roof date this > afternoon is canceled, happy hacking Just use 2.6.30 if you want to have backfire running until the PCI issue

Re: [OpenWrt-Devel] mtd / Samsung flash chips

2010-05-25 Thread Florian Fainelli
Hello Matthias, On Tuesday 25 May 2010 14:20:19 Matthias Buecher / Germany wrote: > Salut Florian, > > you took care of ticket #6552 [1] and committed the patch into trunk. > It came out that the patch broke compiling the Orion platform, that was > reported in ticket #7348 [2]. > Inside this tick

Re: [OpenWrt-Devel] [PATCH] FOWSR : corrected negative values

2010-06-07 Thread Florian Fainelli
Hello, On Sunday 06 June 2010 21:45:27 Arne-Jørgen Auberg wrote: > - corrected negative values Do not you have a slightly better changelog than this one? This is not the first time you send a patch announcing such a change. Thanks > > Signed-off-by: Arne-Jørgen Auberg arne.jorgen.auberg at >

Re: [OpenWrt-Devel] niit make file broken

2010-06-08 Thread Florian Fainelli
Hi, On Tuesday 08 June 2010 10:06:09 Gioacchino Mazzurco wrote: > Hey All! > > I have managed to have niit module in my feed > http://gitorious.org/eigennet/packages > > but now on: > > scripts/feeds update -a > ... > ... > ... > ERROR: please fix feeds/eigennet/niit/Makefile > Collecting p

Re: [OpenWrt-Devel] OpenWRT on T-Com Speedport W500V

2010-06-17 Thread Florian Fainelli
Hello Jonas, Le Thursday 17 June 2010 23:25:19, Jonas Gorski a écrit : > Hello, > > I have a Speedport W500V (bcm63xx) on which I want to run openwrt. The > problem is, Tecom was lazy and instead of giving it its own ID they > just modified the board struct. > It just identifies itself as 96348GW

Re: [OpenWrt-Devel] OpenWRT on T-Com Speedport W500V

2010-06-18 Thread Florian Fainelli
Hey Jonas, On Friday 18 June 2010 12:05:07 Jonas Gorski wrote: > Hi Florian, > > On 17 June 2010 23:40, Florian Fainelli wrote: > > Most likely you will not be able to use a fixup just like the neufbox4 > > because that one still contains a valid identifier somewhere on the

Re: [OpenWrt-Devel] [PATCH] Enable freeradius2-mod-caching

2010-06-20 Thread Florian Fainelli
Hi Nathaniel, Le Tuesday 1 June 2010 16:12:18, Nathaniel McCallum a écrit : > Freeradius 2.x includes an experimental module which allows one to cache > results for a certain time period. This is extremely useful for: > 1. Reducing the load on your authentication store (LDAP, Database, etc) > 2.

Re: [OpenWrt-Devel] ASUS WL-500GPv2 and WL-520GU underclocking

2010-06-22 Thread Florian Fainelli
Hi Kerry, Le Tuesday 22 June 2010 02:32:45, Kerry Lynn a écrit : > Greetings, > > After years of benefiting from other developers' labors (thanks!) > I think I finally have a contribution. However, I'd like to get some > feedback from the community before posting the patch. > > I've been lookin

Re: [OpenWrt-Devel] PCI broken on au1000

2010-06-28 Thread Florian Fainelli
Hey, On Tuesday 20 April 2010 12:51:23 Manuel Lauss wrote: > Hi Florian, > > On Mon, Apr 19, 2010 at 10:54 AM, Florian Fainelli wrote: > >> The lspci output provided by the reporter of ticket 6851, does it look > >> correct for > >> MTX-1? > > >

Re: [OpenWrt-Devel] PCI broken on au1000

2010-06-29 Thread Florian Fainelli
On Tuesday 29 June 2010 15:53:54 Bruno Randolf wrote: > On Monday 28 June 2010 17:18:48 Florian Fainelli wrote: > > Hey, > > > > On Tuesday 20 April 2010 12:51:23 Manuel Lauss wrote: > > > Hi Florian, > > > > > > On Mon, Apr 19, 2010 at

Re: [OpenWrt-Devel] PCI broken on au1000

2010-07-01 Thread Florian Fainelli
Hi Bruno, On Thursday 01 July 2010 17:08:33 Bruno Randolf wrote: > hi! > > it seems the problem was alchemy_gpio2_enable(); everything works fine when > i remove that call. maybe the problem is that PCI_SERR and PCI_RST# are > connected to the GPIO2 block and they don't like the reset of GPIO2? >

Re: [OpenWrt-Devel] Jason from Shenzhen

2010-07-16 Thread Florian Fainelli
On Friday 16 July 2010 14:59:03 Roman Yeryomin wrote: > Thanks Jason, datasheet is always valuable stuff! Yeah especially if you are not allowed to distribute it. Please send such stuff in private in order not to compromise the project with potential legal issues. -- Florian

Re: [OpenWrt-Devel] Jason from Shenzhen

2010-07-16 Thread Florian Fainelli
hat happens if Atheros wants to take down the site? Think twice before you type Send please. > > On Fri, Jul 16, 2010 at 9:01 PM, Florian Fainelli wrote: > > On Friday 16 July 2010 14:59:03 Roman Yeryomin wrote: > > > Thanks Jason, datasheet is always valuable stuff! > >

Re: [OpenWrt-Devel] dnsmasq not responding on IPv6

2010-07-19 Thread Florian Fainelli
Hi, On Sunday 18 July 2010 15:39:11 Gabriel Kerneis wrote: > Hi all, > > Using the snapshot release of OpenWrt, I cannot access the dns proxy > feature of dnsmasq with IPv6. > > Here is what works and what does not: > - I have a dual-stack router, that I can ping from my client with both > IPv4

Re: [OpenWrt-Devel] Packages parallel build fixes

2010-07-24 Thread Florian Fainelli
Hi Miguel, Le Wednesday 21 July 2010 11:31:07, Miguel GAIO a écrit : > Hi all, > > Attached patches fix parallel builds in packages: e2fsprogs, linux-atm, > uclibc++. > Mainly, I prevent the call of "$(MAKE) all install" replaced by > PKG_INSTALL:=1. Applied in r22381, r22382, r22383. Thanks! --

Re: [OpenWrt-Devel] Solos 4610 (conexant) adsl router, anyone?

2010-07-30 Thread Florian Fainelli
Hi Stefan, On Thursday 29 July 2010 15:36:13 Stefan Monnier wrote: > I inherited from a DSL modem+router whose firmware describe as a "Solos > 4610 RD / Solos 461x CSP v1.0", and telnet shows me a big > `conexant' banner. > > Does anyone know such a beast, what kind of system it might be running,

Re: [OpenWrt-Devel] [PATCH] Update squid package to 2.7STABLE9

2010-07-30 Thread Florian Fainelli
Le Friday 30 July 2010 22:22:43, Tomasz Moń a écrit : > Signed-off-by: Tomasz Moń > > diff --git a/net/squid/Makefile b/net/squid/Makefile Applied in r22420 with some minor modifications, thanks! -- Florian signature.asc Description: This is a digitally signed message part. ___

Re: [OpenWrt-Devel] openwrt on guruplug (kirkwood)

2010-07-30 Thread Florian Fainelli
Hi Roland, Le Friday 30 July 2010 21:59:53, Roland Mieslinger a écrit : > Hi > > I'm new on this list. I'm trying to run openwrt on my guruplug (Marvel > kirkwood platform). You can find more information about this device > here: http://www.globalscaletechnologies.com/c-4-guruplugs.aspx) > > Whi

Re: [OpenWrt-Devel] HTTP parser library

2010-07-30 Thread Florian Fainelli
Hi Murat, Le Friday 30 July 2010 18:36:49, Murat Sezgin a écrit : > Hi, > > Is there any HTTP protocol parser library which is already ported for > openwrt? I need such a library which parses the HTTP GET and response > packets. Would not libcurl be suitable do to that? > > I found a library c

Re: [OpenWrt-Devel] [PATCH] Adds rawnat and rawpost package options to xtables-addons and bumps version up to 1.24

2010-07-31 Thread Florian Fainelli
Le Tuesday 13 July 2010 23:40:07, Ashok Rao a écrit : > rawpost is an addition to the netfilter raw table. rawnat is used to > do stateless NAT and is useful for multi-link wan load balancing of a > single flow. v1.22 and prior of xtables-addons required ipv6 support > for rawnat. v1.23 and lat

Re: [OpenWrt-Devel] [PATCH] FOWSR : XML-format output, see ChangeLog for other changes

2010-07-31 Thread Florian Fainelli
Le Sunday 18 July 2010 21:59:15, Arne-Jørgen Auberg a écrit : > - changed name of cache file to '/var/fowsr.dat' > - added CWS_print_decoded_data() method > - added debug print outs as command line options > - added patch for checking valid fixed block data (thanks Timo Koivunen!) > - added XML-for

Re: [OpenWrt-Devel] [PATCH] vblade: a user space aoe initiator

2010-07-31 Thread Florian Fainelli
Le Thursday 22 July 2010 05:51:04, Kyle Anderson a écrit : > This is a package for the vblade tool, which exports disks over the > aoe protocol. We already have the aoetools for connecting to them. > > Please forgive me if anything is odd, this is my first time making and > submitting something. A

Re: [OpenWrt-Devel] [PATCH] add ntfs-3g mount helper package

2010-07-31 Thread Florian Fainelli
Le Friday 2 July 2010 23:25:09, Zintis Pētersons a écrit : > This patch defines new ntfs-3g package mount.ntfs-3g. The package helps to > add ntfs hotplug mount support for block-hotplug package. Please dont > forget to enable mount helper support in Busybox. > > Signed-off-by: Zintis Petersons zi

Re: [OpenWrt-Devel] [PATCH]

2010-07-31 Thread Florian Fainelli
Le Tuesday 13 July 2010 23:11:21, Ashok Rao a écrit : > r21799 by jow changed the staging install of libipq so that it is no > longer available as a static library but is dynamically linked in as a > shared library. However the libipq package was not being built. This > patch provides libipq.so as

Re: [OpenWrt-Devel] [PATCH] ramips: fix jffs2 64k and 128k images overwrite each other

2010-07-31 Thread Florian Fainelli
Le Friday 2 July 2010 19:39:02, Roman Yeryomin a écrit : > When trying to build images with jffs2 filesystem for ramips platform > there is only one jffs2 image produced instead of two (64k and 128k). > > Signed-off-by: Roman Yeryomin Applied in r22435, thanks! -- Florian signature.asc Descrip

Re: [OpenWrt-Devel] [PATCH] libftdi

2010-07-31 Thread Florian Fainelli
Hi Michael, Le Monday 12 July 2010 15:13:06, Michael Grigorev a écrit : > libftdi - library to control and program the FTDI USB controller Your email is in HTML, which makes it hard to directly save and apply your patch, please fix that in next submissions. The download link is not working for

Re: [OpenWrt-Devel] [PATCH] mpd: depends on libid3tag

2010-07-31 Thread Florian Fainelli
Le Tuesday 27 July 2010 18:57:55, Benjamin Cama a écrit : > Hi, > > Mpd's libid3tag dependency was lost with changeset 21054. Bring it back, > because it's still needed. > > Signed-off-by: Benjamin Cama Applied in r22426, thanks Benjamin! -- Florian signature.asc Description: This is a digita

Re: [OpenWrt-Devel] [patch] add md5sum of kernel 2.6.35-rc3

2010-07-31 Thread Florian Fainelli
Le Friday 25 June 2010 14:37:29, Matthias Buecher / Germany a écrit : > Updates MD5SUM of kernel 2.6.35 to RC3. > > Signed off by: Matthias Buecher Like what Kaloz stated a couple of days ago in a commit message, since the version changes very frequently, it does not make much sense to add a md

Re: [OpenWrt-Devel] [PATCH] Upgrade BIRD to 1.2.3

2010-07-31 Thread Florian Fainelli
Le Tuesday 1 June 2010 18:47:57, Ondrej Zajicek a écrit : > Hello > > This patch upgrades BIRD package to the new version 1.2.3 > > Signed-off-by: Ondrej Zajicek (just to keep a track of unanswered mails containing patches) Applied in r21658, thanks! -- Florian signature.asc Description: Thi

Re: [OpenWrt-Devel] [PATCH] Enable freeradius2-mod-caching

2010-07-31 Thread Florian Fainelli
Le Sunday 20 June 2010 20:16:42, Florian Fainelli a écrit : > Hi Nathaniel, > > Le Tuesday 1 June 2010 16:12:18, Nathaniel McCallum a écrit : > > Freeradius 2.x includes an experimental module which allows one to cache > > results for a certain time period. This is extrem

Re: [OpenWrt-Devel] [PATCH][package] 6scripts: Fix route add in 6tunnel.init

2010-07-31 Thread Florian Fainelli
Le Friday 23 April 2010 04:46:50, Roland Dreier a écrit : > r20206 broke the 6tunnel.init script by leaving the "add" out of the > "ip -6 route" command. > > Signed-off-by: Roland Dreier Applied in r21103, thanks! -- Florian signature.asc Description: This is a digitally signed message part. _

<    4   5   6   7   8   9   10   11   12   >