X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fx86%2FMakefile;h=1eae227f858fadfd463e84c7a63e73d024f6fb54;hp=848c5b58531fcb78e74fb5ecbcc9f3d529ba4ba3;hb=7d7fb75df5735a089d183ca3d24c06d4b5178dc8;hpb=2a0825b4d3af709cbce9f5479ec0128da4bb509a diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 848c5b5853..1eae227f85 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 vmdk -SUBTARGETS=generic +FEATURES:=squashfs ext4 vdi vmdk pcmcia targz +SUBTARGETS=generic xen_domu geode 64 +MAINTAINER:=Felix Fietkau -LINUX_VERSION:=2.6.27.13 +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))