Sfoglia il codice sorgente

update to 2.6.27.17

SVN-Revision: 14513
Gabor Juhos 17 anni fa
parent
commit
47665da430

+ 2 - 2
include/kernel-version.mk

@@ -28,8 +28,8 @@ endif
 ifeq ($(LINUX_VERSION),2.6.26.8)
   LINUX_KERNEL_MD5SUM:=05dd0d4f8f110b4219ae6ec7a36c046d
 endif
-ifeq ($(LINUX_VERSION),2.6.27.15)
-  LINUX_KERNEL_MD5SUM:=0756284efb091dccd012eec61def2004
+ifeq ($(LINUX_VERSION),2.6.27.17)
+  LINUX_KERNEL_MD5SUM:=56ceaa85d19f5f19ff7ec8139ad4ad2d
 endif
 ifeq ($(LINUX_VERSION),2.6.28.5)
   LINUX_KERNEL_MD5SUM:=677e020f785f57ac48576eacb565a489

+ 1 - 1
target/linux/adm5120/Makefile

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

+ 1 - 1
target/linux/ar71xx/Makefile

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

+ 1 - 1
target/linux/au1000/Makefile

@@ -12,7 +12,7 @@ BOARDNAME:=RMI/AMD AU1x00
 FEATURES:=jffs2 usb pci
 SUBTARGETS=au1500 au1550
 
-LINUX_VERSION:=2.6.27.15
+LINUX_VERSION:=2.6.27.17
 
 include $(INCLUDE_DIR)/target.mk
 DEFAULT_PACKAGES += hostapd-mini yamonenv

+ 1 - 1
target/linux/brcm63xx/Makefile

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

+ 1 - 1
target/linux/ifxmips/Makefile

@@ -12,7 +12,7 @@ BOARDNAME:=Infineon Mips
 FEATURES:=squashfs jffs2
 SUBTARGETS:=generic nfs
 LINUX_VERSION:=2.6.26.8
-#LINUX_VERSION:=2.6.27.15
+#LINUX_VERSION:=2.6.27.17
 
 include $(INCLUDE_DIR)/target.mk
 DEFAULT_PACKAGES+=uboot-ifxmips hostapd-mini

+ 1 - 1
target/linux/olpc/Makefile

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

+ 1 - 1
target/linux/ppc40x/Makefile

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