X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=d30d78b63627ceb38251822890e04f5fbdbc2421;hb=709cab91d217a3ba31629b312a28cd6daef77319;hp=fc0329b781e16039024d3bb96ba764941f103ebd;hpb=c89b70adcd1d1c025675b1664dbc733c9f7ef939;p=openwrt%2Fstaging%2Fchunkeey.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index fc0329b781..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:=2.6.37.3 +LINUX_VERSION:=3.10.34 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" - -DEFAULT_PACKAGES += +KERNELNAME:="zImage dtbs" $(eval $(call BuildTarget))