X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=2fe1c845d9cac3f3009673a859194558c2b990e7;hb=b7933a47bb8ef485fe503425a817780905372068;hp=101cea3b7432a10888ae3bca270c89085b6f634e;hpb=31709b2c76c851f343f258e08c686b50aaa31be1;p=openwrt%2Fopenwrt.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 101cea3b74..2fe1c845d9 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 +CPU_TYPE:=xscale +MAINTAINER:=Luka Perkov -LINUX_VERSION:=2.6.35.11 +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))