X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=66399fb9b2ce8bfee46ab0f6c1ff9aff3ecea24c;hb=d3305e8570dba327c25bc62584e2874fbb3d2008;hp=48c173ab724ca2ef7b22516581701ee6ff135081;hpb=25cdbe241bb99d41d7e3acb3c97ec4d782bbdc44;p=15.05%2Fopenwrt.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 48c173ab72..66399fb9b2 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,14 +9,14 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=kirkwood BOARDNAME:=Marvell Kirkwood -FEATURES:=tgz usb +FEATURES:=targz usb jffs2_nand ubifs +CPU_TYPE:=xscale +MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.30 +LINUX_VERSION:=3.10.26 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" - -DEFAULT_PACKAGES += +KERNELNAME:="zImage dtbs" $(eval $(call BuildTarget))