[02/17] Staging: batman-adv: update README for latest kernel

Message ID 1262428252-26439-2-git-send-email-andrew@lunn.ch (mailing list archive)
State Not Applicable, archived
Headers

Commit Message

Andrew Lunn Jan. 2, 2010, 10:30 a.m. UTC
  From: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>

state in the README that we also (compile) support 2.6.32

Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
 drivers/staging/batman-adv/README |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
  

Comments

Greg KH Jan. 5, 2010, 10:40 p.m. UTC | #1
On Sat, Jan 02, 2010 at 11:30:37AM +0100, Andrew Lunn wrote:
> From: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
> 
> state in the README that we also (compile) support 2.6.32

Wouldn't it make more sense to just drop this line now that the code is
in the main kernel tree?

thanks,

greg k-h
  
Andrew Lunn Jan. 6, 2010, 6:22 a.m. UTC | #2
On Tue, Jan 05, 2010 at 02:40:30PM -0800, Greg KH wrote:
> On Sat, Jan 02, 2010 at 11:30:37AM +0100, Andrew Lunn wrote:
> > From: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
> > 
> > state in the README that we also (compile) support 2.6.32
> 
> Wouldn't it make more sense to just drop this line now that the code is
> in the main kernel tree?

Yes it does. Also, the README is out of date in some other places as
well. A patch is on its way to fix this.

      Thanks
	Andrew
  

Patch

diff --git a/drivers/staging/batman-adv/README b/drivers/staging/batman-adv/README
index a6a419d..2bedcbe 100644
--- a/drivers/staging/batman-adv/README
+++ b/drivers/staging/batman-adv/README
@@ -1,4 +1,4 @@ 
-[state: 13-11-2009]
+[state: 13-12-2009]
 
 BATMAN-ADV
 ----------
@@ -15,7 +15,7 @@  above B.A.T.M.A.N. Advanced, prominent examples are: IPv4, IPv6, DHCP, IPX.
 This is batman-advanced implemented as Linux kernel driver. It does not depend
 on any network (other) driver, and can be used on wifi as well as ethernet,
 vpn, etc ... (anything with ethernet-style layer 2).
-It compiles against and should work with Linux 2.6.20 - 2.6.31. Supporting older
+It compiles against and should work with Linux 2.6.20 - 2.6.32. Supporting older
 versions is not planned, but it's probably easy to backport it. If you work on a
 backport, feel free to contact us.  :-)