diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-05-27 18:09:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-05-27 18:09:09 +0000 |
commit | e74e289fa8a0858d73c48bf562a995fc3733c6bc (patch) | |
tree | cef0d0f261af767b6a96378f50375c5295d42bd3 /target/linux/x86 | |
parent | c75f28c31d8659762136c39e48496dbaf4180774 (diff) | |
download | upstream-e74e289fa8a0858d73c48bf562a995fc3733c6bc.tar.gz upstream-e74e289fa8a0858d73c48bf562a995fc3733c6bc.tar.bz2 upstream-e74e289fa8a0858d73c48bf562a995fc3733c6bc.zip |
update linux kernel to 2.6.32.14
SVN-Revision: 21583
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 e4de1f5599..f5120e8fdc 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext2 vdi vmdk pcmcia targz SUBTARGETS=generic olpc xen_domu ep80579 net5501 -LINUX_VERSION:=2.6.32.13 +LINUX_VERSION:=2.6.32.14 include $(INCLUDE_DIR)/target.mk |