mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-01 20:03:08 +01:00
No new reggresions was observed. Time to switch to 6.12. Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20672 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
22 lines
397 B
Makefile
22 lines
397 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.12
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
KERNELNAME:=zImage dtbs
|
|
|
|
DEFAULT_PACKAGES += uboot-envtools kmod-usb2
|
|
|
|
$(eval $(call BuildTarget))
|