X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fx86%2FMakefile;h=a97e2f5044c6eb0fba9fbff43d7eca66725d4604;hb=HEAD;hp=2919af64b4340256a2e2d826e37f0e4725d96572;hpb=94b5af79b4051dceca40fedc440a3348ff987b3b;p=openwrt.git diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 2919af64b4..a97e2f5044 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 +SUBTARGETS=generic xen_domu ep80579 geode kvm_guest 64 +MAINTAINER:=Felix Fietkau -LINUX_VERSION:=2.6.25.19 +DEFAULT_PACKAGES += partx-utils + +KERNEL_PATCHVER:=4.4 + +KERNELNAME:=bzImage include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci $(eval $(call BuildTarget))