diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-11-03 01:12:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-11-03 01:12:20 +0000 |
commit | 49903fa563662a9cbe54da16f9ca0be4cce6dd4c (patch) | |
tree | 83ea01301826c08c4d6336026c432b9fce6fbc06 /target | |
parent | e49c2d769162c261a035db1a979f639b20effd47 (diff) | |
download | upstream-49903fa563662a9cbe54da16f9ca0be4cce6dd4c.tar.gz upstream-49903fa563662a9cbe54da16f9ca0be4cce6dd4c.tar.bz2 upstream-49903fa563662a9cbe54da16f9ca0be4cce6dd4c.zip |
use 2.6.31.5, left-over from r18279
SVN-Revision: 18280
Diffstat (limited to 'target')
-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 d7c5625227..e90680799a 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext2 vdi vmdk pcmcia tgz SUBTARGETS=generic olpc -LINUX_VERSION:=2.6.30.9 +LINUX_VERSION:=2.6.31.5 include $(INCLUDE_DIR)/target.mk |