X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=2db7e398a466efef00555fe7ff3955f69b4ba624;hb=49db4924d7f51bb1d730a1f63097b0beb6becad2;hp=9ddcc79c6b1be9c54f00540bab2ddc66b408dc97;hpb=35656042f1cd457819a75c980613634b494a7e70;p=openwrt%2Fstaging%2Flynxis%2Fomap.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 9ddcc79c6b..2db7e398a4 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 CPU_TYPE:=xscale -MAINTAINER:=Imre Kaloz +MAINTAINER:=Luka Perkov -LINUX_VERSION:=3.10.18 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="zImage dtbs" +KERNELNAME:=zImage dtbs + +DEFAULT_PACKAGES += uboot-envtools $(eval $(call BuildTarget))