mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
2.6.26 final is out
SVN-Revision: 11829
This commit is contained in:
parent
9544a9b48d
commit
1a013cdca4
@ -28,6 +28,9 @@ endif
|
||||
ifeq ($(LINUX_VERSION),2.6.25.10)
|
||||
LINUX_KERNEL_MD5SUM:=a6b0aa5b1fa1ae5a02a7b67345f01e86
|
||||
endif
|
||||
ifeq ($(LINUX_VERSION),2.6.26)
|
||||
LINUX_KERNEL_MD5SUM:=5169d01c405bc3f866c59338e217968c
|
||||
endif
|
||||
|
||||
# disable the md5sum check for unknown kernel versions
|
||||
LINUX_KERNEL_MD5SUM?=x
|
||||
|
@ -12,7 +12,7 @@ BOARDNAME:=Intel IXP4xx
|
||||
FEATURES:=squashfs
|
||||
SUBTARGETS=generic harddisk
|
||||
|
||||
LINUX_VERSION:=2.6.26-rc9
|
||||
LINUX_VERSION:=2.6.26
|
||||
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
|
||||
|
@ -11,7 +11,7 @@ BOARD:=orion
|
||||
BOARDNAME:=Marvell Orion
|
||||
FEATURES:=squashfs
|
||||
|
||||
LINUX_VERSION:=2.6.26-rc9
|
||||
LINUX_VERSION:=2.6.26
|
||||
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user