[OpenWrt-Devel] Compile fix for r24041

2010-11-22 Thread Joerg Dorchain
Hello, the following patches points to a compilation problem with svn revision r24041 and gives one possible solution. Bye, Joerg Index: package/mac80211/patches/800-b43-gpio-mask-module-option.patch === ---

Re: [OpenWrt-Devel] Enabling IPv6 options in /etc/sysctl.conf

2010-04-07 Thread Joerg Dorchain
On Wed, Apr 07, 2010 at 09:23:39PM +1000, Andrew Byrne wrote: I'd like to introduce a patch to the base-files Makefile that will run a sed on the sysctl.conf file to remove the comment if IPv6 routing is required. IPv6 is a bit more complicated than IPv4. I would assume for now that people

[OpenWrt-Devel] [patch] mmv-over-gpio and b43 compatibility patch (next try)

2010-04-02 Thread Joerg Dorchain
the config.mk only for the brcm47xx case, I'd be glad to know. Bye, Joerg Signed-Off-by: Joerg Dorchain jo...@dorchain.net Index: target/linux/brcm47xx/patches-2.6.32/215-b43-mmc-gpio-conflict.patch === --- target/linux/brcm47xx/patches

[OpenWrt-Devel] [PATCH][RFC] mmc-over-gpio b43 driver conflict

2010-03-16 Thread Joerg Dorchain
for package/mac80211/Makefile should be rather generic. The reason is that the b43 led.h file contain some #ifdefs that are in the wrong case when it symbol is defined, even as empty, so not define it at all. Comments are welcome, I put my steel helmet on ;-) Bye, Joerg Signed-off-by: Joerg

[OpenWrt-Devel] mmc-over-gpio driver oom problem

2010-03-16 Thread Joerg Dorchain
Hello, I have a problem with the mmc-over-gpio card driver. When transferring data in the magnitude of 100k from the card, the oom killer is invoked, always by events/0. The rest varies, but alway leads to a reboot caused by the watchdog. Console log attached. Does anyone have an idea? Bye,