X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fx86%2FMakefile;h=218b92487b3f4a6c3219352d97b3b6a28f92c6c7;hp=b71a82b6b04b25f8a4b90a7840d9616cee6e5b10;hb=c6eb09d5a327a43e92ee7f4df2e8002e7259bebd;hpb=dee39d10ee9f16a4032be1f0ff589f9ba962b9c3 diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index b71a82b6b0..218b92487b 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -1,21 +1,25 @@ # -# 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 -SUBTARGETS=generic +FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu +SUBTARGETS=generic legacy xen_domu geode 64 +MAINTAINER:=Felix Fietkau -LINUX_VERSION:=2.6.25.9 +KERNEL_PATCHVER:=4.4 + +KERNELNAME:=bzImage include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci + +DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs $(eval $(call BuildTarget))