X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=4f9fa4f06c62b12c65896ba31223ef109dc8d17d;hb=ceb992fdeea72689852354d85e1bcfc39b034f0f;hp=1e91b6ffdeb06adbd153aeae0e4bfef894c5f58e;hpb=7d01bddd188fbc4bed66f137c1a1ddda572f234d;p=openwrt.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 1e91b6ffde..4f9fa4f06c 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-rc8 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" +KERNELNAME:=zImage dtbs -DEFAULT_PACKAGES += +DEFAULT_PACKAGES += uboot-envtools $(eval $(call BuildTarget))