X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=d30d78b63627ceb38251822890e04f5fbdbc2421;hb=709cab91d217a3ba31629b312a28cd6daef77319;hp=e748788368863150955169cbadf422be9f43cef9;hpb=861b9b25e03466ab031d377b8ea11994535d47c7;p=openwrt%2Fstaging%2Fchunkeey.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index e748788368..d30d78b636 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2011 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,15 +9,14 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=kirkwood BOARDNAME:=Marvell Kirkwood -FEATURES:=targz usb jffs2 +FEATURES:=targz usb jffs2_nand ubifs +CPU_TYPE:=xscale MAINTAINER:=Imre Kaloz -LINUX_VERSION:=3.3.5 +LINUX_VERSION:=3.10.34 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" - -DEFAULT_PACKAGES += +KERNELNAME:="zImage dtbs" $(eval $(call BuildTarget))