Re: [OpenWrt-Devel] [PATCH] syfs and gpiolib support for atheros platforms (updated)

2011-12-08 Thread John Crispin
On 08/12/11 21:34, Karl P wrote: > > On 12/03/2011 05:14 PM, ka...@tweak.net.au wrote: >> >> On 11/30/2011 03:37 PM, John Crispin wrote: > This patch is an update of http://patchwork.openwrt.org/patch/1452/ >>> >>> Hi, >>> >>> the patch is essentially fine, however there are whitespace er

Re: [OpenWrt-Devel] [PATCH V2] ar71xx: support for kernel 3.1

2011-12-08 Thread Dave Taht
On Thu, Dec 8, 2011 at 11:57 PM, Hartmut Knaack wrote: > juhosg was working quite hard to get us out of sync, with decent support of > nbd ;-) It took me a while, but we're finally back on the track. Minimum > kernel version is probably still 3.1.1. Successfully tested with kernel 3.1.4 > on a

Re: [OpenWrt-Devel] [PATCH] correct description for libdbi

2011-12-08 Thread Maarten Bezemer
On Friday 09 December 2011 00:35:10 Sven Roederer wrote: > -PKG_RELEASE:=3 > +PKG_RELEASE:=4 IMHO the release number does not need to get increased, as the package code is not changed and a rebuild is not necessary. Maarten ___ openwrt-devel mailing l

[OpenWrt-Devel] [PATCH] correct description for libdbi

2011-12-08 Thread Sven Roederer
Signed-off-by: Sven Roederer Index: feeds/packages/libs/libdbi/Makefile === --- feeds/packages/libs/libdbi/Makefile (Revision 29484) +++ feeds/packages/libs/libdbi/Makefile (Arbeitskopie) @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-201

[OpenWrt-Devel] wlan disabled and can't be enabled after defining a new function

2011-12-08 Thread mohammad baba
Hi, I had defined a new function in /trunk/build_dir/linux-ar71xx_generic/compat-wireless-2011-11-04/net/wireless/nl80211.c void show_freq ( u32 freq ) { printk(KERN_EMERG "we can access frequency value from status.c & Frequency =%d\n",freq); } and I called this function from /trunk/build_dir/lin

Re: [OpenWrt-Devel] [PATCH] syfs and gpiolib support for atheros platforms (updated)

2011-12-08 Thread Karl P
On 12/03/2011 05:14 PM, ka...@tweak.net.au wrote: On 11/30/2011 03:37 PM, John Crispin wrote: This patch is an update of http://patchwork.openwrt.org/patch/1452/ Hi, the patch is essentially fine, however there are whitespace errors. can you please use tabs for indenting and not spaces a