X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Farmvirt%2FMakefile;h=2cf3820630b5895896a2b6f76d0122d094b4b140;hb=6138d8424337cd60a7b5446e7470072517235e89;hp=3fedcad0a045f2a7834e4731df269cacf8285bc5;hpb=0d44f0cbbccd2720386de4d983853d35cdb3cf30;p=lede-git%2F.git diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile index 3fedcad0a0..2cf3820630 100644 --- a/target/linux/armvirt/Makefile +++ b/target/linux/armvirt/Makefile @@ -1,28 +1,20 @@ # -# Copyright (C) 2016 Yousong Zhou +# Copyright (C) 2017 Yousong Zhou # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk -ARCH:=arm BOARD:=armvirt BOARDNAME:=QEMU ARM Virtual Machine FEATURES:=fpu pci rtc usb FEATURES+=cpiogz ext4 ramdisk squashfs targz -CPU_TYPE:=cortex-a15 -CPU_SUBTYPE:=neon-vfpv4 -MAINTAINER:=Yousong Zhou +MAINTAINER:=Florian Fainelli , \ + Yousong Zhou -KERNEL_PATCHVER:=4.4 - -define Target/Description - Build images for QEMU ARM Virtual Machine -endef +KERNEL_PATCHVER:=4.9 include $(INCLUDE_DIR)/target.mk -KERNELNAME:=zImage - $(eval $(call BuildTarget))