diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-11-30 10:32:20 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-11-30 10:32:20 +0000 |
commit | b1b45530ab8550305c40876c81919da857e84640 (patch) | |
tree | 6093f187be8814d68b59966d0a595dcf1b733c28 /target/linux/x86/Makefile | |
parent | 4ca03b54ee2c82ce1e59868e2d23b18feebd6047 (diff) | |
download | upstream-b1b45530ab8550305c40876c81919da857e84640.tar.gz upstream-b1b45530ab8550305c40876c81919da857e84640.tar.bz2 upstream-b1b45530ab8550305c40876c81919da857e84640.zip |
upgrade x86 to 2.6.31.6, resync patches
SVN-Revision: 18609
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 e90680799a..94a259fe86 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.5 +LINUX_VERSION:=2.6.31.6 include $(INCLUDE_DIR)/target.mk |