diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-01 11:11:17 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-01 11:11:17 +0000 |
commit | 78385ba038013e2848b7ac89f910d5ecbf0c7bae (patch) | |
tree | 0ed3383182610a1dbeb59ebe38d0d7b3876300ec /target/linux/x86/Makefile | |
parent | 8d305a4b62e917b6375ede8f6229405563203ca8 (diff) | |
download | upstream-78385ba038013e2848b7ac89f910d5ecbf0c7bae.tar.gz upstream-78385ba038013e2848b7ac89f910d5ecbf0c7bae.tar.bz2 upstream-78385ba038013e2848b7ac89f910d5ecbf0c7bae.zip |
kernel: update to 2.6.31.9 and 2.6.32.2, and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18982 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 9a1685d853..69c6c55554 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.7 +LINUX_VERSION:=2.6.31.9 include $(INCLUDE_DIR)/target.mk |