X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=2db7e398a466efef00555fe7ff3955f69b4ba624;hp=b14fb0eab0bd40d5a03ba5ced7617e86dccfb718;hb=86d2a9b4215fb3ad69a5863058fb31a28059df71;hpb=a210854b74cfa94a76a8c967439d795052346d48 diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index b14fb0eab0..2db7e398a4 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:=jffs2 usb broken +FEATURES:=targz usb jffs2_nand nand ubifs squashfs +CPU_TYPE:=xscale +MAINTAINER:=Luka Perkov -LINUX_VERSION:=2.6.30-rc7 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" +KERNELNAME:=zImage dtbs -DEFAULT_PACKAGES += +DEFAULT_PACKAGES += uboot-envtools $(eval $(call BuildTarget))