diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-19 16:11:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-19 16:11:07 +0000 |
commit | d7b07dd5e93b44cb6ac3a2012886ed44314e4396 (patch) | |
tree | 849e9cc9623904788570caa895b1864a2cb101a6 /target/linux/x86 | |
parent | bc735485699eeaf13e7a1ece9cabbb81bec78a1b (diff) | |
download | upstream-d7b07dd5e93b44cb6ac3a2012886ed44314e4396.tar.gz upstream-d7b07dd5e93b44cb6ac3a2012886ed44314e4396.tar.bz2 upstream-d7b07dd5e93b44cb6ac3a2012886ed44314e4396.zip |
[kernel] update to 2.6.28.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14565 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 89d90782e9..0e793319d2 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext2 vdi vmdk SUBTARGETS=generic -LINUX_VERSION:=2.6.28.5 +LINUX_VERSION:=2.6.28.6 LINUX_KARCH:=x86 include $(INCLUDE_DIR)/target.mk |