Re: [OpenWrt-Devel] Proposal for service start after mount capability

2012-02-07 Thread Maarten Bezemer
On Tuesday 07 February 2012 09:19:25 lee.es...@nowonline.co.uk wrote: Also, you may want to only start the service once the device is plugged in (well after the boot sequence) ... can't think of a good example here, but it's probably better to do the right thing with hotplug rather than to

Re: [OpenWrt-Devel] Proposal for service start after mount capability

2012-02-07 Thread lee . essen
On Tue, 07 Feb 2012 10:44:21 +0100, Maarten Bezemer wrote: On Tuesday 07 February 2012 09:19:25 lee.es...@nowonline.co.uk wrote: Also, you may want to only start the service once the device is plugged in (well after the boot sequence) ... can't think of a good example here, but it's probably

[OpenWrt-Devel] shellinabox build problems

2012-02-07 Thread lee . essen
Hi, There's a ticket open (#7043) for adding shellinabox to openwrt ... there are patches attached to it which seem to do the job, however (as you can see from the last comment in Jan) there is a problem building it. I've got what I assume is the same problem: mv -f .deps/hashmap.Tpo

[OpenWrt-Devel] [PATCH] fix syslog-ng start script

2012-02-07 Thread lee . essen
Hi, The syslog-ng start script doesn't stop syslog-ng because it tries to use pid's instead of the executable name. Very simple patch attached. (apologies: tabs are mangled, I'm on a webmail system and can't seem to fix it, there are only 2 though :-)) Lee. Signed-off-by: Lee Essen

Re: [OpenWrt-Devel] shellinabox build problems

2012-02-07 Thread mail
On Tue, February 7, 2012 12:28, lee.es...@nowonline.co.uk wrote: Hi, There's a ticket open (#7043) for adding shellinabox to openwrt ... there are patches attached to it which seem to do the job, however (as you can see from the last comment in Jan) there is a problem building it. I've got

[OpenWrt-Devel] [PATCH] new package libssh2

2012-02-07 Thread Jiri Slachta
Signed-off-by: Jiri Slachta j...@slachta.eu Index: feeds/packages/libs/libssh2/Makefile === --- feeds/packages/libs/libssh2/Makefile(revision 0) +++ feeds/packages/libs/libssh2/Makefile(revision 0) @@ -0,0 +1,57 @@ +#

Re: [OpenWrt-Devel] [PATCH] new package libssh2

2012-02-07 Thread Mirko Vogt
Commited (slighly adjusted*) in r30348 - thanks! *setting PKG_INSTALL and 'Build/Install' is redundant, remove former one On 02/07/2012 01:01 PM, Jiri Slachta wrote: Signed-off-by: Jiri Slachta j...@slachta.eu Index: feeds/packages/libs/libssh2/Makefile

Re: [OpenWrt-Devel] Low level boot on MIPS CPUs

2012-02-07 Thread Luca Olivetti
Al 06/02/2012 19:08, En/na Florian Fainelli ha escrit: Actually, I have never seen a single MIPS system out there having such a boot ROM capability. The danube has it. Bye -- Luca ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH 1/1] 8139cp: backport patches to make driver stable again

2012-02-07 Thread Philip Prindeville
List of patches that Jo-Philipp groveled out of git. Signed-off-by: Philip Prindeville phil...@redfish-solutions.com Index: target/linux/x86/patches-3.2/902-8139cp_config_rx_mode.patch === ---

[OpenWrt-Devel] [PATCH v2 1/1] 8139cp: backport patches to make driver stable again

2012-02-07 Thread Philip Prindeville
List of patches that Jo-Philipp groveled out of git. Redux: defuzzed. Signed-off-by: Philip Prindeville phil...@redfish-solutions.com Index: target/linux/x86/patches-3.2/902-8139cp_config_rx_mode.patch === ---

Re: [OpenWrt-Devel] [PATCH] fix syslog-ng start script

2012-02-07 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied in r30367 and r30368 - thanks! ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk8xqikACgkQdputYINPTPM0HACfcwhGl23F0AGsvoQAC/hZ0Ezg

[OpenWrt-Devel] [PATCH] generate uboot environment data in target

2012-02-07 Thread Luka Perkov
With this patch it is possible to generate uboot environment config file inside lantiq target. Currently it is only supporting GIGASX76X board. uboot environment config is used by fw_printenv fw_setenv tools. Signed-off-by: Luka Perkov open...@lukaperkov.net --- Index: