X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=bf3c431a17fff23c62435e3c364bbf62aeabc30d;hb=df5d2a21c94f69000dd88f6967a84b6ceca07923;hp=d30d78b63627ceb38251822890e04f5fbdbc2421;hpb=ea7e2dc21a3853bfb71b32d4dbc7b62d1a9f997a;p=openwrt.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index d30d78b636..bf3c431a17 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2013 OpenWrt.org +# Copyright (C) 2009-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=kirkwood BOARDNAME:=Marvell Kirkwood -FEATURES:=targz usb jffs2_nand ubifs +FEATURES:=targz usb jffs2_nand nand ubifs CPU_TYPE:=xscale MAINTAINER:=Imre Kaloz -LINUX_VERSION:=3.10.34 +KERNEL_PATCHVER:=3.14 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="zImage dtbs" +KERNELNAME:=zImage dtbs $(eval $(call BuildTarget))