update to 2.6.27.7

SVN-Revision: 13347
master
Imre Kaloz 16 years ago
parent a695fa76a4
commit 752054346a
  1. 4
      include/kernel-version.mk
  2. 2
      target/linux/au1000/Makefile
  3. 2
      target/linux/brcm63xx/Makefile
  4. 2
      target/linux/olpc/Makefile
  5. 2
      target/linux/ppc40x/Makefile
  6. 2
      target/linux/ppc44x/Makefile
  7. 2
      target/linux/x86/Makefile

@ -28,8 +28,8 @@ endif
ifeq ($(LINUX_VERSION),2.6.26.8)
LINUX_KERNEL_MD5SUM:=05dd0d4f8f110b4219ae6ec7a36c046d
endif
ifeq ($(LINUX_VERSION),2.6.27.6)
LINUX_KERNEL_MD5SUM:=e0a2ccc01319efdfd5869345099f06f4
ifeq ($(LINUX_VERSION),2.6.27.7)
LINUX_KERNEL_MD5SUM:=db323884c7dc46e4cd33d0d944fa59a9
endif
# disable the md5sum check for unknown kernel versions

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

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

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

@ -11,7 +11,7 @@ BOARD:=ppc40x
BOARDNAME:=AMCC/IBM PPC40x
FEATURES:=squashfs
LINUX_VERSION:=2.6.27.6
LINUX_VERSION:=2.6.27.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.27.6
LINUX_VERSION:=2.6.27.7
LINUX_KARCH:=powerpc
include $(INCLUDE_DIR)/target.mk

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

Loading…
Cancel
Save