From e765a38f5cc86f27430276a4868fa610ab523c67 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sat, 22 Aug 2009 15:41:39 +0200 Subject: [PATCH] switch to linux kernel version 2.6.31-rc6 by default as the generic patchset for 2.6.31 went upstream --- target/linux/xburst/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 15c960370..5faac679f 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -11,7 +11,7 @@ BOARD:=xburst BOARDNAME:=XBurst JZ47x0 FEATURES:=jffs2 tgz -LINUX_VERSION:=2.6.25.20 +LINUX_VERSION:=2.6.31-rc6 include $(INCLUDE_DIR)/target.mk