bump to 2.6.23.14 on x86, ixp4xx, rb532, adm5120

SVN-Revision: 10208
master
Gabor Juhos 17 years ago
parent aee68ecb03
commit 0a6bf50432
  1. 7
      include/kernel-version.mk
  2. 4
      target/linux/adm5120/Makefile
  3. 6
      target/linux/ixp4xx/Makefile
  4. 6
      target/linux/rb532/Makefile
  5. 6
      target/linux/x86/Makefile

@ -25,11 +25,8 @@ endif
ifeq ($(LINUX_VERSION),2.6.23.1)
LINUX_KERNEL_MD5SUM:=518d57e08fdacd88907166a3bfe383b7
endif
ifeq ($(LINUX_VERSION),2.6.23.9)
LINUX_KERNEL_MD5SUM:=fc341e4f23bcd4056bdb0c9edc24ea3d
endif
ifeq ($(LINUX_VERSION),2.6.23.11)
LINUX_KERNEL_MD5SUM:=b9e18a02297ee556cac26d65f25e0ccf
ifeq ($(LINUX_VERSION),2.6.23.14)
LINUX_KERNEL_MD5SUM:=63a6a28ad2480edcffbc09c008b0939d
endif
# disable the md5sum check for unknown kernel versions

@ -1,5 +1,5 @@
#
# Copyright (C) 2007 OpenWrt.org
# Copyright (C) 2007,2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
BOARD:=adm5120
BOARDNAME:=Infineon ADM5120
LINUX_VERSION:=2.6.23.12
LINUX_VERSION:=2.6.23.14
SUBTARGETS:=router_le router_be
INITRAMFS_EXTRA_FILES:=

@ -1,5 +1,5 @@
#
# Copyright (C) 2006 OpenWrt.org
#
# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -12,7 +12,7 @@ BOARDNAME:=Intel XScale IXP4xx
FEATURES:=squashfs
SUBTARGETS=generic harddisk
LINUX_VERSION:=2.6.23.12
LINUX_VERSION:=2.6.23.14
include $(INCLUDE_DIR)/target.mk

@ -1,5 +1,5 @@
#
# Copyright (C) 2006 OpenWrt.org
#
# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -11,7 +11,7 @@ BOARD:=rb532
BOARDNAME:=Mikrotik RouterBoard 532
FEATURES:=jffs2 pci tgz
LINUX_VERSION:=2.6.23.12
LINUX_VERSION:=2.6.23.14
include $(INCLUDE_DIR)/target.mk

@ -1,5 +1,5 @@
#
# Copyright (C) 2006 OpenWrt.org
#
# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -12,7 +12,7 @@ BOARDNAME:=x86
FEATURES:=squashfs jffs2 ext2
SUBTARGETS=generic mediacenter
LINUX_VERSION:=2.6.23.12
LINUX_VERSION:=2.6.23.14
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci

Loading…
Cancel
Save