Hi

this updates the kernel to 2.6.34.7.

patch attached.

greets
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index e24ce33..6d5115e 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -17,8 +17,8 @@ endif
 ifeq ($(LINUX_VERSION),2.6.33.7)
   LINUX_KERNEL_MD5SUM:=2cea51deeaa0620a07d005ec3b148f06
 endif
-ifeq ($(LINUX_VERSION),2.6.34.5)
-  LINUX_KERNEL_MD5SUM:=d280b596b32f7497bbe9dd54669c99d6
+ifeq ($(LINUX_VERSION),2.6.34.7)
+  LINUX_KERNEL_MD5SUM:=8964e26120e84844998a673464a980ea
 endif
 ifeq ($(LINUX_VERSION),2.6.35.4)
   LINUX_KERNEL_MD5SUM:=0bb2cd59c13d7412f813c8fbc0769eec
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile
index 074a68f..446de34 100644
--- a/target/linux/at91/Makefile
+++ b/target/linux/at91/Makefile
@@ -12,7 +12,7 @@ BOARDNAME:=Atmel AT91
 FEATURES:=squashfs jffs2 targz
 CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time
 
-LINUX_VERSION:=2.6.34.5
+LINUX_VERSION:=2.6.34.7
 DEVICE_TYPE=
 
 include $(INCLUDE_DIR)/target.mk
diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile
index 5b2862e..8a587da 100644
--- a/target/linux/brcm47xx/Makefile
+++ b/target/linux/brcm47xx/Makefile
@@ -11,7 +11,7 @@ BOARD:=brcm47xx
 BOARDNAME:=Broadcom BCM947xx/953xx
 FEATURES:=squashfs usb pcmcia
 
-LINUX_VERSION:=2.6.34.5
+LINUX_VERSION:=2.6.34.7
 
 include $(INCLUDE_DIR)/target.mk
 DEFAULT_PACKAGES += wpad-mini kmod-switch kmod-diag nvram
diff --git a/target/linux/imx21/Makefile b/target/linux/imx21/Makefile
index 4e63ffd..db508f8 100644
--- a/target/linux/imx21/Makefile
+++ b/target/linux/imx21/Makefile
@@ -12,7 +12,7 @@ BOARDNAME:=Freescale i.MX21
 FEATURES:=jffs2
 CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time
 
-LINUX_VERSION:=2.6.34.5
+LINUX_VERSION:=2.6.34.7
 
 DEVICE_TYPE=phone
 
diff --git a/target/linux/omap35xx/gumstix/target.mk b/target/linux/omap35xx/gumstix/target.mk
index 7ddd44b..57eeaa4 100644
--- a/target/linux/omap35xx/gumstix/target.mk
+++ b/target/linux/omap35xx/gumstix/target.mk
@@ -1,5 +1,5 @@
 BOARDNAME:=Gumstix Overo
-LINUX_VERSION:=2.6.34.5
+LINUX_VERSION:=2.6.34.7
 
 define Target/Description
 	Build firmware images for Gumstix Overo Boards
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile
index ff0f655..0c58c7b 100644
--- a/target/linux/orion/Makefile
+++ b/target/linux/orion/Makefile
@@ -13,7 +13,7 @@ FEATURES:=squashfs
 SUBTARGETS=generic harddisk
 CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -funit-at-a-time
 
-LINUX_VERSION:=2.6.34.5
+LINUX_VERSION:=2.6.34.7
 
 include $(INCLUDE_DIR)/target.mk
 
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile
index daaf218..08e6e23 100644
--- a/target/linux/ramips/Makefile
+++ b/target/linux/ramips/Makefile
@@ -13,7 +13,7 @@ SUBTARGETS:=rt288x rt305x
 CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
 FEATURES:=squashfs
 
-LINUX_VERSION:=2.6.34.5
+LINUX_VERSION:=2.6.34.7
 
 include $(INCLUDE_DIR)/target.mk
 DEFAULT_PACKAGES+=kmod-leds-gpio wpad-mini
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to