X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmvebu%2FMakefile;h=6b602315d70b0e126e3eb360dfe1c846c2432efc;hb=96e1b2c44755db9d18e8c2bc550621b3bba015c6;hp=2b8b258482f88937d37f9911c0d2877b3327addf;hpb=56e1cd4a8e3d806ff92e710c0409165847b2e7af;p=15.05%2Fopenwrt.git diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 2b8b258482..6b602315d7 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.17 +LINUX_VERSION:=3.14.12 include $(INCLUDE_DIR)/target.mk KERNELNAME:="zImage dtbs" -DEFAULT_PACKAGES += +DEFAULT_PACKAGES += uboot-envtools $(eval $(call BuildTarget))