Update to 2.6.26.7

SVN-Revision: 13036
master
Florian Fainelli 16 years ago
parent 30d2200e7d
commit 1ac53fbf06
  1. 4
      include/kernel-version.mk
  2. 2
      target/linux/adm5120/Makefile
  3. 2
      target/linux/ar7/Makefile
  4. 2
      target/linux/ar71xx/Makefile
  5. 2
      target/linux/atheros/Makefile
  6. 2
      target/linux/ifxmips/Makefile
  7. 2
      target/linux/iop32x/Makefile
  8. 2
      target/linux/ixp4xx/Makefile
  9. 2
      target/linux/magicbox/Makefile
  10. 2
      target/linux/olpc/Makefile
  11. 2
      target/linux/orion/Makefile
  12. 2
      target/linux/ppc40x/Makefile
  13. 2
      target/linux/ppc44x/Makefile
  14. 2
      target/linux/sibyte/Makefile
  15. 2
      target/linux/uml/Makefile

@ -25,8 +25,8 @@ endif
ifeq ($(LINUX_VERSION),2.6.25.17)
LINUX_KERNEL_MD5SUM:=30618bff93fd4fd048e20a9a6aab8e5d
endif
ifeq ($(LINUX_VERSION),2.6.26.5)
LINUX_KERNEL_MD5SUM:=98261b39a558cf0739703ffea7db9f43
ifeq ($(LINUX_VERSION),2.6.26.7)
LINUX_KERNEL_MD5SUM:=ada8af1e3ec15bd6e9bdbcadf23a9cc2
endif
ifeq ($(LINUX_VERSION),2.6.27.3)
LINUX_KERNEL_MD5SUM:=bbc6a0197c0aa9afd8d95b4eb03dcac2

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
BOARD:=adm5120
BOARDNAME:=Infineon/ADMtek ADM5120
LINUX_VERSION:=2.6.26.5
LINUX_VERSION:=2.6.26.7
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.26.5
LINUX_VERSION:=2.6.26.7
include $(INCLUDE_DIR)/target.mk

@ -11,7 +11,7 @@ BOARD:=ar71xx
BOARDNAME:=Atheros AR71xx
FEATURES:=squashfs tgz
LINUX_VERSION:=2.6.26.5
LINUX_VERSION:=2.6.26.7
include $(INCLUDE_DIR)/target.mk

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

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

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

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

@ -11,7 +11,7 @@ BOARD:=magicbox
BOARDNAME:=Magicbox
FEATURES:=squashfs pci
LINUX_VERSION:=2.6.26.5
LINUX_VERSION:=2.6.26.7
LINUX_KARCH:=ppc
include $(INCLUDE_DIR)/target.mk

@ -11,7 +11,7 @@ BOARD:=olpc
BOARDNAME:=OLPC XO-1
FEATURES:=squashfs ext2
LINUX_VERSION:=2.6.26.5
LINUX_VERSION:=2.6.26.7
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci

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

@ -11,7 +11,7 @@ BOARD:=ppc40x
BOARDNAME:=AMCC/IBM PPC40x
FEATURES:=squashfs
LINUX_VERSION:=2.6.26.5
LINUX_VERSION:=2.6.26.7
LINUX_KARCH:=powerpc
include $(INCLUDE_DIR)/target.mk

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

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

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

Loading…
Cancel
Save