diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-25 20:46:55 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-25 20:46:55 +0000 |
commit | 1dd019ebff162f64fdb7e01b415361187a560a5b (patch) | |
tree | c66424db2ced436a3a23fe7eec8753b676798e68 | |
parent | 7b7b2eed91d7c348096c37f4df701d6ce65401c1 (diff) |
x86: switch to 2.6.31
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17725 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 25cb750b1..197da8be2 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 -LINUX_VERSION:=2.6.28.10 +LINUX_VERSION:=2.6.31 include $(INCLUDE_DIR)/target.mk |