From: Florian Fainelli <florian@openwrt.org>
Date: Thu, 23 Oct 2008 09:11:10 +0000 (+0000)
Subject: Update targets to 2.6.27.3
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=30d2200e7d3a95e35ed7ccc98c361afe3e1d7c5f;p=openwrt%2Fstaging%2Fneocturne.git

Update targets to 2.6.27.3

SVN-Revision: 13035
---

diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 1fa9fa4675..21743838f0 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -28,8 +28,8 @@ endif
 ifeq ($(LINUX_VERSION),2.6.26.5)
   LINUX_KERNEL_MD5SUM:=98261b39a558cf0739703ffea7db9f43
 endif
-ifeq ($(LINUX_VERSION),2.6.27)
-  LINUX_KERNEL_MD5SUM:=b3e78977aa79d3754cb7f8143d7ddabd
+ifeq ($(LINUX_VERSION),2.6.27.3)
+  LINUX_KERNEL_MD5SUM:=bbc6a0197c0aa9afd8d95b4eb03dcac2
 endif
 
 # disable the md5sum check for unknown kernel versions
diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile
index 9e35957a2b..1a44e4b322 100644
--- a/target/linux/brcm63xx/Makefile
+++ b/target/linux/brcm63xx/Makefile
@@ -10,7 +10,7 @@ ARCH:=mips
 BOARD:=brcm63xx
 BOARDNAME:=Broadcom BCM63xx
 FEATURES:=squashfs jffs2 broken usb atm
-LINUX_VERSION:=2.6.27
+LINUX_VERSION:=2.6.27.3
 
 include $(INCLUDE_DIR)/target.mk