aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-07-14 13:58:54 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-07-14 13:58:54 +0000
commit1a013cdca4d8739af9592aedbcef5f3f4eb839f4 (patch)
tree35039e55941598316aae1069a2f779489b6c60ad
parent9544a9b48d04ca6a9580ed0e37f86900997ca5d2 (diff)
downloadupstream-1a013cdca4d8739af9592aedbcef5f3f4eb839f4.tar.gz
upstream-1a013cdca4d8739af9592aedbcef5f3f4eb839f4.tar.bz2
upstream-1a013cdca4d8739af9592aedbcef5f3f4eb839f4.zip
2.6.26 final is out
SVN-Revision: 11829
-rw-r--r--include/kernel-version.mk3
-rw-r--r--target/linux/ixp4xx/Makefile2
-rw-r--r--target/linux/orion/Makefile2
3 files changed, 5 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index de914f9322..6fa9250291 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -28,6 +28,9 @@ endif
ifeq ($(LINUX_VERSION),2.6.25.10)
LINUX_KERNEL_MD5SUM:=a6b0aa5b1fa1ae5a02a7b67345f01e86
endif
+ifeq ($(LINUX_VERSION),2.6.26)
+ LINUX_KERNEL_MD5SUM:=5169d01c405bc3f866c59338e217968c
+endif
# disable the md5sum check for unknown kernel versions
LINUX_KERNEL_MD5SUM?=x
diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile
index c922ffa611..cdfc4cb212 100644
--- a/target/linux/ixp4xx/Makefile
+++ b/target/linux/ixp4xx/Makefile
@@ -12,7 +12,7 @@ BOARDNAME:=Intel IXP4xx
FEATURES:=squashfs
SUBTARGETS=generic harddisk
-LINUX_VERSION:=2.6.26-rc9
+LINUX_VERSION:=2.6.26
include $(INCLUDE_DIR)/target.mk
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile
index 1ea2545c8c..d5b8ba382c 100644
--- a/target/linux/orion/Makefile
+++ b/target/linux/orion/Makefile
@@ -11,7 +11,7 @@ BOARD:=orion
BOARDNAME:=Marvell Orion
FEATURES:=squashfs
-LINUX_VERSION:=2.6.26-rc9
+LINUX_VERSION:=2.6.26
include $(INCLUDE_DIR)/target.mk