update kernel from 2.6.32.7 to 2.6.32.8, thanks tripolar

SVN-Revision: 19591
master
Travis Kemen 15 years ago
parent dce714ad07
commit 5c75e1dd02
  1. 4
      include/kernel-version.mk
  2. 2
      target/linux/ar71xx/Makefile
  3. 2
      target/linux/avr32/Makefile
  4. 2
      target/linux/cobalt/Makefile
  5. 2
      target/linux/etrax/Makefile
  6. 2
      target/linux/gemini/Makefile
  7. 2
      target/linux/iop32x/Makefile
  8. 2
      target/linux/ixp4xx/Makefile
  9. 2
      target/linux/omap35xx/Makefile
  10. 2
      target/linux/pxa/Makefile
  11. 2
      target/linux/ramips/Makefile
  12. 2
      target/linux/xburst/Makefile

@ -17,8 +17,8 @@ endif
ifeq ($(LINUX_VERSION),2.6.31.12)
LINUX_KERNEL_MD5SUM:=517be354b81b780e2f4b2ad614d030de
endif
ifeq ($(LINUX_VERSION),2.6.32.7)
LINUX_KERNEL_MD5SUM:=d59aca06609cedabe4d6d161d9f11113
ifeq ($(LINUX_VERSION),2.6.32.8)
LINUX_KERNEL_MD5SUM:=82023ede52f067fcc55c5e70b02e48ae
endif
# disable the md5sum check for unknown kernel versions

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

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

@ -12,7 +12,7 @@ BOARDNAME:=Cobalt Microservers
FEATURES:=tgz pci ext2
CFLAGS:=-O2 -pipe -mtune=r5000 -funit-at-a-time
LINUX_VERSION:=2.6.32.7
LINUX_VERSION:=2.6.32.8
include $(INCLUDE_DIR)/target.mk

@ -10,7 +10,7 @@ ARCH:=cris
BOARD:=etrax
BOARDNAME:=Foxboard (ETRAX 100LX)
FEATURES:=squashfs jffs2
LINUX_VERSION:=2.6.32.7
LINUX_VERSION:=2.6.32.8
DEVICE_TYPE=
include $(INCLUDE_DIR)/target.mk

@ -12,7 +12,7 @@ BOARDNAME:=Cortina Systems CS351x
FEATURES:=squashfs
CFLAGS:=-Os -pipe -march=armv4 -mtune=arm9tdmi -funit-at-a-time
LINUX_VERSION:=2.6.32.7
LINUX_VERSION:=2.6.32.8
include $(INCLUDE_DIR)/target.mk

@ -11,7 +11,7 @@ BOARD:=iop32x
BOARDNAME:=Intel IOP32x
FEATURES:=squashfs
LINUX_VERSION:=2.6.32.7
LINUX_VERSION:=2.6.32.8
include $(INCLUDE_DIR)/target.mk

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

@ -12,7 +12,7 @@ BOARDNAME:=TI OMAP35xx
FEATURES:=broken
SUBTARGETS=generic
LINUX_VERSION:=2.6.32.7
LINUX_VERSION:=2.6.32.8
KERNELNAME:="uImage"
DEVICE_TYPE=developerboard

@ -11,7 +11,7 @@ BOARD:=pxa
BOARDNAME:=Marvell/Intel PXA2xx
FEATURES:=squashfs
LINUX_VERSION:=2.6.32.7
LINUX_VERSION:=2.6.32.8
include $(INCLUDE_DIR)/target.mk

@ -13,7 +13,7 @@ SUBTARGETS:=rt288x rt305x
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
FEATURES:=squashfs broken
LINUX_VERSION:=2.6.32.7
LINUX_VERSION:=2.6.32.8
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES+=kmod-leds-gpio

@ -11,7 +11,7 @@ BOARD:=xburst
BOARDNAME:=XBurst JZ47x0
FEATURES:=jffs2 tgz ubifs
LINUX_VERSION:=2.6.32.7
LINUX_VERSION:=2.6.32.8
DEVICE_TYPE=other

Loading…
Cancel
Save