X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fx86%2FMakefile;h=cd7c1b5c01699294e393156cfac3780ded652533;hb=1cf338d7ba703de0aeb920cbdaf8e40019a0ea99;hp=94a259fe86e6332919570c2c882bba006bc5be98;hpb=a3e75b20c7d5e7c289d93648264475beefc9f0a9;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 94a259fe86..cd7c1b5c01 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -1,18 +1,18 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk -ARCH=i386 +ARCH:=i386 BOARD:=x86 BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext2 vdi vmdk pcmcia tgz -SUBTARGETS=generic olpc +SUBTARGETS=generic olpc xen_domu -LINUX_VERSION:=2.6.31.6 +LINUX_VERSION:=2.6.32.10 include $(INCLUDE_DIR)/target.mk