upgrade to 2.6.25.9

SVN-Revision: 11584
master
Imre Kaloz 16 years ago
parent 3465540af9
commit dee39d10ee
  1. 4
      include/kernel-version.mk
  2. 2
      target/linux/adm5120/Makefile
  3. 2
      target/linux/ar7/Makefile
  4. 2
      target/linux/au1000/Makefile
  5. 2
      target/linux/avr32/Makefile
  6. 2
      target/linux/brcm47xx/Makefile
  7. 2
      target/linux/brcm63xx/Makefile
  8. 2
      target/linux/etrax/Makefile
  9. 2
      target/linux/ifxmips/Makefile
  10. 2
      target/linux/ixp4xx/Makefile
  11. 2
      target/linux/ps3/Makefile
  12. 2
      target/linux/rdc/Makefile
  13. 2
      target/linux/x86/Makefile

@ -25,8 +25,8 @@ endif
ifeq ($(LINUX_VERSION),2.6.24.7)
LINUX_KERNEL_MD5SUM:=40a73780d51525d28d36dec852c680c4
endif
ifeq ($(LINUX_VERSION),2.6.25.7)
LINUX_KERNEL_MD5SUM:=783551769cd104de0eac19bd78dc5ad7
ifeq ($(LINUX_VERSION),2.6.25.9)
LINUX_KERNEL_MD5SUM:=3043ac42f3829701079fc16df04c313d
endif
# disable the md5sum check for unknown kernel versions

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
BOARD:=adm5120
BOARDNAME:=Infineon/ADMtek ADM5120
LINUX_VERSION:=2.6.25.7
LINUX_VERSION:=2.6.25.9
SUBTARGETS:=router_le router_be
INITRAMFS_EXTRA_FILES:=

@ -11,7 +11,7 @@ BOARD:=ar7
BOARDNAME:=TI AR7
FEATURES:=squashfs jffs2 atm
LINUX_VERSION:=2.6.25.7
LINUX_VERSION:=2.6.25.9
include $(INCLUDE_DIR)/target.mk

@ -11,7 +11,7 @@ BOARD:=au1000
BOARDNAME:=RMI/AMD AU1x00
FEATURES:=jffs2 usb pci
LINUX_VERSION:=2.6.25.7
LINUX_VERSION:=2.6.25.9
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += yamonenv

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

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

@ -10,7 +10,7 @@ ARCH:=mips
BOARD:=brcm63xx
BOARDNAME:=Broadcom BCM963xx
FEATURES:=squashfs jffs2 broken usb atm
LINUX_VERSION:=2.6.25.7
LINUX_VERSION:=2.6.25.9
include $(INCLUDE_DIR)/target.mk

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

@ -10,7 +10,7 @@ ARCH:=mips
BOARD:=ifxmips
BOARDNAME:=Infineon Mips
FEATURES:=squashfs jffs2
LINUX_VERSION:=2.6.25.7
LINUX_VERSION:=2.6.25.9
include $(INCLUDE_DIR)/target.mk

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

@ -10,7 +10,7 @@ ARCH:=powerpc
BOARD:=ps3
BOARDNAME:=Sony PS3 Game Console
LINUX_VERSION:=2.6.25.7
LINUX_VERSION:=2.6.25.9
KERNEL_CC:=

@ -11,7 +11,7 @@ BOARD:=rdc
BOARDNAME:=RDC 321x
FEATURES:=squashfs jffs2 pci
LINUX_VERSION:=2.6.25.7
LINUX_VERSION:=2.6.25.9
include $(INCLUDE_DIR)/target.mk

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

Loading…
Cancel
Save