X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fmvebu%2FMakefile;h=ee76c0b7769ca813c5da27202420723d5e053ee1;hb=ea8f7d74ba98739c5a549d873e347101d82bdd48;hp=b6f917f40197f3cea7fa17d1dec0c1461db3c2a0;hpb=f718179af5ddfd944a3adcdc7a9b43c56f2f9bcb;p=oweals%2Fopenwrt.git diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index b6f917f401..ee76c0b776 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -1,24 +1,21 @@ # -# Copyright (C) 2012-2013 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 -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.10 +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))