X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=60af7a2443b5fd079316c40a0a363ff91d484c44;hb=ef7ffe9c901f01bda00de9e9f54ae67f4b2ea0f2;hp=f227423baa7b7ff57a386454feed98b4f6d6d33b;hpb=d9f45a6b7d1d2d040eda4f4e5ff9d6b7e38e992b;p=openwrt.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index f227423baa..60af7a2443 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,16 +9,14 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=kirkwood BOARDNAME:=Marvell Kirkwood -FEATURES:=targz usb +FEATURES:=targz usb jffs2_nand ubifs +CPU_TYPE:=xscale +MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.35.4 +LINUX_VERSION:=3.10.17 include $(INCLUDE_DIR)/target.mk -CFLAGS:=-Os -pipe -march=armv5te -mtune=marvell-f -funit-at-a-time - -KERNELNAME:="uImage" - -DEFAULT_PACKAGES += +KERNELNAME:="zImage dtbs" $(eval $(call BuildTarget))