X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=2db7e398a466efef00555fe7ff3955f69b4ba624;hb=49db4924d7f51bb1d730a1f63097b0beb6becad2;hp=bc1b6874ae821ab39cdb9e70130ce2834e44147c;hpb=b2c26c32dd639d3c55134fa45fcfce338158a432;p=openwrt%2Fstaging%2Flynxis%2Fomap.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index bc1b6874ae..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:=tgz usb +FEATURES:=targz usb jffs2_nand nand ubifs squashfs +CPU_TYPE:=xscale +MAINTAINER:=Luka Perkov -LINUX_VERSION:=2.6.30.3 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" +KERNELNAME:=zImage dtbs -DEFAULT_PACKAGES += +DEFAULT_PACKAGES += uboot-envtools $(eval $(call BuildTarget))