diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-26 13:28:32 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-26 13:28:32 +0000 |
commit | 545acb046cec10509e4d6b1605773819172477c8 (patch) | |
tree | 84ea7a5190e547b45da8f7eea3aac743e4beed77 /target/linux/x86 | |
parent | 7bf0e93f65b94ed4a804105bbe1fe81019e045d0 (diff) |
[kernel] Update to kernel 2.6.31.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17737 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 197da8be2..59247a4c4 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.31 +LINUX_VERSION:=2.6.31.1 include $(INCLUDE_DIR)/target.mk |