[kernel] update to 2.6.27.29
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 31 Jul 2009 11:09:27 +0000 (11:09 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 31 Jul 2009 11:09:27 +0000 (11:09 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17060 3c298f89-4303-0410-b956-a3cf2f4a3e73

include/kernel-version.mk
target/linux/ar7/Makefile
target/linux/brcm63xx/Makefile
target/linux/olpc/Makefile

index a6a7c67..96051e0 100644 (file)
@@ -16,8 +16,8 @@ endif
 ifeq ($(LINUX_VERSION),2.6.25.20)
   LINUX_KERNEL_MD5SUM:=0da698edccf03e2235abc2830a495114
 endif
-ifeq ($(LINUX_VERSION),2.6.27.28)
-  LINUX_KERNEL_MD5SUM:=f05cd17ba8ee19924c9c473219fbaa9b
+ifeq ($(LINUX_VERSION),2.6.27.29)
+  LINUX_KERNEL_MD5SUM:=ab6991ee42603a4dbfba7956a54c89a4
 endif
 ifeq ($(LINUX_VERSION),2.6.28.10)
   LINUX_KERNEL_MD5SUM:=c4efb2c494d749cb5de274f8ae41c3fa
index 3ccec16..fbabc38 100644 (file)
@@ -11,7 +11,7 @@ BOARD:=ar7
 BOARDNAME:=TI AR7
 FEATURES:=squashfs jffs2 atm
 
-LINUX_VERSION:=2.6.27.28
+LINUX_VERSION:=2.6.27.29
 
 include $(INCLUDE_DIR)/target.mk
 
index 793d1ce..5233467 100644 (file)
@@ -10,7 +10,7 @@ ARCH:=mips
 BOARD:=brcm63xx
 BOARDNAME:=Broadcom BCM63xx
 FEATURES:=squashfs jffs2 usb atm pci pcmcia
-LINUX_VERSION:=2.6.27.28
+LINUX_VERSION:=2.6.27.29
 
 include $(INCLUDE_DIR)/target.mk
 
index 7abf6bf..a057c6f 100644 (file)
@@ -11,7 +11,7 @@ BOARD:=olpc
 BOARDNAME:=OLPC XO-1
 FEATURES:=squashfs ext2
 
-LINUX_VERSION:=2.6.27.28
+LINUX_VERSION:=2.6.27.29
 
 include $(INCLUDE_DIR)/target.mk
 DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci
This page took 0.037317 seconds and 4 git commands to generate.