diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-06-17 08:46:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-06-17 08:46:47 +0000 |
commit | f5818c9e93d0247f4fe6e7aece0962fd98c9015b (patch) | |
tree | bc3614f4eb8f988c6068598d3848f5c9f2550e52 /target/linux | |
parent | 55dbe8726696155be13725cf04e74081d908a4eb (diff) | |
download | upstream-f5818c9e93d0247f4fe6e7aece0962fd98c9015b.tar.gz upstream-f5818c9e93d0247f4fe6e7aece0962fd98c9015b.tar.bz2 upstream-f5818c9e93d0247f4fe6e7aece0962fd98c9015b.zip |
[kernel] use 2.6.27.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16486 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar7/Makefile | 2 | ||||
-rw-r--r-- | target/linux/brcm63xx/Makefile | 2 | ||||
-rw-r--r-- | target/linux/olpc/Makefile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ar7/Makefile b/target/linux/ar7/Makefile index cf6e2d2021..80b7726244 100644 --- a/target/linux/ar7/Makefile +++ b/target/linux/ar7/Makefile @@ -11,7 +11,7 @@ BOARD:=ar7 BOARDNAME:=TI AR7 FEATURES:=squashfs jffs2 atm -LINUX_VERSION:=2.6.27.24 +LINUX_VERSION:=2.6.27.25 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile index 09b8f6cb78..c168ed6ba7 100644 --- a/target/linux/brcm63xx/Makefile +++ b/target/linux/brcm63xx/Makefile @@ -10,7 +10,7 @@ ARCH:=mips BOARD:=brcm63xx BOARDNAME:=Broadcom BCM63xx FEATURES:=squashfs jffs2 usb atm pci pcmcia -LINUX_VERSION:=2.6.27.24 +LINUX_VERSION:=2.6.27.25 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/olpc/Makefile b/target/linux/olpc/Makefile index 78feebb6e4..c7d542e897 100644 --- a/target/linux/olpc/Makefile +++ b/target/linux/olpc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,7 +11,7 @@ BOARD:=olpc BOARDNAME:=OLPC XO-1 FEATURES:=squashfs ext2 -LINUX_VERSION:=2.6.27.24 +LINUX_VERSION:=2.6.27.25 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci |