[kernel] update to 2.6.27.17
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 Feb 2009 07:47:12 +0000 (07:47 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 Feb 2009 07:47:12 +0000 (07:47 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14513 3c298f89-4303-0410-b956-a3cf2f4a3e73

include/kernel-version.mk
target/linux/adm5120/Makefile
target/linux/ar71xx/Makefile
target/linux/au1000/Makefile
target/linux/brcm63xx/Makefile
target/linux/ifxmips/Makefile
target/linux/olpc/Makefile
target/linux/ppc40x/Makefile

index 6762bce..c47fa5f 100644 (file)
@@ -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
index 04b47b6..1098e53 100644 (file)
@@ -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:=
 
index 344fd6f..2754cdf 100644 (file)
@@ -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
 
index caa4974..9f650ef 100644 (file)
@@ -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
index d16e5a7..1114eec 100644 (file)
@@ -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
 
index c01624a..f0fa158 100644 (file)
@@ -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
index 13c2836..530426d 100644 (file)
@@ -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
index 8ac3786..80d5218 100644 (file)
@@ -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