X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=d5df85443380b7932932e9ca7426fa6941599e1b;hp=99e8957f78e0b526b544b3e3dedf9a60201a4b25;hb=438dcbfe74a6da1a8949d8fb785092d934499b60;hpb=ff9ddd7c0f6ca9b280691ff089cf4a688849c847 diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 99e8957f78..d5df854433 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,16 +9,16 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=kirkwood BOARDNAME:=Marvell Kirkwood -FEATURES:=targz usb jffs2 +FEATURES:=usb nand squashfs ramdisk +CPU_TYPE:=xscale +MAINTAINER:=Luka Perkov -LINUX_VERSION:=2.6.35.4 +KERNEL_PATCHVER:=4.9 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))