update to kernel version 2.6.28.9

SVN-Revision: 15017
master
Hauke Mehrtens 16 years ago
parent e82dce69a3
commit 62595883fb
  1. 8
      include/kernel-version.mk
  2. 2
      target/linux/ar71xx/Makefile
  3. 2
      target/linux/atheros/Makefile
  4. 2
      target/linux/avr32/Makefile
  5. 2
      target/linux/brcm47xx/Makefile
  6. 2
      target/linux/ifxmips/Makefile
  7. 2
      target/linux/ixp4xx/Makefile
  8. 2
      target/linux/orion/Makefile
  9. 2
      target/linux/ppc44x/Makefile
  10. 2
      target/linux/ps3/Makefile
  11. 2
      target/linux/s3c24xx/Makefile
  12. 2
      target/linux/sibyte/Makefile
  13. 2
      target/linux/uml/Makefile
  14. 2
      target/linux/x86/Makefile

@ -28,11 +28,11 @@ endif
ifeq ($(LINUX_VERSION),2.6.26.8)
LINUX_KERNEL_MD5SUM:=05dd0d4f8f110b4219ae6ec7a36c046d
endif
ifeq ($(LINUX_VERSION),2.6.27.19)
LINUX_KERNEL_MD5SUM:=182b23174febe7cc8106dd394f368dee
ifeq ($(LINUX_VERSION),2.6.27.21)
LINUX_KERNEL_MD5SUM:=2912af7938fae1a3f2a9a6bcf8c0009f
endif
ifeq ($(LINUX_VERSION),2.6.28.8)
LINUX_KERNEL_MD5SUM:=8440a90637cff154195895743ef498a1
ifeq ($(LINUX_VERSION),2.6.28.9)
LINUX_KERNEL_MD5SUM:=9a2b9d296adccca22868a3a5e3bccc4f
endif
# disable the md5sum check for unknown kernel versions

@ -12,7 +12,7 @@ BOARDNAME:=Atheros AR71xx/AR913x
FEATURES:=squashfs tgz
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
LINUX_VERSION:=2.6.28.8
LINUX_VERSION:=2.6.28.9
include $(INCLUDE_DIR)/target.mk

@ -11,7 +11,7 @@ BOARD:=atheros
BOARDNAME:=Atheros 231x/5312
FEATURES:=squashfs jffs2
LINUX_VERSION:=2.6.28.7
LINUX_VERSION:=2.6.28.9
include $(INCLUDE_DIR)/target.mk

@ -10,7 +10,7 @@ ARCH:=avr32
BOARD:=avr32
BOARDNAME:=Atmel AVR32
FEATURES:=squashfs
LINUX_VERSION:=2.6.28.8
LINUX_VERSION:=2.6.28.9
include $(INCLUDE_DIR)/target.mk

@ -11,7 +11,7 @@ BOARD:=brcm47xx
BOARDNAME:=Broadcom BCM947xx/953xx
FEATURES:=squashfs usb
LINUX_VERSION:=2.6.28.8
LINUX_VERSION:=2.6.28.9
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += hostapd-mini kmod-switch kmod-diag

@ -11,7 +11,7 @@ BOARD:=ifxmips
BOARDNAME:=Infineon Mips
FEATURES:=squashfs jffs2
LINUX_VERSION:=2.6.28.8
LINUX_VERSION:=2.6.28.9
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES+=uboot-ifxmips hostapd-mini

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

@ -12,7 +12,7 @@ BOARDNAME:=Marvell Orion
FEATURES:=squashfs
SUBTARGETS=generic harddisk
LINUX_VERSION:=2.6.28.8
LINUX_VERSION:=2.6.28.9
include $(INCLUDE_DIR)/target.mk

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

@ -14,7 +14,7 @@ SUBTARGETS=petitboot
DEVICE_TYPE=bootloader
LINUX_VERSION:=2.6.28.8
LINUX_VERSION:=2.6.28.9
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.8
LINUX_VERSION:=2.6.28.9
DEVICE_TYPE=phone

@ -11,7 +11,7 @@ BOARD:=sibyte
BOARDNAME:=Broadcom/SiByte SB-1
FEATURES:=broken
LINUX_VERSION:=2.6.28.8
LINUX_VERSION:=2.6.28.9
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.8
LINUX_VERSION:=2.6.28.9
include $(INCLUDE_DIR)/target.mk

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

Loading…
Cancel
Save