update to 2.6.28.8

SVN-Revision: 14916
master
Imre Kaloz 16 years ago
parent e71ccfdbbd
commit 45a676441d
  1. 4
      include/kernel-version.mk
  2. 2
      target/linux/orion/Makefile
  3. 2
      target/linux/ppc44x/Makefile
  4. 2
      target/linux/ps3/Makefile
  5. 2
      target/linux/s3c24xx/Makefile
  6. 2
      target/linux/sibyte/Makefile
  7. 2
      target/linux/uml/Makefile
  8. 2
      target/linux/x86/Makefile

@ -31,8 +31,8 @@ endif
ifeq ($(LINUX_VERSION),2.6.27.19)
LINUX_KERNEL_MD5SUM:=182b23174febe7cc8106dd394f368dee
endif
ifeq ($(LINUX_VERSION),2.6.28.7)
LINUX_KERNEL_MD5SUM:=72d7d509c1f997e6d043bc9c683d89f1
ifeq ($(LINUX_VERSION),2.6.28.8)
LINUX_KERNEL_MD5SUM:=8440a90637cff154195895743ef498a1
endif
# disable the md5sum check for unknown kernel versions

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

@ -11,7 +11,7 @@ BOARD:=ppc44x
BOARDNAME:=AMCC/IBM PPC44x
FEATURES:=squashfs
LINUX_VERSION:=2.6.28.7
LINUX_VERSION:=2.6.28.8
LINUX_KARCH:=powerpc
include $(INCLUDE_DIR)/target.mk

@ -12,7 +12,7 @@ BOARDNAME:=Sony PS3 Game Console
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
SUBTARGETS=petitboot
LINUX_VERSION:=2.6.28.7
LINUX_VERSION:=2.6.28.8
KERNEL_CC:=

@ -12,7 +12,7 @@ BOARDNAME:=s3c24xx
FEATURES:=jffs2
CFLAGS:=-O2 -pipe -march=armv4t -mtune=arm920t -funit-at-a-time
LINUX_VERSION:=2.6.28.7
LINUX_VERSION:=2.6.28.8
DEVICE_TYPE=phone

@ -11,7 +11,7 @@ BOARD:=sibyte
BOARDNAME:=Broadcom/SiByte SB-1
FEATURES:=broken
LINUX_VERSION:=2.6.28.7
LINUX_VERSION:=2.6.28.8
include $(INCLUDE_DIR)/target.mk

@ -23,7 +23,7 @@ BOARDNAME:=User Mode Linux
FEATURES:=ext2
LINUX_CONFIG:=$(CURDIR)/config/$(ARCH)
LINUX_VERSION:=2.6.28.7
LINUX_VERSION:=2.6.28.8
include $(INCLUDE_DIR)/target.mk

@ -12,7 +12,7 @@ BOARDNAME:=x86
FEATURES:=squashfs jffs2 ext2 vdi vmdk
SUBTARGETS=generic
LINUX_VERSION:=2.6.28.7
LINUX_VERSION:=2.6.28.8
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci

Loading…
Cancel
Save