diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-01-09 23:13:27 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-01-09 23:13:27 +0000 |
commit | e3eb0dfcdaf00c09cd2f05cf5177fb15f18f0fa4 (patch) | |
tree | d8813ce5ead6f169215da53bb246f53cddd71045 /target/linux | |
parent | 773bcdd671d28fdf61e3f26c7fd68cb539dc76b3 (diff) | |
download | upstream-e3eb0dfcdaf00c09cd2f05cf5177fb15f18f0fa4.tar.gz upstream-e3eb0dfcdaf00c09cd2f05cf5177fb15f18f0fa4.tar.bz2 upstream-e3eb0dfcdaf00c09cd2f05cf5177fb15f18f0fa4.zip |
upgrade to latest kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19087 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 69c6c55554..9f526c6c34 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 olpc -LINUX_VERSION:=2.6.31.9 +LINUX_VERSION:=2.6.31.11 include $(INCLUDE_DIR)/target.mk |