1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

2.6.26 final is out

SVN-Revision: 11829
This commit is contained in:
Imre Kaloz 2008-07-14 13:58:54 +00:00
parent 9544a9b48d
commit 1a013cdca4
3 changed files with 5 additions and 2 deletions

@ -28,6 +28,9 @@ endif
ifeq ($(LINUX_VERSION),2.6.25.10) ifeq ($(LINUX_VERSION),2.6.25.10)
LINUX_KERNEL_MD5SUM:=a6b0aa5b1fa1ae5a02a7b67345f01e86 LINUX_KERNEL_MD5SUM:=a6b0aa5b1fa1ae5a02a7b67345f01e86
endif endif
ifeq ($(LINUX_VERSION),2.6.26)
LINUX_KERNEL_MD5SUM:=5169d01c405bc3f866c59338e217968c
endif
# disable the md5sum check for unknown kernel versions # disable the md5sum check for unknown kernel versions
LINUX_KERNEL_MD5SUM?=x LINUX_KERNEL_MD5SUM?=x

@ -12,7 +12,7 @@ BOARDNAME:=Intel IXP4xx
FEATURES:=squashfs FEATURES:=squashfs
SUBTARGETS=generic harddisk SUBTARGETS=generic harddisk
LINUX_VERSION:=2.6.26-rc9 LINUX_VERSION:=2.6.26
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk

@ -11,7 +11,7 @@ BOARD:=orion
BOARDNAME:=Marvell Orion BOARDNAME:=Marvell Orion
FEATURES:=squashfs FEATURES:=squashfs
LINUX_VERSION:=2.6.26-rc9 LINUX_VERSION:=2.6.26
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk