Re: [OpenWrt-Devel] tune lzma options for kernel compression

2010-04-11 Thread Bernhard Loos
Will do, thanks for testing this. 2010/4/11 Felix Fietkau : > On 2010-04-11 3:45 AM, Bernhard Loos wrote: >> Hello >> I don't know, if there is some non-obvious reason for the lzma kernel >> compression option, but I run a few tests and found a set of options, >> that produce a smaller kernel (fro

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 v2] Add support for net5501 SBC

2010-04-11 Thread Philip A. Prindeville
On 04/11/2010 06:37 AM, Florian Fainelli wrote: > 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.

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

2010-04-11 Thread Roberto Riggio
Upgrade usb-modeswitch to latest version. Signed-off-by: Roberto Riggio -- Index: utils/usb-modeswitch/Makefile === --- utils/usb-modeswitch/Makefile (revision 20785) +++ utils/usb-modeswitch/Makefile (working copy) @@

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

2010-04-11 Thread Roberto Riggio
On 04/09/2010 11:26 PM, Philip A. Prindeville wrote: [ Since the last posting, rtz2 suggested that I remove DMI, ACPI, Mouse, Keyboard, and other unused drivers. ] This patch brings up the net5501 platform. Why a new subtarget and not a new profile for the generic subtarget? ___

[OpenWrt-Devel] Adding an option for /etc/init.d/rcS to run to completion

2010-04-11 Thread Philip A. Prindeville
Normally the system boots with the startup scripts in /etc/init.d/ being backgrounded by /etc/init.d/rcS, as in: if [ "$1" = "S" ]; then run_scripts "$1" "$2" & else run_scripts "$1" "$2" fi but I'm thinking it might be nice to allow a variable that controls backgrounding (i.e.

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

2010-04-11 Thread Philip A. Prindeville
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 initialized, or (b) you have things going on in your scripts that require strict o

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

2010-04-11 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hii. > Why a new subtarget and not a new profile for the generic subtarget? Because there are plans to modernize the generic x86 target which will render the older Soekris hardware incompatible. ~ JoW -BEGIN PGP SIGNATURE- Version: GnuPG v1

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

2010-04-11 Thread Philip Prindeville
On 4/11/10 10:51 AM, Jo-Philipp Wich wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hii. Why a new subtarget and not a new profile for the generic subtarget? Because there are plans to modernize the generic x86 target which will render the older Soekris hardware incompatible.

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

2010-04-11 Thread Roberto Riggio
I have a couple of 4801. Let me know if you need something tested on it. On 04/11/2010 07:33 PM, Philip Prindeville wrote: On 4/11/10 10:51 AM, Jo-Philipp Wich wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hii. Why a new subtarget and not a new profile for the generic subtarget? Beca

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

[OpenWrt-Devel] [PATCH] swconfig: Fix switch name.

2010-04-11 Thread Jonas Gorski
This patch fixes a small typo in swconfig's client side that caused it to print the interface name instead of the switch's device name on the help page. Signed-off-by: Jonas Gorski --- package/swconfig/src/swlib.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/