diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-09-26 13:28:32 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-09-26 13:28:32 +0000 |
commit | f9b2e12b61301032e7b8fb0f2ea9bf005f77f5d1 (patch) | |
tree | 17e20cd7e3afdd6df24ce1af4ea6b2ffa5c72a51 /target/linux/x86/Makefile | |
parent | 99c3549ea3e5a5036344ce1b491c911bc9856e6e (diff) | |
download | openwrt-f9b2e12b61301032e7b8fb0f2ea9bf005f77f5d1.tar.gz openwrt-f9b2e12b61301032e7b8fb0f2ea9bf005f77f5d1.tar.bz2 openwrt-f9b2e12b61301032e7b8fb0f2ea9bf005f77f5d1.zip |
Update to kernel 2.6.31.1
SVN-Revision: 17737
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 |