X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fx86%2FMakefile;h=829d422377e190e861a0cb5e46351bd07cb5cbe8;hb=937362f270db8861cd046030869bdaac34582b94;hp=85d70484f1107db5c4337d5ddd68ec6e1500c125;hpb=88cda758c321f0b56556d425daca5c59066eb31a;p=openwrt%2Fopenwrt.git diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 85d70484f1..829d422377 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -1,21 +1,20 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2011 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 ext4 vdi vmdk pcmcia targz +SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos alix2 -LINUX_VERSION:=2.6.25.20 +LINUX_VERSION:=2.6.37.6 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci $(eval $(call BuildTarget))