X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=2fe1c845d9cac3f3009673a859194558c2b990e7;hb=b7933a47bb8ef485fe503425a817780905372068;hp=d1573b06b5a57cb4337eddf767ed4d137341b621;hpb=994e5ce2f93bf8beeb099a9fd38d1dc358005c30;p=openwrt%2Fopenwrt.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index d1573b06b5..2fe1c845d9 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. @@ -11,12 +11,14 @@ BOARD:=kirkwood BOARDNAME:=Marvell Kirkwood FEATURES:=targz usb jffs2_nand nand ubifs CPU_TYPE:=xscale -MAINTAINER:=Imre Kaloz +MAINTAINER:=Luka Perkov -LINUX_VERSION:=3.10.44 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="zImage dtbs" +KERNELNAME:=zImage dtbs + +DEFAULT_PACKAGES += uboot-envtools $(eval $(call BuildTarget))