X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=60af7a2443b5fd079316c40a0a363ff91d484c44;hp=a5c1c96931fda85003f85cad6d76ec8170331c29;hb=1ef1a974f54e88864a44de1ed773a4e9876c86e2;hpb=c64ffe5a1afe410a107b090975a5a793863284f0 diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index a5c1c96931..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,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.7 +LINUX_VERSION:=3.10.17 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" - -DEFAULT_PACKAGES += +KERNELNAME:="zImage dtbs" $(eval $(call BuildTarget))