X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=60af7a2443b5fd079316c40a0a363ff91d484c44;hb=b6b06000ebe2ffd2ebca24417ea9b9080cb6d643;hp=f0dda5ae932aa330a77aabae5e62178355e99fe9;hpb=e7b504ce8e13d58a80472aa699c099bccb883cd3;p=oweals%2Fopenwrt.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index f0dda5ae93..60af7a2443 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2012 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_nand +FEATURES:=targz usb jffs2_nand ubifs +CPU_TYPE:=xscale MAINTAINER:=Imre Kaloz -LINUX_VERSION:=3.3.8 +LINUX_VERSION:=3.10.17 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" - -DEFAULT_PACKAGES += +KERNELNAME:="zImage dtbs" $(eval $(call BuildTarget))