X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=4f9fa4f06c62b12c65896ba31223ef109dc8d17d;hp=8d2a7c25cc43c7645cdb6331f40ba654900d7c56;hb=ceb992fdeea72689852354d85e1bcfc39b034f0f;hpb=cf8aa074a1cc4c2e3e7fdb329781c428a6f991b5 diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 8d2a7c25cc..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,17 +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:=2.6.35.7 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk -CFLAGS:=-Os -pipe -march=armv5te -mtune=marvell-f -funit-at-a-time +KERNELNAME:=zImage dtbs -KERNELNAME:="uImage" - -DEFAULT_PACKAGES += +DEFAULT_PACKAGES += uboot-envtools $(eval $(call BuildTarget))