X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=e0cdf66e32e751be965546435bbe60720e213102;hp=6658b89093a4d2c21994f7fbdfcb6281c717bfd0;hb=d6702d7a5ce5a5f54e1d339abca8ffb8b0940cdf;hpb=c74a041bc14a39b683c42fbc88e324ebd4bb6ffd diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 6658b89093..e0cdf66e32 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 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:=tgz usb +FEATURES:=targz usb jffs2_nand nand ubifs squashfs dt +CPU_TYPE:=xscale +MAINTAINER:=Luka Perkov -LINUX_VERSION:=2.6.30.4 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" +KERNELNAME:=zImage dtbs -DEFAULT_PACKAGES += +DEFAULT_PACKAGES += uboot-envtools $(eval $(call BuildTarget))