diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 919dab20ba346dc206429da8b400f6bbec6aa926..bcf312e230809d5f42545f92b83726cad3e0f73a 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -17,8 +17,8 @@ endif ifeq ($(LINUX_VERSION),2.6.33.4) LINUX_KERNEL_MD5SUM:=f75d21e5c60f18adf0e99d61c243f964 endif -ifeq ($(LINUX_VERSION),2.6.34) - LINUX_KERNEL_MD5SUM:=10eebcb0178fb4540e2165bfd7efc7ad +ifeq ($(LINUX_VERSION),2.6.34.1) + LINUX_KERNEL_MD5SUM:=d31d241dc2058698a45fe41359cafb45 endif ifeq ($(LINUX_VERSION),2.6.35-rc2) LINUX_KERNEL_MD5SUM:=6b6b76e689e11b70b2e53f9482006929 diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 2f86b311d0ceb627163615e11abc4e172c9afef3..951191e3af62bd8c35bc087277ce25c74f61c9c9 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=NetusG20 FEATURES:=squashfs jffs2 tgz CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time -LINUX_VERSION:=2.6.34 +LINUX_VERSION:=2.6.34.1 DEVICE_TYPE= include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/au1000/Makefile b/target/linux/au1000/Makefile index 0364077d5cd0f7d1146247aae74e7f4bd2f21d7d..f07c722d27fdb2cd19c6cac01c9080f5dbd21ba5 100644 --- a/target/linux/au1000/Makefile +++ b/target/linux/au1000/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=RMI/AMD AU1x00 FEATURES:=jffs2 usb pci SUBTARGETS=au1500 au1550 -LINUX_VERSION:=2.6.34 +LINUX_VERSION:=2.6.34.1 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += wpad-mini yamonenv diff --git a/target/linux/mx2/Makefile b/target/linux/mx2/Makefile index 7690e4e5042d4d9007b51a80893fe284b99e9043..84558848596d86677041857f6bb203602aa5ec6f 100644 --- a/target/linux/mx2/Makefile +++ b/target/linux/mx2/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Freescale MX2 FEATURES:=jffs2 CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time -LINUX_VERSION:=2.6.34 +LINUX_VERSION:=2.6.34.1 DEVICE_TYPE=phone diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index 1eb372555d307100182b364e476ee470aa8d99b1..d174be419bf11844e33906efde058e35b970495a 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 +LINUX_VERSION:=2.6.34.1 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 0d375b5960b485d815a5c71577972ab88c07fca9..636b0a7488f695e211a7892ac7d5578fcda32b14 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 +LINUX_VERSION:=2.6.34.1 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=kmod-leds-gpio wpad-mini diff --git a/target/linux/xburst/Makefile b/target/linux/xburst/Makefile index 05b41da62d53358df1afb4d9fe200c5917ffdd24..f17c31151f4994b5c6225e426c1d3f7c893ea6c3 100644 --- a/target/linux/xburst/Makefile +++ b/target/linux/xburst/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Ingenic XBurst FEATURES:=jffs2 targz ubifs audio SUBTARGETS:=qi_lb60 n516 n526 -LINUX_VERSION:=2.6.34 +LINUX_VERSION:=2.6.34.1 DEVICE_TYPE=other