X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fmvebu%2FMakefile;h=ac3fc7c2ab1ac2e5b04e056b08905ba2622aeb95;hp=d6d2d54e2f4dbbe80f9dfe2d240fbc156fdc323c;hb=5d6040bfaef331728c758c82c63fd579db1ab59b;hpb=95d35235678ab8b3ff3ef3b304e6e678e451be4b diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index d6d2d54e2f..ac3fc7c2ab 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2013 OpenWrt.org +# Copyright (C) 2012-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,17 +9,17 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=mvebu BOARDNAME:=Marvell Armada XP/370 -FEATURES:=targz usb pci pcie gpio +FEATURES:=targz usb pci pcie gpio nand squashfs CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=vfpv3 MAINTAINER:=Luka Perkov -LINUX_VERSION:=3.10.21 +LINUX_VERSION:=3.14.16 include $(INCLUDE_DIR)/target.mk KERNELNAME:="zImage dtbs" -DEFAULT_PACKAGES += +DEFAULT_PACKAGES += uboot-envtools $(eval $(call BuildTarget))