mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
48f108d46b
6.1 testing version was introduced some time ago. Kernel size issues are resolved now. Time to bump kernel version. Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
23 lines
396 B
Makefile
23 lines
396 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2009-2015 OpenWrt.org
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=kirkwood
|
|
BOARDNAME:=Marvell Kirkwood
|
|
FEATURES:=rtc usb nand squashfs ramdisk
|
|
CPU_TYPE:=xscale
|
|
SUBTARGETS:=generic
|
|
|
|
KERNEL_PATCHVER:=6.1
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
KERNELNAME:=zImage dtbs
|
|
|
|
DEFAULT_PACKAGES += uboot-envtools kmod-usb2
|
|
|
|
$(eval $(call BuildTarget))
|