diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-11-22 12:58:31 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-11-22 12:58:31 +0000 |
commit | b62a003604f53ac8ab54c0e0483c4c1f72c98df9 (patch) | |
tree | ad2fc6a08a2f22b39e798fe703f9c332ee79f7e9 /target/linux/x86/Makefile | |
parent | c1725149e15b97d88bf8518543be15269bbec6af (diff) | |
download | master-187ad058-b62a003604f53ac8ab54c0e0483c4c1f72c98df9.tar.gz master-187ad058-b62a003604f53ac8ab54c0e0483c4c1f72c98df9.tar.bz2 master-187ad058-b62a003604f53ac8ab54c0e0483c4c1f72c98df9.zip |
[target/x86]: move x86 back to .32 for now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24085 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 5ff1d246fb..5aacca58fb 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext4 vdi vmdk pcmcia targz SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos -LINUX_VERSION:=2.6.36 +LINUX_VERSION:=2.6.32.25 include $(INCLUDE_DIR)/target.mk |