diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-04-07 21:54:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-04-07 21:54:29 +0000 |
commit | 1340b0b98e15fcaacca640bc7e2aa16b330150da (patch) | |
tree | c3c3463c6d02551180a496dbffbff7e19a26e0a7 /target/linux/x86 | |
parent | 340c6914a3fd1e9d29ceb09e53de8670ea121780 (diff) | |
download | upstream-1340b0b98e15fcaacca640bc7e2aa16b330150da.tar.gz upstream-1340b0b98e15fcaacca640bc7e2aa16b330150da.tar.bz2 upstream-1340b0b98e15fcaacca640bc7e2aa16b330150da.zip |
Bump kernel version to 2.6.37.6
SVN-Revision: 26525
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 8f11717a4e..e0a216d1b1 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext4 vdi vmdk pcmcia targz SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos -LINUX_VERSION:=2.6.32.33 +LINUX_VERSION:=2.6.37.6 include $(INCLUDE_DIR)/target.mk |