X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=e0cdf66e32e751be965546435bbe60720e213102;hb=d6702d7a5ce5a5f54e1d339abca8ffb8b0940cdf;hp=355087b4380ec06fdbe9d509791d12df2a8662e0;hpb=466d98bf88c18b2c324d7150a21ec9f3d91cf17f;p=openwrt.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 355087b438..e0cdf66e32 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2012 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,15 +9,16 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=kirkwood BOARDNAME:=Marvell Kirkwood -FEATURES:=targz usb jffs2 -MAINTAINER:=Imre Kaloz +FEATURES:=targz usb jffs2_nand nand ubifs squashfs dt +CPU_TYPE:=xscale +MAINTAINER:=Luka Perkov -LINUX_VERSION:=3.3.8 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" +KERNELNAME:=zImage dtbs -DEFAULT_PACKAGES += +DEFAULT_PACKAGES += uboot-envtools $(eval $(call BuildTarget))