Update targets to 2.6.27.3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13035 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2008-10-23 09:11:10 +00:00
parent 277aa129cf
commit 368c1b33f9
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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