diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-09-25 20:46:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-09-25 20:46:55 +0000 |
commit | f219d5b5f4232260729b4ce893e8d5b950ed15e3 (patch) | |
tree | c66424db2ced436a3a23fe7eec8753b676798e68 /target | |
parent | f995da8a2dc673d590d8e32c68cf2db65326bfd3 (diff) | |
download | upstream-f219d5b5f4232260729b4ce893e8d5b950ed15e3.tar.gz upstream-f219d5b5f4232260729b4ce893e8d5b950ed15e3.tar.bz2 upstream-f219d5b5f4232260729b4ce893e8d5b950ed15e3.zip |
x86: switch to 2.6.31
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17725 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 25cb750b11..197da8be21 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 |