X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fx86%2FMakefile;h=a97e2f5044c6eb0fba9fbff43d7eca66725d4604;hb=HEAD;hp=034389d3fa0b852f3bc2e384f5b0e2e7a1a9b6f8;hpb=57a443b8dd93ab233ec09ec43831a3ff791f854a;p=openwrt.git diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 034389d3fa..a97e2f5044 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 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. @@ -9,10 +9,15 @@ include $(TOPDIR)/rules.mk ARCH:=i386 BOARD:=x86 BOARDNAME:=x86 -FEATURES:=squashfs jffs2 ext4 vdi vmdk pcmcia targz -SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos +FEATURES:=squashfs ext4 vdi vmdk pcmcia targz +SUBTARGETS=generic xen_domu ep80579 geode kvm_guest 64 +MAINTAINER:=Felix Fietkau -LINUX_VERSION:=2.6.32.29 +DEFAULT_PACKAGES += partx-utils + +KERNEL_PATCHVER:=4.4 + +KERNELNAME:=bzImage include $(INCLUDE_DIR)/target.mk