Use 2.6.27.4 kernel version
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 28 Oct 2008 11:19:24 +0000 (11:19 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 28 Oct 2008 11:19:24 +0000 (11:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13055 3c298f89-4303-0410-b956-a3cf2f4a3e73

include/kernel-version.mk
target/linux/brcm63xx/Makefile

index 5b5c664c3548a6a5028d4271aae7ad329d63a196..a9b9286de1fa39347719cf51edf15fd7678ab1a3 100644 (file)
@@ -28,8 +28,8 @@ endif
 ifeq ($(LINUX_VERSION),2.6.26.7)
   LINUX_KERNEL_MD5SUM:=ada8af1e3ec15bd6e9bdbcadf23a9cc2
 endif
-ifeq ($(LINUX_VERSION),2.6.27.3)
-  LINUX_KERNEL_MD5SUM:=bbc6a0197c0aa9afd8d95b4eb03dcac2
+ifeq ($(LINUX_VERSION),2.6.27.4)
+  LINUX_KERNEL_MD5SUM:=3880fe9f19b9a7690afd151326eb7ce5
 endif
 
 # disable the md5sum check for unknown kernel versions
index 1a44e4b3226291bb7a2503644223af3ecb016766..31d11d64f6d58c1c5401b87ac68249b221cf9dd7 100644 (file)
@@ -10,7 +10,7 @@ ARCH:=mips
 BOARD:=brcm63xx
 BOARDNAME:=Broadcom BCM63xx
 FEATURES:=squashfs jffs2 broken usb atm
-LINUX_VERSION:=2.6.27.3
+LINUX_VERSION:=2.6.27.4
 
 include $(INCLUDE_DIR)/target.mk