Re: [OpenWrt-Devel] __asm__ (mips) guru's help wanted

2012-02-07 Thread LEO Airwarosu Yoichi Shinoda
Folks, After a little bit of research on the web and elsewhere, I came to the conclusion that there is no easy way to solve this problem, so I decided to fixedly use $2 as the register to move values to/from cp0reg, in exchange for some degree in loss of efficiency. So, my solution is to impleme

[OpenWrt-Devel] [PATCH] update and improve uboot-envtools

2012-02-07 Thread Luka Perkov
This patch makes several changes with uboot-envtools package: * bumps to version 2011.12 * adds md5sum * creates a menu so it will look better in 'make menuconfig' * adds /etc/fw_env.config to conffile * refresh patches * removes init script because we should be using this instead of init sc

[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 --- Index: target/linux/lantiq/base-files/etc/uci-defaults/

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 5r0AoKGiJnK

[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 Index: target/linux/x86/patches-3.2/902-8139cp_config_rx_mode.patch === --- target/linux/x86/patches-3.2/902-8139cp_config_rx_m

[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 Index: target/linux/x86/patches-3.2/902-8139cp_config_rx_mode.patch === --- target/linux/x86/patches-3.2/902-8139cp_config_rx_mode.patch (

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 https:

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 > Index: feeds/packages/libs/libssh2/Makefile >

[OpenWrt-Devel] [PATCH] new package libssh2

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

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

[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 Inde

[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 .dep

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 be

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

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

2012-02-07 Thread lee . essen
Hi, I think it was about a year ago when I first proposed this, there was some feedback and I reworked the code but looking back I don't think I ever resubmitted - so here's a second go! Basically if you make use of usb storage devices and specifically if you want to have services make use o