X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=8c8c272f9807bcc22f545cf72fa3f82bb5c47df1;hb=9c402d03e6e171061e2114d8908e6ada9745b571;hp=33c33a4d6f6476c6115e639e931aa52197d51756;hpb=02629d8f87303a03e3ac36f48c508242d9b8cb09;p=openwrt%2Fstaging%2Fblogic.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 33c33a4d6f64..8c8c272f9807 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2014 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 nand ubifs +FEATURES:=usb nand squashfs ramdisk CPU_TYPE:=xscale -MAINTAINER:=Imre Kaloz +MAINTAINER:=Luka Perkov -LINUX_VERSION:=3.14.18 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="zImage dtbs" +KERNELNAME:=zImage dtbs + +DEFAULT_PACKAGES += uboot-envtools $(eval $(call BuildTarget))