Re: [OpenWrt-Devel] [PATCH] silence error when package has no patches

2010-10-08 Thread Alan Post
On Fri, Oct 08, 2010 at 10:57:26PM -0600, Alan Post wrote: > I got this patch backwards, here is the correct patch: > > <++> nopatches.diff > diff --git a/include/quilt.mk b/include/quilt.mk > index 6c4839b..598c6f8 100644 > --- a/include/quilt.mk > +++ b/include/quilt.mk > @@ -39,7 +39,7 @@ defin

Re: [OpenWrt-Devel] [PATCH] silence error when package has no patches

2010-10-08 Thread Alan Post
On Fri, Oct 08, 2010 at 10:45:37PM -0600, Alan Post wrote: > My name is Alan Post. I'm a developer for the NanoNote, which uses > OpenWrt. > > I've ported a package that does not need any patches, so I excluded > the patches directory. This resulted in an error from ls during > make: > > ls:

[OpenWrt-Devel] make error: overriding commands for target XXX

2010-10-08 Thread Alan Post
I've created a package for OpenWrt that downloads five separate files: http://projects.qi-hardware.com/index.php/p/openwrt-packages/source/tree/master/lojban-wordlists/Makefile I've defined Download/* actions for each of these files. Everything is working fine, but I get a strange error: m

[OpenWrt-Devel] [PATCH] silence error when package has no patches

2010-10-08 Thread Alan Post
My name is Alan Post. I'm a developer for the NanoNote, which uses OpenWrt. I've ported a package that does not need any patches, so I excluded the patches directory. This resulted in an error from ls during make: ls: cannot access ./patches: No such file or directory Here is the url to my c

[OpenWrt-Devel] [PATCH] madwifi: start wpa_supplicant for WPA-NONE in Ad-Hoc mode

2010-10-08 Thread daniel . golle
first step towards group TKIP or CCMP shared key in Ad-Hoc mode should variable start_hostapd be renamed into $start_wpad? --- Index: package/madwifi/files/lib/wifi/madwifi.sh === --- package/madwifi/files/lib/wifi/madwifi.sh (revi

Re: [OpenWrt-Devel] bcm63xx spi patches

2010-10-08 Thread Marc Abrams
Thanks, Guys! marc - Marc Abrams 408-550-6272 On Fri, Oct 8, 2010 at 9:15 AM, Tanguy Bouzéloc wrote: > Hi Florian, > > I've updated the patches for 2.6.35 as you requested. > > I'm testing the spi bus with a si3216 slic and a s

Re: [OpenWrt-Devel] bcm63xx spi patches

2010-10-08 Thread Tanguy Bouzéloc
Hi Florian, I've updated the patches for 2.6.35 as you requested. I'm testing the spi bus with a si3216 slic and a si3050 daa. The patch do not contain cs and preprend fixes yet (testing ATM). Kind regards, Tanguy Bouzéloc. On 04/10/2010 23:43, Florian Fainelli wrote: Hi Tanguy, Le Friday

[OpenWrt-Devel] problem building grub

2010-10-08 Thread Stephen Thornton
Hi guys I notice that this has been mentioned before on the wiki, but I'm still having a big problem with it. When I try and build a VirtualBox image, this of course requires grub, however, when I try to build I get the old __stack_chk_fail problem. Now this should be fixed by using -fno-stack

Re: [OpenWrt-Devel] [PATCH] add lsm package

2010-10-08 Thread Alexandros C. Couloumbis
applied in r23326. Thank you Brian J. Murrell ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] update shorewall-lite to 4.4.12.2

2010-10-08 Thread Travis Kemen
The other option is to volunteer to maintain packages. I am always looking for more package maintainers, anything in /packages without a maintainer is fair game. We do lack the man power to be as responsive as we would like to be, but if more people maintain packages it will fix that problem. Trav

[OpenWrt-Devel] [PATCH] [uboot-kirkwood] Fixed support for Iomega iConnect board.

2010-10-08 Thread Wojciech Dubowik
* Added configuration file. * Set blue power led during bootup * enabled pci express Signed-off-by: Wojciech Dubowik --- Index: package/uboot-kirkwood/files/include/configs/iconnect.h === --- package/uboot-kirkwood/files/include/co

[OpenWrt-Devel] [PATCH] [kirkwood] Leds and gpio keys support for Iomega iConnect

2010-10-08 Thread Wojciech Dubowik
Adds leds and gpio keys support for Iomega iConnect. Signed-off-by: Wojciech Dubowik --- Index: target/linux/kirkwood/patches/200-iconnect.patch === --- target/linux/kirkwood/patches/200-iconnect.patch(revision 23320) +++ targ

Re: [OpenWrt-Devel] [PATCH] update shorewall-lite to 4.4.12.2

2010-10-08 Thread Bas Mevissen
On Fri, 8 Oct 2010 12:13:52 + (UTC), Brian J. Murrell wrote: > Brian J. Murrell interlinx.bc.ca> writes: >> >> This simply updates shorewall-lite to the current 4.4.12.2 > > I saw neither an ACK nor a NAK, nor do I see any sign that this was > committed. > > Was there a problem with the sub

[OpenWrt-Devel] strace doesn't follow children

2010-10-08 Thread Brian J . Murrell
I'm back on openwrt r18617 (kernel 2.6.30.9 and yes, I know, old, but if it ain't broke...) but I have noticed on all previous kernels too, that strace doesn't follow child processes, even with "-f" specified. i.e.: fcntl(5, F_GETFL) = 0x2 (flags O_RDWR) fcntl(5, F_SETFL,

Re: [OpenWrt-Devel] [PATCH] update shorewall-lite to 4.4.12.2

2010-10-08 Thread Brian J . Murrell
Brian J. Murrell interlinx.bc.ca> writes: > > This simply updates shorewall-lite to the current 4.4.12.2 I saw neither an ACK nor a NAK, nor do I see any sign that this was committed. Was there a problem with the submission or the patch itself? It's really quite discouraging to go to all the e

Re: [OpenWrt-Devel] [PATCH] add lsm package

2010-10-08 Thread Brian J . Murrell
Brian J. Murrell interlinx.bc.ca> writes: > > This adds the lsm package to feeds/packages. I saw neither an ACK nor a NAK, nor do I see any sign that this was committed. Was there a problem with the submission or the patch itself? It's really quite discouraging to go to all the effort to simpl

[OpenWrt-Devel] Tenda W311R vs. D-Link DIR-300 B1

2010-10-08 Thread Daniel A. Nagy
Hello, Tenda W311R seems to have identical hardware to the better-known D-Link router DIR-300 rev B1. Also, this thread over at DD-Wrt forum seems to suggest that the firmware for both differ only in some magic number: http://www.dd-wrt.com/phpBB2/viewtopic.php?t=64016 However, before I start exp

[OpenWrt-Devel] Perl Maintainer

2010-10-08 Thread carcinoma
Dear List, who is the current maintainer of the perl packages? i asked peter collberg (as found in Makefile), but he is not the mainatainer for many years he said. so who is? Carci ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https:/