X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=d8090f2cff644d03245bbfe3ce386df3189642e0;hb=a73d292127dd4e60f2003c476b68a1782afaee4b;hp=7861898894a9890f70626c367deebed3409e066b;hpb=1b923e50a592730ff4a1de64af5ea59e6716b8ae;p=15.05%2Fopenwrt.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 7861898894..d8090f2cff 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:=targz usb +FEATURES:=targz usb jffs2_nand ubifs +CPU_TYPE:=xscale +MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.35.3 +LINUX_VERSION:=3.10.32 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" - -DEFAULT_PACKAGES += +KERNELNAME:="zImage dtbs" $(eval $(call BuildTarget))