diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2009-09-26 13:28:32 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2009-09-26 13:28:32 +0000 |
commit | ccf0a87c40df7a8a1ef60e3f87d11ea499af4768 (patch) | |
tree | 84ea7a5190e547b45da8f7eea3aac743e4beed77 /target/linux/x86/Makefile | |
parent | e6843bba59cdd65546c4f36472198201b86d8e9d (diff) | |
download | upstream-ccf0a87c40df7a8a1ef60e3f87d11ea499af4768.tar.gz upstream-ccf0a87c40df7a8a1ef60e3f87d11ea499af4768.tar.bz2 upstream-ccf0a87c40df7a8a1ef60e3f87d11ea499af4768.zip |
[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/Makefile')
-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 197da8be21..59247a4c49 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 |