X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=adc7a496e12f1c4fbb92c73602d61bf5d74d04f7;hb=ae67f5ffae69119eef6509a48b111164a5842346;hp=37d6d3d0b9fdb62633016731cedd602affea61d0;hpb=b8430e74271b5a4debb3f432cfd6a9234fbc6952;p=openwrt%2Fopenwrt.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 37d6d3d0b9..adc7a496e1 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2011 OpenWrt.org +# Copyright (C) 2009-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,15 +9,17 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=kirkwood BOARDNAME:=Marvell Kirkwood -FEATURES:=targz usb jffs2 -MAINTAINER:=Imre Kaloz +FEATURES:=usb nand squashfs ramdisk +CPU_TYPE:=xscale +MAINTAINER:=Luka Perkov -LINUX_VERSION:=2.6.37.4 +KERNEL_PATCHVER:=4.14 +KERNEL_TESTING_PATCHVER := 4.19 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" +KERNELNAME:=zImage dtbs -DEFAULT_PACKAGES += +DEFAULT_PACKAGES += uboot-envtools $(eval $(call BuildTarget))