X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=4f9fa4f06c62b12c65896ba31223ef109dc8d17d;hb=6fb5314d37b0b3d96a7712d21dd0504a7e92585f;hp=0b44512642e6684a6f1303905692f57be4a489be;hpb=fe5bb71d819306640703bd18609637ed7ba92e83;p=openwrt.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 0b44512642..4f9fa4f06c 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2013 OpenWrt.org +# Copyright (C) 2009-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,14 +9,16 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=kirkwood BOARDNAME:=Marvell Kirkwood -FEATURES:=targz usb jffs2_nand ubifs +FEATURES:=targz usb jffs2_nand nand ubifs squashfs dt CPU_TYPE:=xscale -MAINTAINER:=Imre Kaloz +MAINTAINER:=Luka Perkov -LINUX_VERSION:=3.10.24 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="zImage dtbs" +KERNELNAME:=zImage dtbs + +DEFAULT_PACKAGES += uboot-envtools $(eval $(call BuildTarget))