X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fx86%2FMakefile;h=cd7c1b5c01699294e393156cfac3780ded652533;hb=1cf338d7ba703de0aeb920cbdaf8e40019a0ea99;hp=79710722d36ab4cd9bece59185405b5e8fa74a2a;hpb=cd23f3d702e515f1beb684996f408ecc2d15683b;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 79710722d3..cd7c1b5c01 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -1,21 +1,20 @@ # -# 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 -SUBTARGETS=generic +FEATURES:=squashfs jffs2 ext2 vdi vmdk pcmcia tgz +SUBTARGETS=generic olpc xen_domu -LINUX_VERSION:=2.6.27.10 +LINUX_VERSION:=2.6.32.10 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci $(eval $(call BuildTarget))