Use 2.6.27.4 kernel version

SVN-Revision: 13055
This commit is contained in:
Florian Fainelli 2008-10-28 11:19:24 +00:00
parent 38b513811c
commit aa90a702db
2 changed files with 3 additions and 3 deletions

View File

@ -28,8 +28,8 @@ endif
ifeq ($(LINUX_VERSION),2.6.26.7) ifeq ($(LINUX_VERSION),2.6.26.7)
LINUX_KERNEL_MD5SUM:=ada8af1e3ec15bd6e9bdbcadf23a9cc2 LINUX_KERNEL_MD5SUM:=ada8af1e3ec15bd6e9bdbcadf23a9cc2
endif endif
ifeq ($(LINUX_VERSION),2.6.27.3) ifeq ($(LINUX_VERSION),2.6.27.4)
LINUX_KERNEL_MD5SUM:=bbc6a0197c0aa9afd8d95b4eb03dcac2 LINUX_KERNEL_MD5SUM:=3880fe9f19b9a7690afd151326eb7ce5
endif endif
# disable the md5sum check for unknown kernel versions # disable the md5sum check for unknown kernel versions

View File

@ -10,7 +10,7 @@ ARCH:=mips
BOARD:=brcm63xx BOARD:=brcm63xx
BOARDNAME:=Broadcom BCM63xx BOARDNAME:=Broadcom BCM63xx
FEATURES:=squashfs jffs2 broken usb atm FEATURES:=squashfs jffs2 broken usb atm
LINUX_VERSION:=2.6.27.3 LINUX_VERSION:=2.6.27.4
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk