X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fx86%2FMakefile;h=1eae227f858fadfd463e84c7a63e73d024f6fb54;hp=e0a216d1b1872fcc869356bd10b318e68c0991fc;hb=7d7fb75df5735a089d183ca3d24c06d4b5178dc8;hpb=1340b0b98e15fcaacca640bc7e2aa16b330150da diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index e0a216d1b1..1eae227f85 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -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 geode 64 +MAINTAINER:=Felix Fietkau -LINUX_VERSION:=2.6.37.6 +DEFAULT_PACKAGES += partx-utils + +KERNEL_PATCHVER:=4.4 + +KERNELNAME:=bzImage include $(INCLUDE_DIR)/target.mk