X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fkirkwood%2FMakefile;h=adc7a496e12f1c4fbb92c73602d61bf5d74d04f7;hb=ae67f5ffae69119eef6509a48b111164a5842346;hp=a82ca0e0b53d5582e3c534e0b50dec715a837158;hpb=d4b251bdb8c014b7fbe3ef19448a75c3e4525efa;p=openwrt%2Fopenwrt.git diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index a82ca0e0b5..adc7a496e1 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 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,14 +9,17 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=kirkwood BOARDNAME:=Marvell Kirkwood -FEATURES:=tgz usb +FEATURES:=usb nand squashfs ramdisk +CPU_TYPE:=xscale +MAINTAINER:=Luka Perkov -LINUX_VERSION:=2.6.30.9 +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))