2021-02-10 21:52:34 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2012-01-15 07:02:56 +08:00
|
|
|
#
|
2014-03-26 19:34:39 +08:00
|
|
|
# Copyright (C) 2012-2014 OpenWrt.org
|
2017-04-16 01:00:10 +08:00
|
|
|
|
2012-01-15 07:02:56 +08:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
|
|
ARCH:=arm
|
2013-11-08 20:37:39 +08:00
|
|
|
BOARD:=omap
|
|
|
|
|
BOARDNAME:=TI OMAP3/4/AM33xx
|
2023-05-01 23:52:34 +08:00
|
|
|
FEATURES:=usb usbgadget ext4 targz fpu audio display nand rootfs-part squashfs source-only
|
2017-04-19 01:58:20 +08:00
|
|
|
CPU_TYPE:=cortex-a8
|
2013-09-27 06:43:06 +08:00
|
|
|
CPU_SUBTYPE:=vfpv3
|
2022-12-19 23:47:35 +08:00
|
|
|
SUBTARGETS:=generic
|
2012-01-15 07:02:56 +08:00
|
|
|
|
2024-02-08 17:38:14 +08:00
|
|
|
KERNEL_PATCHVER:=6.1
|
2012-05-04 05:51:58 +08:00
|
|
|
|
2014-10-06 04:17:19 +08:00
|
|
|
KERNELNAME:=zImage dtbs
|
2012-01-15 07:02:56 +08:00
|
|
|
|
|
|
|
|
define Target/Description
|
2013-11-08 20:37:39 +08:00
|
|
|
TI OMAP boards
|
2012-01-15 07:02:56 +08:00
|
|
|
endef
|
|
|
|
|
|
2016-09-04 19:34:18 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
2018-07-19 14:58:42 +08:00
|
|
|
DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs
|
|
|
|
|
|
2012-01-15 07:02:56 +08:00
|
|
|
$(eval $(call BuildTarget))
|