Initial commit
This commit is contained in:
21
target/linux/kirkwood/Makefile
Normal file
21
target/linux/kirkwood/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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:=usb nand squashfs ramdisk
|
||||
CPU_TYPE:=xscale
|
||||
|
||||
KERNEL_PATCHVER:=5.10
|
||||
|
||||
include $(INCLUDE_DIR)/target.mk
|
||||
|
||||
KERNELNAME:=zImage dtbs
|
||||
|
||||
DEFAULT_PACKAGES += uboot-envtools kmod-usb2
|
||||
|
||||
$(eval $(call BuildTarget))
|
||||
Reference in New Issue
Block a user