X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fmvebu%2FMakefile;h=ee76c0b7769ca813c5da27202420723d5e053ee1;hb=ea8f7d74ba98739c5a549d873e347101d82bdd48;hp=4ff5fe20a17ada4f3d706003a268992f737f0129;hpb=25475a095ec71f55826a5864e78e09c27031f179;p=oweals%2Fopenwrt.git diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 4ff5fe20a1..ee76c0b776 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -1,24 +1,21 @@ # -# Copyright (C) 2012 OpenWrt.org +# Copyright (C) 2012-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk -ARCH:=arm BOARD:=mvebu -BOARDNAME:=Marvell Armada XP/370 boards -FEATURES:=targz usb jffs2 pci pcie gpio -CFLAGS:=-Os -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -MAINTAINER:=Florian Fainelli +BOARDNAME:=Marvell EBU Armada +FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk +SUBTARGETS:=cortexa9 cortexa53 cortexa72 +MAINTAINER:=Imre Kaloz -LINUX_VERSION:=3.8-rc2 +KERNEL_PATCHVER:=4.14 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="zImage dtbs" - -DEFAULT_PACKAGES += +DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug $(eval $(call BuildTarget))