X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=bf3c431a17fff23c62435e3c364bbf62aeabc30d;hb=3e782498048c9ad0bf0cdb0a65abe42b037e2d30;hp=8fc3889cbd69f83ebd7fb08fc06fac311be3b508;hpb=8668f57c7e4ba5438fa9071a4c568dcf31cdfb61;p=openwrt.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 8fc3889cbd..bf3c431a17 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2014 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:=jffs2 usb broken +FEATURES:=targz usb jffs2_nand nand ubifs +CPU_TYPE:=xscale +MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.30-rc4 +KERNEL_PATCHVER:=3.14 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" - -DEFAULT_PACKAGES += +KERNELNAME:=zImage dtbs $(eval $(call BuildTarget))